You are here: Symbol Reference > SignalUtils Namespace > Functions > SignalUtils.AlignString Function
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.AlignString Function

Align string by inserting space.

Pascal
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!