mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WebKitXCEF3 Object / PageLoaded Property
In This Topic
    PageLoaded Property
    In This Topic
    Description
    Read Only - This flag is set to True before the OnPageComplete event is fired.
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property PageLoaded As Boolean
    Return Type

    Returns True is all Frames of the Browser have document.readyState = "complete".

    Remarks

    Returns True is all Frames of the Browser have document.readyState = "complete".

    Internally this property is using a latch to record if the condition above is met. This means that while a page is not loaded, WebKitX will perform IPC calls to CEF3 sub-process to examine the loading state of the page. If a call returns true, then the property will rest a latch and avoid performing any further calls.

    See Also