Purpose
Draws the grid and values of the data columns in the browser.
Class
Type
Method
Syntax
<oBrowser>:DrawData(
<hDC>,
<srcInvalid>
) Æ lDraw
Arguments
| <hDC> | The DeviceContext in which the column values must be drawn. | 
| Data Type: | Pointer | 
| <srcInvalid> | The rectangle structure that defines the area which must be drawn. | 
The structure must be specified by reference.
| Data Type: | _winRect | 
Return Value
| lDraw | A logical value that indicates whether the values of the data columns were drawn. | 
| TRUE | The values was drawn. | 
| FALSE | The values was not drawn. | 
| Data Type: | Logic | 
Description
bBrowser:DrawData() draws the grid and the values of the visible columns. The method is called automatically by the method bBrowser:Draw().
See Also
Page url: http://www.YOURSERVER.com/index.html?bbrowser_drawdata.htm