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);

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. 

 

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