FMX.ActnList.IGroupName.GetGroupName
Delphi
function GetGroupName: string;
C++
virtual System::UnicodeString __fastcall GetGroupName(void) = 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.