You are here: Symbol Reference > Math387 Namespace > Structs, Records, Enums > Math387.TFixedTextAlign Enumeration
MtxVec VCL
ContentsIndex
PreviousUpNext
Math387.TFixedTextAlign Enumeration

Specifies alignment for fixed width font number to string conversion.

Pascal
TFixedTextAlign = ( ftaNone, ftaRightAlign, ftaLeftAlign );
Members 
Description 
ftaNone 
No spaces will be appended or inserted. 
ftaRightAlign 
Spaces will be inserted in front of the text. 
ftaLeftAlign 
Spaces will be inserted in after the text. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!