FMX.Controls.TControlActionLink.Client

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Client: TControl read GetClient;

C++

__property TControl* Client = {read=GetClient};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControlActionLink


Beschreibung

Enthält das Steuerelement (Client), das die Steuerelement-Aktionsverknüpfung mit einer Aktion verknüpft.

TControlActionLink beschreibt das Verhalten von TActionLink genauer und leitet es auf den TControl-Typ ab. Siehe TActionLink.Client.

Siehe auch