[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Activates a class group
Source position: classesh.inc line 1591
function ActivateClassGroup( |
AClass: TPersistentClass |
ActivateClassGroupactivates the group of classes to which AClassbelongs. The function returns the class that was last used to activate the class group.
The class registration and streaming mechanism allows to organize the classes in groups. This allows an IDE to form groups of classes, which can be enabled or disabled. It is not needed at Run-Time.
If AClassdoes not belong to a class group, an exception is raised.
|
Start new class group. |
|
|
Add class to the group of another class. |
|
|
Returns the class group to which an instance or class belongs |