FMX.Controls.TControlActionLink.Client

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Client: TControl read GetClient;

C++

__property TControl* Client = {read=GetClient};

Properties

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

Description

Keeps the control (client) linked by a control action link to an action.

TControlActionLink inherits and circumstantiates the behavior of TActionLink onto linking of clients belonging to the TControl type. See TActionLink.Client.

See Also