Vcl.ComCtrls.TToolButtonActionLink

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TControlActionLinkVcl.ActnList.TActionLinkSystem.Actions.TContainedActionLinkSystem.Classes.TBasicActionLinkSystem.TObjectTToolButtonActionLink

Delphi

TToolButtonActionLink = class(TControlActionLink)

C++

class PASCALIMPLEMENTATION TToolButtonActionLink : public Vcl::Controls::TControlActionLink

Properties

Type Visibility Source Unit Parent
class public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

Links an action object to a client (tool button).

TToolButtonActionLink is designed to link actions to clients (tool buttons).

TToolButtonActionLink keeps the linked client in the FClient field and the linked action in the Action property.

TToolButtonActionLink inherits, from its ancestors, methods supporting linking the properties and events of actions with properties and events of components, generic controls, and windowed controls (clients).

TToolButtonActionLink adds support for linking the following properties for a tool button: Checked and ImageIndex.

Some client's properties do not correspond to action's properties with the same name. For example, the tool button's Down property is linked to the action's Checked property.

See Also