[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Registers a class with the streaming system.
Source position: classesh.inc line 2096
procedure RegisterClass( |
AClass: TPersistentClass |
); |
RegisterClass registers the class AClass in the streaming system. After the class has been registered, it can be read from a stream when a reference to this class is encountered.
|
Registers multiple classes with the streaming system. |
|
|
Registers a class alias with the streaming system. |
|
|
Registers components for the component palette. |
|
|
Unregisters a class from the streaming system. |