Article ID: 148998
Article Last Modified on 9/30/2003
THIS.ADDITEM("Colors",0) && This places the word Colors in the
THIS.ADDITEM("Red",1) && first element of the array followed
THIS.ADDITEM("Blue",2) && by Red, Blue, and Green to give
THIS.ADDITEM("Green",3) && a total of four elements in the array
&& to be displayed in the OutLine control.
THIS.INDENT(0) = 1 && This gives the word Colors an
THIS.INDENT(1) = 2 && indention level of 1. These lines
THIS.INDENT(2) = 2 && indent the words Red, Blue, and
THIS.INDENT(3) = 2 && Green under the word Colors
&& with an indention level of 2.
THISFORM.OLECONTROL1.LISTINDEX
THISFORM.TEXT1.VALUE = THISFORM.OLECONTROL1.LISTINDEX
Additional query words: VFoxWin
Keywords: KB148998