Skip to main content

TcxFormatController.RegExprCustomDateEditMask(string) Method

Converts a specified date/time format string to a mask in regular expression syntax.

Declaration

function RegExprCustomDateEditMask(const AFormatString: string): string;

Parameters

Name Type
AFormatString 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