Starts a class group derived from TPersistent.
procedure StartClassGroup(AClass: TPersistentClass);
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.
GroupDescendantsWith
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|