|
TRVStyle.GetParaStyleClass |
Top Previous Next |
|
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: |