TXTextControl.FormFieldDateFormat Property

This property sets or returns the format string which is used to display the date of a date field. For a certain date field the format string should be one of the strings returned through the TXTextControl.FormFieldDateFormats property. A TextControl uses Day, Month, and Year Format Picture strings to format a date. When this property is an empty string, a default format is used depending on the language set for the date field's text.

Introduced: 28.0.

Syntax

TXTextControl.FormFieldDateFormat(FieldId) [= string]
Parameter Description
FieldId

Specifies the field identifier of the date formfield.

Data Types

FieldId: Integer
Property value: String

Limitations

Run time only.

See Also