| TIB_GetCanScrollEvent Type |
Unit
IB_Components
Declaration
TIB_GetCanScrollEvent = procedure ( Sender: TIB_Dataset;
var CanScroll: boolean ) of object;Description
This is used to inquire if the dataset should be scrolled or not. It is used
for the OnGetCanScroll event.