OnLoadAllItems - cSelectionSource
Called when the control needs to load its items when working in AllData mode
Type: Event
Parameters
| Parameter | Type | Description |
|---|---|---|
| ByRef aItems | tSelectionItem[] | Array to be filled with items |
Syntax
Procedure OnLoadAllItems ByRef tSelectionItem[] aItems
Description
Called when the control needs to load its items when working in AllData mode (pbAllData).
For data-aware sources, this event is also called, but then the aItems array is already filled with items, providing a chance to customize the results.