function AlignString(const AString: string; ColumnWidth: Integer; Align: TFixedTextAlign): string;
Align string by inserting space.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AString | string | |
| 2 | ColumnWidth | Integer | |
| 3 | Align | TFixedTextAlign |
Returns: String
Remarks:
AString is padded with spaces to match ColumnWidth according to the value of Align parameter.