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