FMX.ActnList.IGroupName.GetGroupName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetGroupName: string;

C++

virtual System::UnicodeString __fastcall GetGroupName() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList IGroupName

Description

Returns the name of the group the control belongs to.

GetGroupName is the getter method for the GroupName property.

See Also