System.Classes.TBasicActionLink
Delphi
TBasicActionLink = class(TObject)
C++
class PASCALIMPLEMENTATION TBasicActionLink : public System::TObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Classes.pas System.Classes.hpp |
System.Classes | System.Classes |
Description
TBasicActionLink is the base class for action link classes that handle the communication between actions and clients.
TBasicActionLink is the base class from which all other action link classes ultimately descend. TBasicActionLink lays the foundation for a connection between an action and a client. The client is the parameter to the TBasicActionLink constructor, and the action object is indicated by the TBasicActionLink.Action property. TBasicActionLink sets up the links between the action and client's execution and updating events.