| Control Object Properties |
|
| The 'FindItemText$ property is a +PxPlus Exclusive | |
| Description | This
property when set causes the system to search the list
box for the text supplied. If the text is found the
system will set the 'Item property for the control to the
entry where the match was found. If no match is found the
'Item property is set to zero. A typical use of this property would be to locate a value in the list box and then change or delete it. It can also be used to validate that an entry exists in the list box. This property is generally only written to. Reading this value will return the same as reading the 'ItemText$ property. |
| Examples | Example 1:
Changing item text in a list box
Example 2: Locate and delete an item from a list box
Example 3: Validate the existence of an item in a list
|
| Used by | DROP_BOX LIST_BOX LISTVIEW TREEVIEW VARDROP_BOX VARLIST_BOX |