FMX.Types.TFmxObject.ActionClient

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ActionClient: boolean read GetActionClient;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxObject


Beschreibung

Gibt an, ob dem Komponentenobjekt eine Aktion zugeordnet ist.

Wenn ActionClient True ist, dann ist dieses Komponentenobjekt der Client einer zugeordneten Aktion.

Wenn ActionClient False ist, dann ist dieses Komponentenobjekt kein Client einer Aktion.

Diese Eigenschaft kann vor dem Aufrufen von GetActionLinkClass überprüft werden.

Siehe auch