JVCL Help:TJvScrollEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvScrollEvent type
[+] JvListBox.pas Types
Search in JVCL Help
Search in all projectsSummary
Type for event handlers that let an application respond when the user scrolls a scrollbar.
Pascal
run\JvListBox.pas
TJvScrollEvent = procedure (Sender: TObject; const Msg: TWMScroll; var DontScroll: Boolean) ofobject;
Parameters
Parameters | Description |
Sender | The object that triggered the event. |
Msg | Represents the parameters of the Windows message. |
DontScroll | Determines whether the list box will respond to the scroll event, and adjust the scroll bar. |
Description
Use TJvScrollEvent to conditionally prevent the user from scrolling a scroll bar.
See Also
TJvCustomListBox.OnHorizontalScroll, TJvCustomListBox.OnVerticalScroll
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page