TdxMailMergeCustomSeparators.ResetFieldResultDecimalSeparator Method
In This Article
Restores the default decimal separator displayed in the field result.
#Declaration
Delphi
procedure ResetFieldResultDecimalSeparator;
#Remarks
Call this procedure to assign an empty string to the FieldResultDecimalSeparator property. As a result, the MaskDecimalSeparator property value is used as the actual decimal separator in the field result.
See Also