TTMSFNCCustomWebBrowserFrameNavigateCompleteParams Record
Parameters passed to the
OnFrameNavigateCompleteevent after a sub-frame finishes loading.
API unit family: TMSFNCWebBrowser
Syntax
TTMSFNCCustomWebBrowserFrameNavigateCompleteParams = record
Fields and properties
| Name | Type | Description |
|---|---|---|
ErrorCode |
Integer |
Platform-specific error code when Success is False; 0 on success. |
Success |
Boolean |
When True, the frame navigation succeeded; when False, check ErrorCode. |
URL |
String |
URL that was loaded in the sub-frame. |