Vcl.ActnMan.TActionClientLink

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TActionClientLink = class(TActionLink)

C++

class PASCALIMPLEMENTATION TActionClientLink : public Vcl::Actnlist::TActionLink

Properties

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

Description

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

Vcl.ActnMan.TActionClientLink 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