Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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
Show Inherited Hide Inherited

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