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