| TIB_NavigationBar_ButtonType Type |
Unit
IB_NavigationBar
Declaration
TIB_NavigationBar_ButtonType = ( nbFirst,
nbJumpBck,
nbPrior,
nbNext,
nbJumpFwd,
nbLast );Description
These are the different button types available to this button bar.
nbFirst goes to the first row in the dataset.
nbJumpBck jumps back a predefined number of rows in the dataset.
nbPrior goes to the previous row in the dataset.
nbNext goes to the next row in the dataset.
nbJumpFwd jumps forward a predefined number of rows in the dataset.
nbLast goes to the end of the dataset.