JVCL Help:TJvSlider

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvSlider
run\JvSlider.pas


Summary

Slider displayed with user-defined images.

run\JvSlider.pas


Pascal

 run\JvSlider.pas
 TJvSlider = class(TJvCustomControl);


Description

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

run\JvSlider.pas


About

Navigation

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