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]
 WBListBox              Browse control class for WBrowse(T) in a dialog
 ----------------------------------------------------------------------------
 WBListBox
 Browse control class for WBrowse(T) in a dialog
 ----------------------------------------------------------------------------
 
 Properties
 WndClass       The name of the control's window class ("listbox")
 WndStyle       The control's usual style (a combination of WS_* values)
 
 Methods
 WBListBox:Init()        Construct a blistbox object
 
 Inherits From
 WControlWindow
 WBrowse
 
 Inherited By
 Nothing.
 
 Description
 This is a browse control suitable for use in a dialog.  From a
 dialog editor, you use this control by placing a list box
 control in the dialog, with the style specified by the
 WndStyle property.
 
 Please see the online help file WBROWSET.HLP.
 
 Example
 // From SOURCE\OO\ODBCBROW.PRG:
 @ Id IDD_BROWSE  Obj ::oB  BListBox                    ;
      Columns aCols                                     ;
      GoBottomBlock {| | ::oTable:GoBottom() }         ;
      GoTopBlock    {| | ::oTable:GoTop() }            ;
      SkipBlock     {|oB, n| DoSkip(oB, ::oTable, n) }
 
 See Also  (press Enter)

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