Item Property
Set / Get item text in a listbox,
combobox, grid and Statusbar controls
Syntax:
<WindowName>.<ControlName>. Item (<nItem>) := ItemText
<WindowName>.<ControlName> . Item (<nItem>) --> ItemText
<ItemText> type is character for lists and combos, and array for grids
(in this case, the array lenght, is equal to column count)