JVCL Help:TJvScrollEvent

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Type for event handlers that let an application respond when the user scrolls a scrollbar.

run\JvListBox.pas


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.

run\JvListBox.pas


Description

Use TJvScrollEvent to conditionally prevent the user from scrolling a scroll bar.

run\JvListBox.pas


See Also

TJvCustomListBox.OnHorizontalScroll, TJvCustomListBox.OnVerticalScroll

run\JvListBox.pas


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