DesignIntf.IDesigner70.GetActiveClassGroup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetActiveClassGroup: TPersistentClass;

C++

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

Properties

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

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