| Append method |
Applies to
TParagraph
| Overloaded Variants |
| Procedure Append(const s: string); |
| Procedure Append(SourcePar: TParagraph); |
| Procedure Append(obj: TWPTextObj; CharAttrIndex: Cardinal = 0); |
| Procedure Append(const s: string; const aindex: Integer); |
Declaration
procedure Append(const s: string);
Description
Appends text to the paragraph. Please also see Insert.
Category
Low level create text
Declaration
procedure Append(SourcePar: TParagraph);
Declaration
procedure Append(obj: TWPTextObj; CharAttrIndex: Cardinal = 0);
Category
Codes
Declaration
procedure Append(const s: string; const aindex: Integer);
|
Copyright (C) by WP |