DesignIntf.IDesigner70.ActiveClassGroup

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IDesigner70

Delphi

property ActiveClassGroup: TPersistentClass read GetActiveClassGroup;

C++

__property System::Classes::TPersistentClass ActiveClassGroup = {read=GetActiveClassGroup};

Description

Returns the class that activated the class group.

Use ActiveClassGroup to obtain the class that last activated the class group.

See Also