<< Click to display table of contents >> TParaInfo |
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)
TObject
TPersistent
TCollectionItem
The 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 (if style templates are not used);
▪ModifiedProperties may (temporarily) contain a list of properties having values different from values defined in a style template.
IsEqual compares this paragraph style with another one.
You can use Assign method to assign:
▪TParaInfo to TParaInfo;
▪TCustomRVParaInfo to TParaInfo and vice versa.
▪TParaInfos – class of collection of paragraph styles;
▪TFontInfo – class of text style;
▪TRVListInfo – class of list style;