Show: Delphi C++
Display Preferences

System.Classes.StartClassGroup

From XE2 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
System.Classes.pas
System.Classes.hpp
System.Classes System.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 Versions
Translations