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

 Creating a folder     @ <nRow>, <nCol> FOLDER [<oFolder>] ;
    from source code      [ OF | WINDOW | DIALOG <oWnd> ] ;
                          [ PROMPT | PROMPTS | ITEMS <cPrompt,...> ] ;
                          [ DIALOG | DIALOGS | PAGE | PAGES <cDlgName1> [,<cDlgNameN>] ] ;
                          [ PIXEL ] ;
                          [ DESIGN ] ;
                          [ COLOR | COLORS <nClrFore> [,<nClrBack>] ] ;
                          [ OPTION <nOption> ] ;
                          [ SIZE <nWidth>, <nHeight> ] ;
                          [ MESSAGE <cMsg> ]

 Creating a folder     REDEFINE FOLDER [<oFolder>] ;
    from resources        [ ID <nId> ] ;
                          [ OF | WINDOW | DIALOG <oWnd> ] ;
                          [ PROMPT | PROMPTS | ITEMS <cPrompt,...> ] ;
                          [ DIALOG | DIALOGS | PAGE | PAGES <cDlgName1> [,<cDlgNameN>] ] ;
                          [ COLOR | COLORS <nClrFore> [,<nClrBack>] ] ;
                          [ OPTION <nOption> ] ;
                          [ ON CHANGE <uChange> ]


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

 <oFolder>             A reference to the folder object just created.

 <oWnd>                The container object of the folder control.

 <cPrompt,...>         A list with the text to show as each page prompts.

 <cDlgName1,...>       A list with the resources names of the DialogBoxes to
                       manage.

 <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 folder control.

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

 <nId>                 The numeric resource identifier of the control.

 <uChange>             An action to be performed when changing the folder
                       selected page.

 CLAUSES

 PIXEL                 To use pixel coordinates instead of text coordinates.

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


See Also: Class TFolder Folder.ch

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