JVCL Help:TJvScrollKind

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

Search in JVCL Help

 
Search in all projects
 

Summary

Represents different kinds of scroll actions.

run\JvScrollPanel.pas


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.

run\JvScrollPanel.pas


Description

The TJvScrollKind type represents different kinds of scroll actions a user can perform on a scrolling panel.

run\JvScrollPanel.pas


About

Navigation

no pages or subcategories

run\JvScrollPanel.pas



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