OnGetCanScroll Event |
Applies to
TIB_Dataset
Declaration
TIB_GetCanScrollEvent = Procedure(Sender: TIB_Dataset; var CanScroll: boolean ) of object;
Description
This event is used to prevent the cursor from being scrolled.
Please be careful that you do not create an infinite loop and please do not
produce a visual prompt to the user. This is not intended for visual use.