RAD Studio VCL Reference
|
TBasicActionLink is the base class for action link classes that handle the communication between actions and clients.
TBasicActionLink = class(TObject);
class TBasicActionLink : public TObject;
Classes
TBasicActionLink is the base class from which all other action link classes ultimately descend. TBasicAction link lays the foundation for the connection between action and the client. The client is a parameter to the TBasicActionLink constructor, and the action object is indicated by the Action property. TBasicActionLink sets up the link between the action and client execution and updating events.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|