DecimalSeparator function
Prototype: |
function DecimalSeparator: char; |
||||
Description: |
Returns a character used to delimit decimal places in textual representation of floating point numbers as defined by currently set locale in the operating system. |
||||
Syntax: |
variable:= DecimalSeparator;
|
||||
Return value: |
A character used as decimal separator. |
Example:
begin
SetDecimalPoint;
ShowMsg(DecimalSeparator);
SetDecimalComma;
ShowMsg(DecimalSeparator);
ResetDecimalSeparator;
ShowMsg(DecimalSeparator);
end.
See also:
DecimalSeparator; SetDecimalPoint; SetDecimalComma; ResetDecimalSeparator
© 2024 IFER-Monitoring and Mapping Solutions