Skip to main content

TdxBasicAction Members

The base class for all action classes that implement end-user commands for DevExpress controls.

Constructors

Name Description
Create(TComponent) Inherited from TComponent.

Properties

Name Description
ActionComponent Inherited from TBasicAction.
ActionList Inherited from TCustomAction.
AssignedValues Provides access to the property flags of the Caption and Hint properties.
AutoCheck Inherited from TContainedAction.
Caption Specifies the action object’s caption displayed by linked UI elements.
Category Inherited from TContainedAction.
Checked Inherited from TContainedAction.
ComObject Inherited from TComponent.
ComponentCount Inherited from TComponent.
ComponentIndex Inherited from TComponent.
Components Inherited from TComponent.
ComponentState Inherited from TComponent.
ComponentStyle Inherited from TComponent.
Control Specifies an instance of the DevExpress control to which the action object belongs.
DesignInfo Inherited from TComponent.
DisableIfNoHandler Inherited from TContainedAction.
Enabled Inherited from TContainedAction.
GroupIndex Inherited from TContainedAction.
HelpContext Inherited from TContainedAction.
HelpKeyword Inherited from TContainedAction.
HelpType Inherited from TContainedAction.
Hint Specifies the action object’s help hint displayed by linked UI elements.
ImageIndex Inherited from TContainedAction.
ImageName Inherited from TCustomAction.
Images Inherited from TCustomAction.
Index Inherited from TContainedAction.
Name Inherited from TComponent.
Observers Inherited from TComponent.
Owner Inherited from TComponent.
SecondaryShortCuts Inherited from TContainedAction.
ShortCut Inherited from TContainedAction.
StatusAction Inherited from TContainedAction.
Tag Inherited from TComponent.
VCLComObject Inherited from TComponent.
Visible Inherited from TContainedAction.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncFunctionEvent,TObject) Inherited from TComponent.
BeginInvoke(TAsyncProcedureEvent,TObject) Inherited from TComponent.
BeginInvoke(TProc,TObject) Inherited from TComponent.
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject) Inherited from TComponent.
BeginInvoke<TResult>(TFunc<TResult>,TObject) Inherited from TComponent.
BeginUpdate Prevents updating the UI elements linked to the action object until the EndUpdate procedure is called.
CancelUpdate Enables updating the UI elements linked to the action object without invalidating them.
DestroyComponents Inherited from TComponent.
Destroying Inherited from TComponent.
DoHint(String) Inherited from TContainedAction.
EndFunctionInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult) Inherited from TComponent.
EndUpdate Enables updating the UI elements linked to the action object, previously disabled by the BeginUpdate procedure call.
Equals(TObject) Inherited from TObject.
Execute Executes a command implemented as the action object.
ExecuteAction(TBasicAction) Inherited from TComponent.
ExecuteTarget(TObject) Executes a command implemented as the action object for the specified DevExpress control instance.
FindComponent(String) Inherited from TComponent.
FreeNotification(TComponent) Inherited from TComponent.
FreeOnRelease Inherited from TComponent.
GetChildren(TGetChildProc,TComponent) Inherited from TComponent.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
HandlesTarget(TObject) Returns a value indicating whether the action object’s execution result is applied to the specified DevExpress control instance.
HasParent Inherited from TComponent.
InsertComponent(TComponent) Inherited from TComponent.
IsImplementorOf(IInterface) Inherited from TComponent.
IsLocked Returns a value indicating whether the action object can be updated.
Loaded Inherited from TComponent.
Notification(TComponent,TOperation) Inherited from TComponent.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveFreeNotification(TComponent) Inherited from TComponent.
SetParentComponent(TComponent) Inherited from TComponent.
SetSubComponent(Boolean) Inherited from TComponent.
Suspended Inherited from TBasicAction.
ToString Inherited from TObject.
Update Inherited from TBasicAction.
UpdateAction(TBasicAction) Inherited from TComponent.
UpdateTarget(TObject) Updates the specified client control associated with the action object.

Events

Name Description
OnExecute Inherited from TBasicAction.
OnHint Inherited from TContainedAction.
OnUpdate Inherited from TBasicAction.
See Also