pbPaged - cSelectionSource

Determines whether the selection source supports paged data loading

Type: Property

Access: Read/Write

Data Type: Boolean

Parameters: None

Syntax
 Property Boolean pbPaged

Read Access: Get pbPaged to BooleanVariable
Write Access: Set pbPaged to BooleanVariable/Value


Description

If set to True, the selection source supports paged data loading.

For data-aware sources, this property is automatically set to True; otherwise, it defaults to False.

Note that pbAllData overrides this property and makes the control load all data at once. For non-data-aware sources, setting this property to True means that OnLoadItems needs to be implemented to provide the items.