DevExpress v24.2 Update — Your Feedback Matters Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release. Take the survey Not interested TdxBasicAction Methods Show Inherited Hide Inherited The base class for all action classes that implement end-user commands for DevExpress controls. 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. See Also TdxBasicAction Class TdxBasicAction Members dxActions Unit