Skip to main content
A newer version of this page is available. .

TdxRichEditControlAction Members

The base class for all action objects in the Rich Edit control.

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. Inherited from TdxBasicAction.
AutoCheck Inherited from TContainedAction.
Caption Specifies the action object’s caption displayed by linked UI elements. Inherited from TdxBasicAction.
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. Inherited from TdxBasicAction.
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. Inherited from TdxBasicAction.
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. Inherited from TdxBasicAction.
CancelUpdate Enables updating the UI elements linked to the action object without invalidating them. Inherited from TdxBasicAction.
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. Inherited from TdxBasicAction.
Equals(TObject) Inherited from TObject.
Execute Executes a command implemented as the action object. Inherited from TdxBasicAction.
ExecuteAction(TBasicAction) Inherited from TComponent.
ExecuteTarget(TObject) Executes the command implemented as an action object for the specified Rich Edit 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. Inherited from TdxBasicAction.
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. Inherited from TdxBasicAction.
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. Inherited from TdxBasicAction.

Events

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