| Unit RkTrkBar |
========================================================================= RkTrkBar Unit The TRkTrackBar component is a slider control that mimics the behavior of the Windows 95 TrackBar control. This control works with mouse -and- keyboard input. Developing Custom Delphi 3 Components Copyright © 1995-1997 by Ray Konopka =========================================================================} {$I DCDC.INC
| Classes |
| Functions |
| Types |
TDrawTickEvent
TPositionChangingEvent
TThumbSize
TThumbStyle
TTickStyle
TTrackOrientation
| Constants |
| Variables |
| Functions |
| Types |
TDrawTickEvent = procedure ( TrackBar : TRkTrackBar; Canvas : TCanvas;
Location : TPoint;
Index : Integer ) of object
Forward class reference
TPositionChangingEvent = procedure( Sender : TObject; NewPos : Integer;
var AllowChange : Boolean ) of object
TThumbSize = ( tsSmall, tsMedium, tsLarge );
TThumbStyle = ( tsBox, tsPointer );
TTickStyle = ( tkStandard, tkOwnerDraw );
TTrackOrientation = ( toHorizontal, toVertical );
| Constants |
| Variables |