TRVStyle.GetTextStyleClass

<< Click to display table of contents >>

TRVStyle.GetTextStyleClass

Returns the class type representing a style of text.

type

  TRVFontInfoClass = class of TFontInfo;

 

function GetTextStyleClass: TRVFontInfoClass; virtual;

(introduced in version 1.7)

This method can be used to create components inherited from TRVStyle. You can create a new class (inherited from TFontInfo) and use it in this descendant component.

See also:

GetListStyleClass;

GetParaStyleClass.