API:System.Actions.TContainedAction

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTContainedAction

Delphi

TContainedAction = class(TBasicAction)

C++

class PASCALIMPLEMENTATION TContainedAction : public System::Classes::TBasicAction

Properties

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

Description

TBasicAction is the ancestor class for all action objects.

System.Actions.TContainedAction inherits from System.Classes.TBasicAction. All content below this line refers to System.Classes.TBasicAction.

TBasicAction is the ancestor class for all action objects.

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.