Previous: Strings Unit Procedures and Functions To the Table of Content Next: AnsiCompareStr function

- 4.61.2.1 -
Standard Units
Strings Unit
Strings Unit Procedures and Functions

Align function

Targets: MS-DOS, Win32

System Unit

Pads the argument up to width with spaces.

Declaration:
function Align(Str: String; Width: LongInt): String;
Remarks:
Spaces are on the right if width > 0, and on the left otherwise.


Previous: Strings Unit Procedures and Functions To the Table of Content Next: AnsiCompareStr function
Strings Unit Procedures and Functions Table of Content AnsiCompareStr function

- 4.61.2.1 -