Vcl.Controls.TControlActionLink.FClient

From RAD Studio API Documentation

Delphi

FClient: TControl;

C++

TControl* FClient;

Properties

Type Visibility Source Unit Parent
field protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControlActionLink

Description

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

FClient is the protected field that keeps the client's control.

See Also