TdxMailMergeCustomSeparators.IsEmpty Method
Returns a value indicating whether the Rich Edit control uses only the default numeric format switch and field result separators.
Declaration
function IsEmpty: Boolean;
Returns
Type |
---|
Boolean |
Remarks
The IsEmpty function returns True if an empty string is assigned to the FieldResultDecimalSeparator, FieldResultGroupSeparator, MaskDecimalSeparator, and MaskGroupSeparator properties; otherwise – False.
See Also