TdxRichEditMailMergeOptions.CustomSeparators Property
In This Article
Specifies custom group and decimal separators.
#Declaration
Delphi
property CustomSeparators: TdxMailMergeCustomSeparators read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to set custom separators instead of separators defined by the current locale. Refer to the TdxMailMergeCustomSeparators class description for detailed information on available options.
See Also