Unit Trackbar |
Classes |
Functions |
Register -
Types |
Constants |
TBM_CLEARSEL
TBM_CLEARTICS
TBM_GETCHANNELRECT
TBM_GETLINESIZE
TBM_GETNUMTICS
TBM_GETPAGESIZE
TBM_GETPOS
TBM_GETPTICS
TBM_GETRANGEMAX
TBM_GETRANGEMIN
TBM_GETSELEND
TBM_GETSELSTART
TBM_GETTHUMBLENGTH
TBM_GETTHUMBRECT
TBM_GETTIC
TBM_GETTICPOS
TBM_SETLINESIZE
TBM_SETPAGESIZE
TBM_SETPOS
TBM_SETRANGE
TBM_SETRANGEMAX
TBM_SETRANGEMIN
TBM_SETSEL
TBM_SETSELEND
TBM_SETSELSTART
TBM_SETTHUMBLENGTH
TBM_SETTIC
TBM_SETTICFREQ
TBS_AUTOTICKS
TBS_BOTH
TBS_ENABLESELRANGE
TBS_FIXEDLENGTH
TBS_LEFT
TBS_NOTHUMB
TBS_NOTICKS
TBS_VERT
TB_BOTTOM
TB_ENDTRACK
TB_LINEDOWN
TB_LINEUP
TB_PAGEDOWN
TB_PAGEUP
TB_THUMBPOSITION
TB_THUMBTRACK
TB_TOP
Variables |
Functions |
Types |
tbStyle = (tbAutoticks, tbVert, tbReversed, tbBoth, tbNoTicks, tbEnableSelRange, tbFixedLength, tbNoThumb);TB_BOTTOM VK_END TB_ENDTRACK WM_KEYUP (the user released a key that sent a relevant virtual-key code) TB_LINEDOWN VK_RIGHT or VK_DOWN TB_LINEUP VK_LEFT or VK_UP TB_PAGEDOWN VK_NEXT (the user clicked the channel below or to the right of the slider) TB_PAGEUP VK_PRIOR (the user clicked the channel above or to the left of the slider) TB_THUMBPOSITION WM_LBUTTONUP following a TB_THUMBTRACK notification message TB_THUMBTRACK Slider movement (the user dragged the slider) TB_TOP VK_HOMEtype
tbStyles = set of tbStyle
TTrackbarKind = (tkHoriz, tkVert);
Constants |
Variables |