Class: TrackBar

Module location: Trckbr.pkg line 94 (view source)

Class Hierarchy:

DFBaseFormFormFormExternalControlTrackBar

Mixins:

Trackbar_Mixin,

Class Definition

Functions and Procedures

Construct_Object()
Inherited from FormExternalControl
StringControlValue()
Inherited from FormExternalControl
This must be return a DF value. Default behavior is to use the return the slider's integer value
OnSetPosition()
Inherited from TrackBar_Mixin
we must identify all events that result in a changed value in the control and notify the DF side about this change. OnSetPosition is always called when the slider changes.
Set(string sVal)
Inherited from TrackBar_Mixin
This is passed the DF value and should set the slider's value to an appropriate integer value. Default behavior is a 1 to 1 mapping.