JVCL Help:TJvArrowPosition
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvArrowPosition type
Search in JVCL Help
Search in all projectsSummary
Place the arrow before or after the trackbar
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. |
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.
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