[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   @ row, col GET nButton ;
                AS PUSHBUTTON aButtonArray ;
                COLOR nTextColor ;
                HOTKEY nHotkeyColor
                WHEN lWhenClause  ;
                SEND bMessage ;
                VERTIKAL

   Draws Buttons defined in aButton.
   Same options/exceptions as for DrawButton
   The supplied, modified GetSys.obj must be linked with your programm.

   PARAMETERS:


   row           BeginningRow
   col           BeginningColumn
   nTextColor    Clipper ColorCode for the Button (eg 112= B/W)
   nHotKeyColor  Clipper ColorCode for the HotKey (eg 116= R/w)
   WhenClause    Like in Getsys
   bMessage      Like in Getsys
   Vertikal      vertical-direction

   RETURN VALUES:
   nButton                1-12     ( Key or Mouse )
   CloseButton oder ESC   M_CLOSE  ( Mouse )
   MoveButton             M_MOVE
   ChoiButton             M_ChOICE
   Scrollbar    Up        M_UP     If you don't have a ScrollBar for example,
                Down      M_DOWN   there's no ReturnValue, see....
                Left      M_LEFT
                Right     M_RIGHT




   EXAMPLE:

    LOCAL aButton := { 'Drive ~A:', 'Drive ~B:', 'Drive ~C:', 'E~xit' }
    LOCAL nButton := 3

    @ 06, 35 GET nButton AS PUSHBUTTON aButton ;
             COLOR 112 HOTKEY 116  VERTIKAL

    READ

    Enriches your application with a vertical ButtonRow, which is
    activated on GET-InputFocus.




See Also: DrawButton
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson