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>multiple dialogbox pages xbase commands</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Multiple DialogBox Pages xBase commands
--------------------------------------------------------------------------------

 Creating a folder
    from source code









 Creating a folder        REDEFINE PAGES <oPag> ;
    from resources           [ ID <nId> ] ;
                             [ OF <oWnd> ] ;
                             [ DIALOGS <DlgName,...> ] ;
                             [ OPTION <nOption> ]


 <oPag>                   A reference to the TPages object just created.

 <nId>                    The numeric resource identifier of the control.

 <oWnd>                   The container object of the TPages control.

 <DlgName,...>            A list with the resources names of the DialogBoxes
                          to manage. Important: These DialogBoxes must have
                          the style STYLE WS_CHILD | WS_VISIBLE at the RC
                          or DLL file.

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


See Also: Class TPages

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