TXTextControl.FormFieldEmptyWidth Property

This property sets or returns the width of a combobox, dropdown list, date field or form textfield which is used when the field is empty.

Introduced: 28.0.

Syntax

TXTextControl.FormFieldEmptyWidth(FieldId) [= value]
Parameter Description
FieldId

Specifies the field identifier of the combobox, dropdown list, date field or form textfield.

Data Types

FieldId: Integer
Property value: Integer

Limitations

Run time only.

See Also