Class: dbTrackBar
Module location:
dbTrckbr.pkg
line
73 (view source)
Class Hierarchy:
DFBaseEntry
Entry
dbForm_
dbFormDS
dbForm
dbFormExternalControl
dbTrackBar
Mixins:
Trackbar_Mixin,
Class Definition
Functions and Procedures
Construct_Object()
Inherited from
dbFormExternalControl
String
ControlValue()
Inherited from
dbFormExternalControl
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.