Show: Delphi C++
Display Preferences

Classes.StartClassGroup

From XE API Documentation
Jump to: navigation, search

Delphi

procedure StartClassGroup(AClass: TPersistentClass);

C++

extern PACKAGE void __fastcall StartClassGroup(TPersistentClass AClass);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Classes.pas
Classes.hpp
Classes Classes

Description

Starts a class group derived from TPersistent.

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.

See Also

Personal tools
Previous Version
Translations