Item

Syntax

<Path>.Item:string

The attribute Item sets which item in the Drop-Down List designated by <Path> will be selected using its name.

Note:

If you localize the items, you will usually use the attribute Value instead of the attribute Item. The value is a number which is language-independent, while the Item is a string which differs from language to language.

Data Type of the Value You Can Assign

You can assign a value of data type string.

Example

MyDropdownList.Item := "My item text 1"

Related Topics

Items, dialog element

Items, attribute