Item Property
  

Set / Get item text in a listbox, combobox or grid.

SYNTAX
Pseudo-OOP:

Set:
<WindowName>.<ControlName>. Item (<nItem>) := ItemText

Get:
<WindowName>.<ControlName> . Item (<nItem>) --> ItemText
(for Virtual Grid )
<WindowName>.<ControlName> . Item (<nItem>) --> aRowArray


Function syntax:

Set:
SetProperty ( <ParentWindowName>,<ControlName>, Item ,<nItem> , ItemText )

Get:
GetProperty ( <ParentWindowName>, <ControlName>, Item ,<nItem>) --> ItemText
(for Virtual Grid )
SetProperty ( <ParentWindowName>, <ControlName>, Item ,<nItem>) --> aRowArray


Remarks

<ItemText>/<aRowArray > type is character for lists and combos, and array for grids (in this case, the array lenght, is equal to column count)