FMX.ActnList.IGroupName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IGroupName = interface(IIsChecked)

C++

__interface  INTERFACE_UUID("{F5C14792-67AB-41F2-99C1-90C7F94102EE}") IGroupName  : public IIsChecked

Properties

Type Visibility Source Unit Parent
interface
class
public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList FMX.ActnList

Description

The IGroupName interface provides access to the GroupName property for controls that need to provide exclusive checking inside a group.

Implement IGroupName for controls that can only be checked individually (only one of them) if they are inside the same group.

See Also