Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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