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>tabs xbase commands</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Tabs xBase Commands
--------------------------------------------------------------------------------

 Creating a tab        @ <nRow>, <nCol> TABS [<oTabs>] ;
    from source code      [ OF | WINDOW | DIALOG <oWnd> ] ;
                          [ PROMPT | PROMPTS | ITEMS <cPrompt,...> ] ;
                          [ ACTION | EXECUTE <uAction> ] ;
                          [ PIXEL ] ;
                          [ DESIGN ] ;
                          [ COLOR | COLORS <nClrFore> [,<nClrBack>] ] ;
                          [ OPTION <nOption> ] ;
                          [ SIZE <nWidth>, <nHeight> ] ;
                          [ MESSAGE <cMsg> ]

 Creating a tab        REDEFINE TABS [<oTabs>] ;
    from resources        [ ID <nId> ] ;
                          [ OF | WINDOW | DIALOG <oWnd> ] ;
                          [ PROMPT | PROMPTS | ITEMS <cPrompt,...> ] ;
                          [ ACTION | EXECUTE <uAction> ] ;
                          [ COLOR | COLORS <nClrFore> [,<nClrBack>] ] ;
                          [ OPTION <nOption> ]

 <nRow>, <nCol>        The coordinates where to locate the tab control
                       (only from source code, not from resources).

 <oTabs>               A reference to the tab object just created.

 <oWnd>                The container object of the tab control.

 <cPrompt>             A list of strings, one for each tab.

 <uAction>             The action to execute when selecting any tab.

 <nClrFore>            The color to display the prompts text.

 <nClrBack>            The color to fill the folder surface.

 <nOption>             An optional initial option to use different from 1.

 <nWidth>, <nHeight>   The dimensions of the tab control.

 <cMsg>                An optional message to display on its container MsgBar
                       if defined.

 <nId>                 The numeric resource identifier of the control.

 CLAUSES

 PIXEL                 To use pixel coordinates instead of text coordinates.

 DESIGN                Allows the user to interactively move and resize the
                       control.


See Also: Class TTab Folder.ch

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