Skip to main content

TdxRichEditControlShowFontForm Class

An action object that corresponds to the ShowFontForm command provided by the Rich Edit control.

Declaration

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:

VCL Rich Edit Control: The Font Dialog

See Also