Vcl.Buttons.TBitBtnActionLink

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TBitBtnActionLink = class(TControlActionLink)

C++

class PASCALIMPLEMENTATION TBitBtnActionLink : public Vcl::Controls::TControlActionLink

Properties

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

Description

TBitBtnActionLink is an action link designed specifically for button control clients.

TBitBtnActionLink is designed to specifically link actions to bit buttton control clients. TBitBtnActionLink overrides methods to determine whether the action and client are linked, and to ensure that action events are appropriate for properties of bit button control clients.

TBitBtnActionLink inherits, from its ancestors, support for linking actions with the properties of components, generic controls, and windowed controls. TBitBtnActionLink adds support for linking the checked property to the appropriate property of a bit button control.