Property Boolean pbReverseOrdering
| Read Access: | Get pbReverseOrdering to BooleanVariable |
| Write Access: | Set pbReverseOrdering to BooleanVariable/Value |
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.