Purpose
Draws the invalid area of the browser.
Class
Type
Method
Syntax
<oBrowser>:Draw(<oEvent>) Æ lDraw
Arguments
| <oEvent> | The event that contains information about it, into which DeviceContext and which area must be drawn. |
| Data type: | Event |
Return Value
| lDraw | A logical value that indicates whether the browser was drawn. |
| TRUE | The browser was drawn. |
| FALSE | The browser was not drawn. |
| Data type: | Logic |
Description
bBrowser:Draw() determines the area in the browser that must be drawn. For this area the following methods are called aftterwards, with which the single sub areas are drawn:
| • | bBrowser:DrawBackground() |
| • | bBrowser:DrawTitle() |
| • | bBrowser:DrawSelector() |
| • | bBrowser:DrawCaption() |
| • | bBrowser:DrawGrid() |
| • | bBrowser:DrawData() |
| • | bBrowser:DrawInfo() |
See Also
Page url: http://www.YOURSERVER.com/index.html?bbrowser_draw.htm