JVCL Help:TJvSlider
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSlider Class
[+] JvSlider.pas Classes
[+] TJvSlider Methods
[+] TJvSlider Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvSlider
run\JvSlider.pas
Summary
Slider displayed with user-defined images.
Pascal
run\JvSlider.pas
TJvSlider = class(TJvCustomControl);
Description
- JVCLInfo
TJvSlider represents a slider displayed with user-defined images.
Use TJvSlider to display a slider control with your images. SetImageRuler and ImageThumb to specify bitmaps that appear on the ruler and thumb, respectively.
Use the events OnBeginChange, OnChanged and OnStopChanged to respond when the user changes the thumb position.
SetMaximum to indicate an upper limit to the value that can be represented using the slider. Use Position to get the actual value the slider represents.
About
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