[Overview][Classes][Index] |
UI method for rendering and processing a horizontal slider
Source position: nvcontext.pas line 145
public function UIContext.doHorizontalSlider( |
const aRect: Rect; |
min: Double; |
max: Double; |
var Value: Double; |
style: Integer = 0 |
):Boolean; |
aRect |
|
optionally provides a location and size for the widget |
min |
|
min bound of the varying range of the value |
max |
|
max bound of the varying range of the value |
Value |
|
the value edited by the widget |
style |
|
optional style flag to modify the look |
True if the slider value changed
Horizontal slider is used to edit and display a scalar value in the specified range [min; max].