API:System.Actions.TContainedActionLink

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TBasicActionLinkSystem.TObjectTContainedActionLink

Delphi

TContainedActionLink = class(TBasicActionLink)

C++

class PASCALIMPLEMENTATION TContainedActionLink : public System::Classes::TBasicActionLink

Properties

Type Visibility Source Unit Parent
class public
System.Actions.pas
System.Actions.hpp
System.Actions System.Actions

Description

TBasicActionLink is the base class for action link classes that handle the communication between actions and clients.

System.Actions.TContainedActionLink inherits from System.Classes.TBasicActionLink. All content below this line refers to System.Classes.TBasicActionLink.

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.