RAD Studio VCL Reference
|
TBasicAction is the ancestor class for all action objects.
TBasicAction = class(TComponent);
class TBasicAction : public TComponent;
Classes
TBasicAction introduces the fundamental behavior for an action. Descendants of TBasicAction add functionality for containment in an action list, for being categorized, and for specializing their behavior tailored to particular clients such as controls or menu items. Use TBasicAction if you want to create an action for an object that is neither a menu item nor a control.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|