Trackbar - Changed Event

Changed is a change in the component

Member of Trackbar (PRIM_TKBR)

Details

The Changed event is fired after the value of an trackbar has been modified.

Example

In this example, when a Volume trackbar is changed, the value is applied to a video control.
Evtroutine Handling(#Volume.Changed)
 
   #Video.Volume := #Volumne.Value
 
Endroutine

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2