Purpose
Draws the grid of the data columns in the browser.
Class
Type
Method
Syntax
<oBrowser>:DrawGrid(
<hDC>,
<srcInvalid>
) Æ lDraw
Arguments
| <hDC> | The DeviceContext in which the grid 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 grid was drawn. |
| TRUE | The grid was drawn. |
| FALSE | The grid was not drawn. |
| Data type: | Logic |
Description
bBrowser:DrawGrid() draws the grid 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_drawgrid.htm