JVCL Help:TJvScrollDirection

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 directions.

run\JvScrollPanel.pas


Pascal

 run\JvScrollPanel.pas
 TJvScrollDirection = (
sdHorizontal,
sdVertical
);


Members

Members Description
sdHorizontal The user can scroll the scrolling panel horizontally.
sdVertical The user can scroll the scrolling panel vertically.

run\JvScrollPanel.pas


Description

Use the TJvScrollDirection type to specify a specific scroll direction.

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