Vcl.Controls.TControlActionLink.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* TBasicActionLink.Create */ inline __fastcall virtual TControlActionLink(System::TObject* AClient) : Vcl::Actnlist::TActionLink(AClient) { }

Properties

Type Visibility Source Unit Parent
constructor public Vcl.Controls.hpp Vcl.Controls TControlActionLink

Description

Instantiates and initializes a TControlActionLink object.

Applications do not need to call the constructor directly. Instances of TControlActionLink are created automatically when you connect an action with a client in the action list editor. The AClient parameter is the client for the link. The link connects this client to its action.

TControlActionLink ensures that the client is a control.