TXTextControl.FormFieldDateFormats Property

This property returns format picture strings which can be used to format the date. The returned format strings depend on the locale set for the date field's text. A TextControl uses Day, Month, and Year Format Picture strings to format a date. The returned string contains a sequence of strings, separated through TAB (9) characters.

Introduced: 28.0.

Syntax

TXTextControl.FormFieldDateFormats(FieldId)
Parameter Description
FieldId

Specifies the field identifier of the date formfield.

Data Types

FieldId: Integer
Property value: String

Limitations

Read only, run time only.

See Also