JVCL Help:TJvArrowPosition

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

Search in JVCL Help

 
Search in all projects
 

Summary

Place the arrow before or after the trackbar

run\JvFullColorCtrls.pas


Pascal

 run\JvFullColorCtrls.pas
 TJvArrowPosition = (
apNormal,
apOpposite
);


Members

Members Description
apNormal Place the arrow at the left of the trackbar if the orientation is vertical or at its top if the orientation is horizontal.
apOpposite Place the arrow at the right of the trackbar if the orientation is vertical or at its bottom if the orientation is horizontal.

run\JvFullColorCtrls.pas


Description

If the TJvFullColorTrackBar orientation is horizontal, using apNormal will place the arrow at the top of the trackbar, using apOpposite will place the arrow at the bottom of the trackbar. If the TJvFullColorTrackBar orientation is vertical, using apNormal will place the arrow at the left of the trackbar, using apOpposite will place the arrow at the right of the trackbar.

run\JvFullColorCtrls.pas


About

Navigation

no pages or subcategories

run\JvFullColorCtrls.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