FMX.Controls.TControlActionLink.Client

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Client: TControl read GetClient;

C++

__property TControl* Client = {read=GetClient};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControlActionLink


Description

Conserve le contrôle (client) lié par une liaison d'action du contrôle à une action.

TControlActionLink hérite et circonstancie le comportement de TActionLink à la liaison des clients appartenant au type TControl. Voir TActionLink.Client.

Voir aussi