Table of Contents

TTMSFNCCustomWebBrowserFrameNavigateCompleteParams Record

Parameters passed to the OnFrameNavigateComplete event 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.