|
TParaInfo |
Top Previous Next |
|
This is a paragraph style. It defines attributes of paragraphs in TRichView, TRichViewEdit, TDBRichView, TDBRichViewEdit controls. This is an item in the collection of TRVStyle.ParaStyles. The class of the collection itself is TParaInfos. Unit RVStyle. Syntax TParaInfo = class(TCustomRVParaInfo) HierarchyTObject TPersistent TCollectionItem PropertiesThe most of properties are inherited from TCustomRVParaInfo. The new properties are: ▪DefStyleNo – default text style for paragraph; ▪NextParaNo – index of paragraph style to apply after pressing Enter in editor. MethodsIsEqual compares this paragraph style with another one. You can use Assign method to assign: ▪TParaInfo to TParaInfo; ▪TCustomRVParaInfo to TParaInfo and vice versa. See Also▪TParaInfos – class of collection of paragraph styles; ▪TFontInfo – class of text style; ▪TRVListInfo – class of list style; |