TdxMailMergeCustomSeparators.IsEmpty Method
In This Article
Returns a value indicating whether the Rich Edit control uses only the default numeric format switch and field result separators.
#Declaration
Delphi
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