[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Error raised when instantiating a TCharacter class.
Source position: sysutilh.inc line 246
| type ENoConstructException = class(Exception) | 
| 
 | Error raised when instantiating a TCharacter class. | |
| | | ||
| 
 | Base class of all exceptions. | |
| | | ||
| 
 | Base class of all classes. | 
ENoConstructException is the exception raised when an instance of type TCharacter is being created. The TCharacter class only contains static methods, no instances of this class should be instantiated.