IdxRichEditCharacterStyle.GetParent Method
Returns the parent style of the current character style.
Declaration
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