TcxFormatController.RegExprCustomDateEditMask(string) Method
In This Article
Converts a specified date/time format string to a mask in regular expression syntax.
#Declaration
#Parameters
Name | Type |
---|---|
AFormat |
string |
#Returns
Type |
---|
string |
#Remarks
For date controls controls, the RegExprCustomDateEditMask function is called internally to assign a valid mask to an editor’s Properties.EditMask property based on the specified Properties.EditFormat property value.
See Also