The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



DecPlaceSep


Unit:SDL_numio
Class:TNumIO
Declaration:property DecPlaceSep: TDecPSep;

The DecPlaceSep property controls which character is used as a decimal separator. DecPlaceSep may take one of the following values:

dsDot the "." character (dot)
dsComma the "," character (comma)
dsBoth allows both the dot and the comma character
dsSystem the decimal separator is taken from the system locale

Note that DecPlaceSep is only important for the input formats itFloat, itFixPoint, itExp, and itDynamic.

 


Last Update: 2023-Dec-14