Description
Fired after layout has been computed for an HTML or text page.
Arguments
|
Name |
Type |
I/O |
Description |
|
URL |
String (by Reference) |
In |
The URL of the page for which layout has been computed. |
|
hObject |
Long Integer |
In |
The ObjectHandle of the page for which layout has been computed. |
|
Partial |
Short Integer |
In |
Non-zero for partial layout, zero if this is a complete layout |
Remarks
A Partial argument of zero means that all page data is loaded and a complete layout has been performed, while a positive value is the percentage of the total expected page content for which layout has been computed. A negative value means that the layout computation was partial but the total expected content is not yet known.