RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.StartClassGroup Function

Starts a class group derived from TPersistent.

Pascal
procedure StartClassGroup(AClass: TPersistentClass);
C++
StartClassGroup(TPersistentClass AClass);

Classes

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. StartClassGroup creates a new group of classes, and adds the class specified by AClass to that group. 

 

ActivateClassGroup 

GroupDescendantsWith

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!