Skip to main content

TdxSpreadSheetChangeFontName Methods

An action object that implements the ChangeFontName end-user command in Spreadsheet and Report Designer-based applications.
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 a command implemented in the action object for the specified Spreadsheet or Report Designer control. Inherited from TdxSpreadSheetAction.
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 Spreadsheet or Report Designer control instance. Inherited from TdxSpreadSheetAction.
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.
See Also