DesignIntf.IDesigner70.GetActiveClassGroup

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetActiveClassGroup: TPersistentClass;

C++

virtual System::Classes::TPersistentClass __fastcall GetActiveClassGroup() = 0 ;

Description

Returns the class that activated the class group.

Call this method to obtain the class that last activated the class group.

GetActiveClassGroup is the getter method for the ActiveClassGroup.

See Also