API:Vcl.CategoryButtons.TButtonItemActionLink

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnList.TActionLinkSystem.Actions.TContainedActionLinkSystem.Classes.TBasicActionLinkSystem.TObjectTButtonItemActionLink

Delphi

TButtonItemActionLink = class(TActionLink)

C++

class PASCALIMPLEMENTATION TButtonItemActionLink : public Vcl::Actnlist::TActionLink

Properties

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

Description

TActionLink is the base class for action links that connect actions to commonly used properties of VCL objects, components, and controls.

Vcl.CategoryButtons.TButtonItemActionLink inherits from Vcl.ActnList.TActionLink. All content below this line refers to Vcl.ActnList.TActionLink.

TActionLink is the base class for action links that connect actions to commonly used properties of VCL objects, components, and controls.

As implemented in XE3 version, TActionLink just declares the type for VCL action link objects. TActionLink does not provide any new business functionality regarding to the TContainedActionLink ancestor class.

See Also