ATTR_USE_LOCALIZED_DECIMAL_SYMBOL
| Type: | System attribute |
| Description: | This attribute allows you to customize the symbol used as the decimal point by all UI controls. |
| Data Type: | integer |
| Default Value: | VAL_USE_PERIOD |
| LabWindows/CVI Compatibility: |
LabWindows/CVI 5.5 and later |
Values
| VAL_USE_SYSTEM_SETTING | Allow the Windows system settings to determine which character UI controls use as the decimal point. |
| VAL_USE_PERIOD | Use the ASCII period ('.') character as the decimal point symbol in UI controls. |