Vcl.ActnList.TActionLink

From RAD Studio API Documentation
Jump to: navigation, search

System.Actions.TContainedActionLinkSystem.Classes.TBasicActionLinkSystem.TObjectTActionLink

Delphi

TActionLink = class(TContainedActionLink)

C++

class PASCALIMPLEMENTATION TActionLink : public System::Actions::TContainedActionLink

Properties

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

Description

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