Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - <b>class tscrollbar</b> inherits from tcontrol http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Class TScrollBar   Inherits from TControl
--------------------------------------------------------------------------------
 DATA
--------------------------------------------------------------------------------
 lVertical       If it is a vertical ScrollBar.
 lReDraw         If the scrollbar must update automatically its position
 lIsChild        If belongs to a Window with ScrollBars style
 nMin, nMax      The numeric range to be represented by the Scrollbar
 nPgStep         The increment of value when PgUp or PgDn on the ScrollBar
 bGoUp           A codeblock to eval when going up
 bGoDown         A codeblock to eval when going down
 bGoTop          A codeblock to eval when top is selected
 bGoBottom       A codeblock to eval when bottom is selected
 bPageUp         A codeblock to eval when PageUp is selected
 bPageDown       A codeblock to eval when PageDown is selected
 bPos            A codeblock to eval when the Thumb is moved to a new position
 bTrack

 METHODS
--------------------------------------------------------------------------------

    New             Constructor from source code.
    ReDefine        Constructor from resource.
    WinNew          Constructor for non-true scrollbar.
    cToChar         Generates a data template to build a Dialog.
    GetPos          Retrieves the current value represented by the Scrollbar.
    GetRange        Returns an array of two elements with the Min and the Max values
    GoBottom        Evaluates the bGoBottom block and updates thumb position
    GoDown          Evaluates the bGoDown block and updates thumb position
    GoTop           Evaluates the bGoTop block and updates thumb position
    GoUp            Evaluates the bGoUp block and updates thumb position
    HandleEvent     Redefined events manager
    Init            Generic initialization
    MouseMove       Specific MouseMove behavior
    PageDown        Evaluates the bPageDown block and updates thumb posit
    PageUp          Evaluates the bPageUp block and updates thumb posit
    SetPos          Changes the position of the thumb
    SetRange        Changes the represented range of the ScrollBar
    ThumbPos        Changes the position of the Thumb
    ThumbTrack



See Also: ScrollBar Commands FiveWin.ch TControl

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson