OnLoadAllItems - cSelectionSource

Called when the control needs to load its items when working in AllData mode

Type: Event

Parameters: tSelectionItem[] ByRef aItems

ParameterDescription
aItems (ByRef)Array to be filled with items


Syntax
Procedure OnLoadAllItems tSelectionItem[] ByRef 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.