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]
 WBColumn               Browse column class for WBrowse(T)
 ----------------------------------------------------------------------------
 WBColumn
 Browse column class for WBrowse(T)
 ----------------------------------------------------------------------------
 
 Properties
 
 Methods
 
 Inherits From
 
 Inherited By
 Nothing.
 
 Description
 Please see the online help file WBROWSET.HLP.
 
 Example
 // Adapted from SOURCE\WBROWDEF.PRG:
 oB        := WBrowse{hWnd, nLeft, nTop, nWidth, nHeight, cTitle, nStyle}
 oB:Alias  := cAlias
 oB:Escape := .f.
 //oB:AutoLite := .f.   // use this to highlight just a cell instead of a row
 
 aFields   := LdDbrowFlds()
 for i = 1 to len(aFields)
        oB:AddColumn( WBColumn{aFields[i, 1], aFields[i, 2]} )
 next i
 
 SetFocus(oB:hWnd)
 oB:GoTop()
 
 See Also  (press Enter)

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