Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
 WDBrowse               Dialog browse class
 ----------------------------------------------------------------------------
 WDBrowse
 Dialog browse class
 ----------------------------------------------------------------------------
 
 Properties
 None.
 
 Methods
 
 Inherits From
 WDialog
 
 Inherited By
 Nothing.
 
 Description
 This is a class implemented using a dialog, based on the
 DBROWSE.PRG file.  It is available mainly for upwards
 compatibility, as the WBrowse class generally provides more
 functionality and is faster.  However, if you need a browser
 written in Clipper which you can customise any way you want,
 see SOURCE\OO\CLASSES\BROWSE.PRG.
 
 WDBrowse can be used in a modal or modeless fashion.  It's
 implemented using a dialog internally, so it gets this ability
 automatically.  This ability is so useful, though, that
 otherwise it would have been written to do it itself.
 
 When used in an SDI application, the default is to make
 dialogs modal.  For an MDI application, the default is
 modeless.  You can override these, of course.
 
 Example
 // From SOURCE\OO\CMD\APP5D.PRG:
 USE users NEW SHARED
 // . . .
 
 MENUITEM "&Browse"  ACTION WDBrowse{self}  HELP WHelp{"Browse USERS file"}
 
 See Also  (press Enter)

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