[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Registers a class alias with the streaming system.
Source position: classesh.inc line 2098
procedure RegisterClassAlias( |
AClass: TPersistentClass; |
const Alias: string |
); |
RegisterClassAlias registers a class alias in the streaming system. If a reference to a class Alias is encountered in a stream, then an instance of the class AClass will be created instead by the streaming code.
|
Registers a class with the streaming system. |
|
|
Registers multiple classes with the streaming system. |
|
|
Registers components for the component palette. |
|
|
Unregisters a class from the streaming system. |