JVCL Help:TJvScrollKind
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvScrollKind type
Search in JVCL Help
Search in all projectsSummary
Represents different kinds of scroll actions.
Pascal
run\JvScrollPanel.pas
TJvScrollKind = (
sbUp,
sbDown,
sbLeft,
sbRight
);
Members
Members | Description |
sbUp | The contents of a scrolling panel is scrolled up. |
sbDown | The contents of a scrolling panel is scrolled down. |
sbLeft | The contents of a scrolling panel is scrolled to the left. |
sbRight | The contents of a scrolling panel is scrolled to the right. |
Description
The TJvScrollKind type represents different kinds of scroll actions a user can perform on a scrolling panel.
About
no pages or subcategories
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