Excalibur Software PropertyList 3.0
NeedData
Event NeedData(iProp As Property, sListItems() As String)
Description
Occurs when custom list items are needed for an
ExPropCustomList Property object. This event occurs when
the object's ListItems property
is Null.
Parameters:
- iProp - The Property object that is about to drop
down its list.
- sListItems() - A dynamic array that receives the items
to be added to the dropdown listbox. You should ReDim this
array and fill it with custom item values. The PropertyList
will add these items to the dropdown list of available
values for this item.