FMX.Types.TFmxObject.ActionClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActionClient: boolean read GetActionClient;

C++

__property bool ActionClient = {read=GetActionClient, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxObject

Description

Specifies whether the component object has an associated action.

If ActionClient is True, this component object is the client of an associated action.

If ActionClient is False, this component object is not the client of an action.

This property can be checked before calling GetActionLinkClass.

See Also