| Description
|
The
LoadPoint property controls where the data loaded to a
LIST_BOX, DROP_BOX, VARLIST_BOX, or VARDROP_BOX will be
inserted. When a
list/drop box load directive is issued with no index the
current contents of the control will first be cleared and
the new data will replace it. Setting the 'LoadPoint
property to a non-zero value alters this behaviour.
If 'Loadpoint is set to
-1, the data included with the list/drop box load
directive will be appended to the list box contents.
If 'LoadPoint is set to a
value > 0, the data will be inserted into the list at
the point specified and the value in 'LoadPoint will be
reset.
|