RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.ActiveClassGroup Function

Activates a group of classes that derive from TPersistent.

Pascal
function ActiveClassGroup: TPersistentClass;
C++
TPersistentClass ActiveClassGroup();

The streaming system allows the classes that can be loaded and saved to be registered in separate groups. This allows the IDE to distinguish between cross-platform and Windows-only classes. Call ActivateClassGroup to activate the group of classes that contains the class specified by AClass. If AClass is in more than one group, all groups that contain the class are activated.  

ActiveClassGroup returns the class that was last used to activate a class group. 

If the requested class group cannot be activated ActiveClassGroup raises an exception. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!