TRVStyle.GetParaStyleClass

<< Click to display table of contents >>

TRVStyle.GetParaStyleClass

Returns the class type representing a style of paragraphs.

type

  TRVParaInfoClass = class of TParaInfo;

 

function GetParaStyleClass: TRVParaInfoClass; 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 TParaInfo) and use it in this descendant component.

See also:

GetListStyleClass;

GetTextStyleClass.