|
TParaInfo.Create |
Top Previous Next |
|
A constructor, creates and initializes a new instance of TParaInfo. constructor Create(Collection: TCollection);override; In addition to initializations performed by the inherited constructor, this methods initializes: DefStyleNo := -1; NextParaNo := -1; Note: usually, when you create a paragraph style in code, you should assign Standard := False. |