Back to Devexpress

IdxRichEditCharacterPropertiesBase Interface

vcl-dxrichedit-dot-nativeapi-7aac1f27.md

latest5.2 KB
Original Source

IdxRichEditCharacterPropertiesBase Interface

Exposes the basic character settings.

Declaration

delphi
IdxRichEditCharacterPropertiesBase = interface(IInterface)

Remarks

Use a subdocument‘s BeginUpdateCharacters and EndUpdateCharacters methods to modify its character formatting, such as font typeface, font size, various font attributes, etc.

The IdxRichEditCharacterPropertiesBase interface exposes properties and methods that allow you to:

The IdxRichEditCharacterPropertiesBase interface is the direct ancestor of the IdxRichEditCharacterStyle and IdxRichEditCharacterProperties interfaces.

The IdxRichEditCharacterPropertiesBase interface is referenced by:

Inheritance

IInterface IdxRichEditCharacterPropertiesBase

See Also

IdxRichEditCharacterPropertiesBase Members

dxRichEdit.NativeApi Unit