TdxRichEditControlShowFontForm Class
In This Article
An action object that corresponds to the ShowFontForm command provided by the Rich Edit control.
#Declaration
Delphi
TdxRichEditControlShowFontForm = class(
TdxRichEditControlAction
)
#Remarks
This class does not introduce any new public members. It only implements the ShowFontForm command for use in an action list. Executing a TdxRichEditControlShowFontForm
action object invokes the Font dialog window that allows end-users to change the font, size, and style of the selected text fragment:
#Inheritance
TObject
TPersistent
TComponent
TBasicAction
TContainedAction
TCustomAction
TAction
TdxBasicAction
TdxRichEditControlAction
TdxRichEditControlShowFontForm
See Also