DesignIntf.IDesigner70.ActiveClassGroup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActiveClassGroup: TPersistentClass read GetActiveClassGroup;

C++

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

Properties

Type Visibility Source Unit Parent
property public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesigner70

Description

Returns the class that activated the class group.

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

See Also