JVCL Help:TJvCustomPreviewControl.OnScrollHint
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomPreviewControl.OnScrollHint Event
[+] TJvCustomPreviewControl Events
[+] TJvCustomPreviewControl Methods
[+] TJvCustomPreviewControl Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when the control needs to update its scrollbar hint window content.
Pascal
TJvScrollHintEvent = procedure (Sender: TObject; AScrollPos: Integer; var AHint: string) ofobject;
propertyOnScrollHint: TJvScrollHintEvent;
Parameters
Parameters | Description |
AHint | The Hint to display. |
AScrollPos | The current scroll bar position. |
Sender | The object that called the event. |
Description
Write a handler for the OnScrollHint event to update the scrollbar hint.
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