[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Returns the class pointer of a class with given name.
Source position: classesh.inc line 1587
function FindClass( |
const AClassName: String |
FindClasssearches for the class named ClassNamein the list of registered classes and returns a class pointer to the definition. If no class with the given name could be found, an exception is raised.
The GetClassfunction does not raise an exception when it does not find the class, but returns a Nilpointer instead.
|
Registers a class with the streaming system. |
|
|
Returns the class pointer of a class with given name. |