System.Classes.StartClassGroup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StartClassGroup(AClass: TPersistentClass);

C++

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

See Also