Skip to main content

TdxMailMergeCustomSeparators Members

Stores custom group and decimal separators for mail merge fields.

Constructors

Name Description
Create(string,string,string,string) Initializes a new instance of the TdxMailMergeCustomSeparators class with specified settings.

Properties

Name Description
FieldResultDecimalSeparator Specifies a symbol displayed in the field result instead of a decimal separator specified in the numeric format switch.
FieldResultGroupSeparator Specifies a symbol displayed in the field result instead of a group separator specified in the numeric format switch.
MaskDecimalSeparator
MaskGroupSeparator

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Clear Restores the default values of the FieldResultDecimalSeparator, FieldResultGroupSeparator, MaskDecimalSeparator, and MaskGroupSeparator properties.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
IsEmpty Returns a value indicating whether the Rich Edit control uses only the default numeric format switch and field result separators.
ResetFieldResultDecimalSeparator Restores the default decimal separator displayed in the field result.
ResetFieldResultGroupSeparator Restores the default group separator displayed in the field result.
ResetMaskDecimalSeparator Restores the default decimal separator in the document field’s numeric format switch.
ResetMaskGroupSeparator Restores the default group separator in the document field’s numeric format switch.
ShouldSerializeFieldResultDecimalSeparator
ShouldSerializeFieldResultGroupSeparator
ShouldSerializeMaskDecimalSeparator
ShouldSerializeMaskGroupSeparator
ToString Inherited from TObject.
See Also