Vcl.ComCtrls.TToolButtonActionLink.FClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FClient: TToolButton;

C++

TToolButton* FClient;

Properties

Type Visibility Source Unit Parent
field protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolButtonActionLink

Description

Keeps the client (tool button) linked by the action link to the action.

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

See Also