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

IdxRichEditCharacterStyle.GetParent Method

Returns the parent style of the current character style.

#Declaration

Delphi
function GetParent: IdxRichEditCharacterStyle;

#Returns

Type
IdxRichEditCharacterStyle

#Remarks

This function returns the style that the current character style uses to initialize all font attributes. The GetParent function returns nil (in Delphi) or nullptr/NULL (in C++Builder) if the character style has no parent style assigned.

The GetParent function is the Parent property’s getter.

See Also