pbReverseOrdering - DataList_

Determines if the list should be displayed in reverse index order

Type: Property

Access: Read/Write

Data Type: Boolean

Parameters: None

Syntax
 Property Boolean pbReverseOrdering

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


Description

pbReverseOrdering determines if the list should be displayed in reverse index order.

Changing this property will not cause an active list to be immediately reordered. If you want to change the list ordering dynamically send the message DoSetOrderingDirection.

This message can be used along with the new DataDictionary message pbAutoFillFromFirst to create constrained child dbGrids that fill in reverse order from the end of a constrained list.

Default is false.