<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFDisplayHandler.TCefDisplayHandlerOwn.html">TCefDisplayHandlerOwn</a>.</p><p>
Event handler related to browser display state. The functions of this interface will be called on the UI thread.
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#OnAddressChange-ICefBrowser-ICefFrame-ustring-">TCefDisplayHandlerOwn.OnAddressChange</a>.</p><p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#OnTitleChange-ICefBrowser-ustring-">TCefDisplayHandlerOwn.OnTitleChange</a>.</p><p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#OnFaviconUrlChange-ICefBrowser-TStrings-">TCefDisplayHandlerOwn.OnFaviconUrlChange</a>.</p><p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#OnFullScreenModeChange-ICefBrowser-Boolean-">TCefDisplayHandlerOwn.OnFullScreenModeChange</a>.</p><p>
Called when web content in the page has toggled fullscreen mode. If |fullscreen| is true (1) the content will automatically be sized to fill the browser content area. If |fullscreen| is false (0) the content will automatically return to its original size and position. With Alloy style the client is responsible for triggering the fullscreen transition (for example, by calling ICefWindow.SetFullscreen when using Views). With Chrome style the fullscreen transition will be triggered automatically. The ICefWindowDelegate.OnWindowFullscreenTransition function will be called during the fullscreen transition for notification purposes. </p>
<tdclass="itemcode"><spanid="OnTooltip-ICefBrowser-ustring-"></span><code>function <strong>OnTooltip</strong>(const browser: <ahref="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; var text: <ahref="uCEFTypes.html#ustring">ustring</a>): Boolean; override;</code></td>
</tr>
<tr><tdcolspan="2">
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#OnTooltip-ICefBrowser-ustring-">TCefDisplayHandlerOwn.OnTooltip</a>.</p><p>
Called when the browser is about to display a tooltip. |text| contains the text that will be displayed in the tooltip. To handle the display of the tooltip yourself return true (1). Otherwise, you can optionally modify |text| and then return false (0) to allow the browser to display the tooltip. When window rendering is disabled the application is responsible for drawing tooltips and the return value is ignored. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#OnStatusMessage-ICefBrowser-ustring-">TCefDisplayHandlerOwn.OnStatusMessage</a>.</p><p>
Called when the browser receives a status message. |value| contains the text that will be displayed in the status message. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#OnConsoleMessage-ICefBrowser-TCefLogSeverity-ustring-ustring-Integer-">TCefDisplayHandlerOwn.OnConsoleMessage</a>.</p><p>
Called to display a console message. Return true (1) to stop the message from being output to the console. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#OnAutoResize-ICefBrowser-PCefSize-">TCefDisplayHandlerOwn.OnAutoResize</a>.</p><p>
Called when auto-resize is enabled via ICefBrowserHost.SetAutoResizeEnabled and the contents have auto- resized. |new_size| will be the desired size in view coordinates. Return true (1) if the resize was handled or false (0) for default handling. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#OnLoadingProgressChange-ICefBrowser-double-">TCefDisplayHandlerOwn.OnLoadingProgressChange</a>.</p><p>
Called when the overall page loading progress has changed. |progress| ranges from 0.0 to 1.0. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#OnCursorChange-ICefBrowser-TCefCursorHandle-TCefCursorType-PCefCursorInfo-boolean-">TCefDisplayHandlerOwn.OnCursorChange</a>.</p><p>
Called when the browser's cursor has changed. If |type| is CT_CUSTOM then |custom_cursor_info| will be populated with the custom cursor information. Return true (1) if the cursor change was handled or false (0) for default handling. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#OnMediaAccessChange-ICefBrowser-boolean-boolean-">TCefDisplayHandlerOwn.OnMediaAccessChange</a>.</p><p>
Called when the browser's access to an audio and/or video source has changed. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#RemoveReferences">TCefDisplayHandlerOwn.RemoveReferences</a>.</p><p>