FMX.ActnList.IGroupName.SetGroupName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetGroupName(const Value: string);

C++

virtual void __fastcall SetGroupName(const System::UnicodeString Value) = 0 ;

Properties

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

Description

Sets the name of the group the control belongs to.

SetGroupName is the setter method for the GroupName property.

See Also