TXTextControl.FormFieldItems Property

This property sets or returns the items of a combobox or dropdown list as a sequence of strings, separated through TAB (9) characters.

Introduced: 28.0.

Syntax

TXTextControl.FormFieldItems(FieldId) [= Items]
Parameter Description
FieldId

Specifies the field identifier of the combobox or dropdown list.

Data Types

FieldId: Integer
Property value: String

Limitations

Run time only.

See Also