FMX.ActnList.IGroupName.GroupName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GroupName: string read GetGroupName write SetGroupName;

C++

__property System::UnicodeString GroupName = {read=GetGroupName, write=SetGroupName};

Properties

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

Description

Specifies the name of the group the control belongs to.

See Also