|
TRVStyle.GetListStyleClass |
Top Previous Next |
|
Returns the class type representing a style of paragraph lists (bullets and numbering). type TRVListInfoClass = class of TRVListInfo;
function GetListStyleClass: TRVListInfoClass; 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 TRVListInfo) and use it in this descendant component. See also: |