Align string by inserting space.
function AlignString(const AString: string; ColumnWidth: integer; Align: TFixedTextAlign = ftaLeftAlign): string;
AString is padded with spaces to match ColumnWidth according to the value of Align parameter.
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|