mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-02 21:57:37 +02:00
Fixed ICefRequest documentation and code comments
This commit is contained in:
parent
7b21547a4b
commit
7d822c5340
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -925,12 +925,12 @@ published.gif
|
||||
automated.gif
|
||||
pasdoc.css
|
||||
|
||||
Compile time: 0 minutes, 15 seconds
|
||||
16,390 Topics
|
||||
136,658 Local links
|
||||
Compile time: 0 minutes, 14 seconds
|
||||
16,138 Topics
|
||||
137,728 Local links
|
||||
35 Internet links
|
||||
5 Graphics
|
||||
|
||||
|
||||
Created c:\Users\usuario\Documents\Embarcadero\Studio\Projects\CEF4Delphi\docs\cef4delphi.chm, 3,531,598 bytes
|
||||
Compression decreased file by 22,955,486 bytes.
|
||||
Created c:\Users\usuario\Documents\Embarcadero\Studio\Projects\CEF4Delphi\docs\cef4delphi.chm, 3,516,164 bytes
|
||||
Compression decreased file by 22,971,062 bytes.
|
||||
|
@ -27,11 +27,11 @@
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html#FOnTreeChange">FOnTreeChange</a></strong>: TOnAccessibilityEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html#FOnTreeChange">FOnTreeChange</a></strong>: <a href="uCEFAccessibilityHandler.html#TOnAccessibilityEvent">TOnAccessibilityEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html#FOnLocationChange">FOnLocationChange</a></strong>: TOnAccessibilityEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html#FOnLocationChange">FOnLocationChange</a></strong>: <a href="uCEFAccessibilityHandler.html#TOnAccessibilityEvent">TOnAccessibilityEvent</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -53,11 +53,11 @@
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html#OnTreeChange">OnTreeChange</a></strong> : TOnAccessibilityEvent read <a href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html#FOnTreeChange">FOnTreeChange</a> write <a href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html#FOnTreeChange">FOnTreeChange</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html#OnTreeChange">OnTreeChange</a></strong> : <a href="uCEFAccessibilityHandler.html#TOnAccessibilityEvent">TOnAccessibilityEvent</a> read <a href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html#FOnTreeChange">FOnTreeChange</a> write <a href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html#FOnTreeChange">FOnTreeChange</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html#OnLocationChange">OnLocationChange</a></strong> : TOnAccessibilityEvent read <a href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html#FOnLocationChange">FOnLocationChange</a> write <a href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html#FOnLocationChange">FOnLocationChange</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html#OnLocationChange">OnLocationChange</a></strong> : <a href="uCEFAccessibilityHandler.html#TOnAccessibilityEvent">TOnAccessibilityEvent</a> read <a href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html#FOnLocationChange">FOnLocationChange</a> write <a href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html#FOnLocationChange">FOnLocationChange</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -65,7 +65,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnTreeChange"></span><code><strong>FOnTreeChange</strong>: TOnAccessibilityEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnTreeChange"></span><code><strong>FOnTreeChange</strong>: <a href="uCEFAccessibilityHandler.html#TOnAccessibilityEvent">TOnAccessibilityEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -73,7 +73,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnLocationChange"></span><code><strong>FOnLocationChange</strong>: TOnAccessibilityEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnLocationChange"></span><code><strong>FOnLocationChange</strong>: <a href="uCEFAccessibilityHandler.html#TOnAccessibilityEvent">TOnAccessibilityEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -111,7 +111,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnTreeChange"></span><code>property <strong>OnTreeChange</strong> : TOnAccessibilityEvent read <a href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html#FOnTreeChange">FOnTreeChange</a> write <a href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html#FOnTreeChange">FOnTreeChange</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnTreeChange"></span><code>property <strong>OnTreeChange</strong> : <a href="uCEFAccessibilityHandler.html#TOnAccessibilityEvent">TOnAccessibilityEvent</a> read <a href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html#FOnTreeChange">FOnTreeChange</a> write <a href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html#FOnTreeChange">FOnTreeChange</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -119,7 +119,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnLocationChange"></span><code>property <strong>OnLocationChange</strong> : TOnAccessibilityEvent read <a href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html#FOnLocationChange">FOnLocationChange</a> write <a href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html#FOnLocationChange">FOnLocationChange</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnLocationChange"></span><code>property <strong>OnLocationChange</strong> : <a href="uCEFAccessibilityHandler.html#TOnAccessibilityEvent">TOnAccessibilityEvent</a> read <a href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html#FOnLocationChange">FOnLocationChange</a> write <a href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html#FOnLocationChange">FOnLocationChange</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -31,14 +31,14 @@
|
||||
<span id="PasDoc-Types"></span><h3 class="summary">Types</h3>
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFAccessibilityHandler.html#TOnAccessibilityEvent-TObject-ICefValue-">TOnAccessibilityEvent</a></strong> = procedure(Sender: TObject; const value: <a href="uCEFInterfaces.ICefValue.html">ICefValue</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFAccessibilityHandler.html#TOnAccessibilityEvent">TOnAccessibilityEvent</a></strong> = procedure(Sender: TObject; const value: <a href="uCEFInterfaces.ICefValue.html">ICefValue</a>) of object;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
<h3 class="detail">Types</h3>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnAccessibilityEvent-TObject-ICefValue-"></span><code><strong>TOnAccessibilityEvent</strong> = procedure(Sender: TObject; const value: <a href="uCEFInterfaces.ICefValue.html">ICefValue</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnAccessibilityEvent"></span><code><strong>TOnAccessibilityEvent</strong> = procedure(Sender: TObject; const value: <a href="uCEFInterfaces.ICefValue.html">ICefValue</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -515,11 +515,11 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomSchemes">FOnRegisterCustomSchemes</a></strong>: TOnRegisterCustomSchemesEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomSchemes">FOnRegisterCustomSchemes</a></strong>: <a href="uCEFApplicationEvents.html#TOnRegisterCustomSchemesEvent">TOnRegisterCustomSchemesEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomPreferences">FOnRegisterCustomPreferences</a></strong>: TOnRegisterCustomPreferencesEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomPreferences">FOnRegisterCustomPreferences</a></strong>: <a href="uCEFApplicationEvents.html#TOnRegisterCustomPreferencesEvent">TOnRegisterCustomPreferencesEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
@ -527,35 +527,35 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBeforeChildProcessLaunch">FOnBeforeChildProcessLaunch</a></strong>: TOnBeforeChildProcessLaunchEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBeforeChildProcessLaunch">FOnBeforeChildProcessLaunch</a></strong>: <a href="uCEFApplicationEvents.html#TOnBeforeChildProcessLaunchEvent">TOnBeforeChildProcessLaunchEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnAlreadyRunningAppRelaunch">FOnAlreadyRunningAppRelaunch</a></strong>: TOnAlreadyRunningAppRelaunchEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnAlreadyRunningAppRelaunch">FOnAlreadyRunningAppRelaunch</a></strong>: <a href="uCEFApplicationEvents.html#TOnAlreadyRunningAppRelaunchEvent">TOnAlreadyRunningAppRelaunchEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnScheduleMessagePumpWork">FOnScheduleMessagePumpWork</a></strong>: TOnScheduleMessagePumpWorkEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnScheduleMessagePumpWork">FOnScheduleMessagePumpWork</a></strong>: <a href="uCEFApplicationEvents.html#TOnScheduleMessagePumpWorkEvent">TOnScheduleMessagePumpWorkEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultClient">FOnGetDefaultClient</a></strong>: TOnGetDefaultClientEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultClient">FOnGetDefaultClient</a></strong>: <a href="uCEFApplicationEvents.html#TOnGetDefaultClientEvent">TOnGetDefaultClientEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultRequestContextHandler">FOnGetDefaultRequestContextHandler</a></strong>: TOnGetDefaultRequestContextHandlerEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultRequestContextHandler">FOnGetDefaultRequestContextHandler</a></strong>: <a href="uCEFApplicationEvents.html#TOnGetDefaultRequestContextHandlerEvent">TOnGetDefaultRequestContextHandlerEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetLocalizedString">FOnGetLocalizedString</a></strong>: TOnGetLocalizedStringEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetLocalizedString">FOnGetLocalizedString</a></strong>: <a href="uCEFApplicationEvents.html#TOnGetLocalizedStringEvent">TOnGetLocalizedStringEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResource">FOnGetDataResource</a></strong>: TOnGetDataResourceEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResource">FOnGetDataResource</a></strong>: <a href="uCEFApplicationEvents.html#TOnGetDataResourceEvent">TOnGetDataResourceEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResourceForScale">FOnGetDataResourceForScale</a></strong>: TOnGetDataResourceForScaleEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResourceForScale">FOnGetDataResourceForScale</a></strong>: <a href="uCEFApplicationEvents.html#TOnGetDataResourceForScaleEvent">TOnGetDataResourceForScaleEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
@ -563,47 +563,47 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserCreated">FOnBrowserCreated</a></strong>: TOnBrowserCreatedEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserCreated">FOnBrowserCreated</a></strong>: <a href="uCEFApplicationEvents.html#TOnBrowserCreatedEvent">TOnBrowserCreatedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a></strong>: TOnBrowserDestroyedEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a></strong>: <a href="uCEFApplicationEvents.html#TOnBrowserDestroyedEvent">TOnBrowserDestroyedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextCreated">FOnContextCreated</a></strong>: TOnContextCreatedEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextCreated">FOnContextCreated</a></strong>: <a href="uCEFApplicationEvents.html#TOnContextCreatedEvent">TOnContextCreatedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextReleased">FOnContextReleased</a></strong>: TOnContextReleasedEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextReleased">FOnContextReleased</a></strong>: <a href="uCEFApplicationEvents.html#TOnContextReleasedEvent">TOnContextReleasedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnUncaughtException">FOnUncaughtException</a></strong>: TOnUncaughtExceptionEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnUncaughtException">FOnUncaughtException</a></strong>: <a href="uCEFApplicationEvents.html#TOnUncaughtExceptionEvent">TOnUncaughtExceptionEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnFocusedNodeChanged">FOnFocusedNodeChanged</a></strong>: TOnFocusedNodeChangedEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnFocusedNodeChanged">FOnFocusedNodeChanged</a></strong>: <a href="uCEFApplicationEvents.html#TOnFocusedNodeChangedEvent">TOnFocusedNodeChangedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnProcessMessageReceived">FOnProcessMessageReceived</a></strong>: TOnProcessMessageReceivedEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnProcessMessageReceived">FOnProcessMessageReceived</a></strong>: <a href="uCEFApplicationEvents.html#TOnProcessMessageReceivedEvent">TOnProcessMessageReceivedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadingStateChange">FOnLoadingStateChange</a></strong>: TOnRenderLoadingStateChange;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadingStateChange">FOnLoadingStateChange</a></strong>: <a href="uCEFApplicationEvents.html#TOnRenderLoadingStateChange">TOnRenderLoadingStateChange</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadStart">FOnLoadStart</a></strong>: TOnRenderLoadStart;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadStart">FOnLoadStart</a></strong>: <a href="uCEFApplicationEvents.html#TOnRenderLoadStart">TOnRenderLoadStart</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadEnd">FOnLoadEnd</a></strong>: TOnRenderLoadEnd;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadEnd">FOnLoadEnd</a></strong>: <a href="uCEFApplicationEvents.html#TOnRenderLoadEnd">TOnRenderLoadEnd</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadError">FOnLoadError</a></strong>: TOnRenderLoadError;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadError">FOnLoadError</a></strong>: <a href="uCEFApplicationEvents.html#TOnRenderLoadError">TOnRenderLoadError</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -1717,11 +1717,11 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnRegCustomSchemes">OnRegCustomSchemes</a></strong> : TOnRegisterCustomSchemesEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomSchemes">FOnRegisterCustomSchemes</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomSchemes">FOnRegisterCustomSchemes</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnRegCustomSchemes">OnRegCustomSchemes</a></strong> : <a href="uCEFApplicationEvents.html#TOnRegisterCustomSchemesEvent">TOnRegisterCustomSchemesEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomSchemes">FOnRegisterCustomSchemes</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomSchemes">FOnRegisterCustomSchemes</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnRegisterCustomPreferences">OnRegisterCustomPreferences</a></strong> : TOnRegisterCustomPreferencesEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomPreferences">FOnRegisterCustomPreferences</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomPreferences">FOnRegisterCustomPreferences</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnRegisterCustomPreferences">OnRegisterCustomPreferences</a></strong> : <a href="uCEFApplicationEvents.html#TOnRegisterCustomPreferencesEvent">TOnRegisterCustomPreferencesEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomPreferences">FOnRegisterCustomPreferences</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomPreferences">FOnRegisterCustomPreferences</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -1729,35 +1729,35 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnBeforeChildProcessLaunch">OnBeforeChildProcessLaunch</a></strong> : TOnBeforeChildProcessLaunchEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBeforeChildProcessLaunch">FOnBeforeChildProcessLaunch</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBeforeChildProcessLaunch">FOnBeforeChildProcessLaunch</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnBeforeChildProcessLaunch">OnBeforeChildProcessLaunch</a></strong> : <a href="uCEFApplicationEvents.html#TOnBeforeChildProcessLaunchEvent">TOnBeforeChildProcessLaunchEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBeforeChildProcessLaunch">FOnBeforeChildProcessLaunch</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBeforeChildProcessLaunch">FOnBeforeChildProcessLaunch</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnAlreadyRunningAppRelaunch">OnAlreadyRunningAppRelaunch</a></strong> : TOnAlreadyRunningAppRelaunchEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnAlreadyRunningAppRelaunch">FOnAlreadyRunningAppRelaunch</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnAlreadyRunningAppRelaunch">FOnAlreadyRunningAppRelaunch</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnAlreadyRunningAppRelaunch">OnAlreadyRunningAppRelaunch</a></strong> : <a href="uCEFApplicationEvents.html#TOnAlreadyRunningAppRelaunchEvent">TOnAlreadyRunningAppRelaunchEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnAlreadyRunningAppRelaunch">FOnAlreadyRunningAppRelaunch</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnAlreadyRunningAppRelaunch">FOnAlreadyRunningAppRelaunch</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnScheduleMessagePumpWork">OnScheduleMessagePumpWork</a></strong> : TOnScheduleMessagePumpWorkEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnScheduleMessagePumpWork">FOnScheduleMessagePumpWork</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnScheduleMessagePumpWork">FOnScheduleMessagePumpWork</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnScheduleMessagePumpWork">OnScheduleMessagePumpWork</a></strong> : <a href="uCEFApplicationEvents.html#TOnScheduleMessagePumpWorkEvent">TOnScheduleMessagePumpWorkEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnScheduleMessagePumpWork">FOnScheduleMessagePumpWork</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnScheduleMessagePumpWork">FOnScheduleMessagePumpWork</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnGetDefaultClient">OnGetDefaultClient</a></strong> : TOnGetDefaultClientEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultClient">FOnGetDefaultClient</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultClient">FOnGetDefaultClient</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnGetDefaultClient">OnGetDefaultClient</a></strong> : <a href="uCEFApplicationEvents.html#TOnGetDefaultClientEvent">TOnGetDefaultClientEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultClient">FOnGetDefaultClient</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultClient">FOnGetDefaultClient</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnGetDefaultRequestContextHandler">OnGetDefaultRequestContextHandler</a></strong> : TOnGetDefaultRequestContextHandlerEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultRequestContextHandler">FOnGetDefaultRequestContextHandler</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultRequestContextHandler">FOnGetDefaultRequestContextHandler</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnGetDefaultRequestContextHandler">OnGetDefaultRequestContextHandler</a></strong> : <a href="uCEFApplicationEvents.html#TOnGetDefaultRequestContextHandlerEvent">TOnGetDefaultRequestContextHandlerEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultRequestContextHandler">FOnGetDefaultRequestContextHandler</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultRequestContextHandler">FOnGetDefaultRequestContextHandler</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnGetLocalizedString">OnGetLocalizedString</a></strong> : TOnGetLocalizedStringEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetLocalizedString">FOnGetLocalizedString</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetLocalizedString">FOnGetLocalizedString</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnGetLocalizedString">OnGetLocalizedString</a></strong> : <a href="uCEFApplicationEvents.html#TOnGetLocalizedStringEvent">TOnGetLocalizedStringEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetLocalizedString">FOnGetLocalizedString</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetLocalizedString">FOnGetLocalizedString</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnGetDataResource">OnGetDataResource</a></strong> : TOnGetDataResourceEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResource">FOnGetDataResource</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResource">FOnGetDataResource</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnGetDataResource">OnGetDataResource</a></strong> : <a href="uCEFApplicationEvents.html#TOnGetDataResourceEvent">TOnGetDataResourceEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResource">FOnGetDataResource</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResource">FOnGetDataResource</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnGetDataResourceForScale">OnGetDataResourceForScale</a></strong> : TOnGetDataResourceForScaleEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResourceForScale">FOnGetDataResourceForScale</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResourceForScale">FOnGetDataResourceForScale</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnGetDataResourceForScale">OnGetDataResourceForScale</a></strong> : <a href="uCEFApplicationEvents.html#TOnGetDataResourceForScaleEvent">TOnGetDataResourceForScaleEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResourceForScale">FOnGetDataResourceForScale</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResourceForScale">FOnGetDataResourceForScale</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -1765,47 +1765,47 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnBrowserCreated">OnBrowserCreated</a></strong> : TOnBrowserCreatedEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserCreated">FOnBrowserCreated</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserCreated">FOnBrowserCreated</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnBrowserCreated">OnBrowserCreated</a></strong> : <a href="uCEFApplicationEvents.html#TOnBrowserCreatedEvent">TOnBrowserCreatedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserCreated">FOnBrowserCreated</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserCreated">FOnBrowserCreated</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnBrowserDestroyed">OnBrowserDestroyed</a></strong> : TOnBrowserDestroyedEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnBrowserDestroyed">OnBrowserDestroyed</a></strong> : <a href="uCEFApplicationEvents.html#TOnBrowserDestroyedEvent">TOnBrowserDestroyedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnContextCreated">OnContextCreated</a></strong> : TOnContextCreatedEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextCreated">FOnContextCreated</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextCreated">FOnContextCreated</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnContextCreated">OnContextCreated</a></strong> : <a href="uCEFApplicationEvents.html#TOnContextCreatedEvent">TOnContextCreatedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextCreated">FOnContextCreated</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextCreated">FOnContextCreated</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnContextReleased">OnContextReleased</a></strong> : TOnContextReleasedEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextReleased">FOnContextReleased</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextReleased">FOnContextReleased</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnContextReleased">OnContextReleased</a></strong> : <a href="uCEFApplicationEvents.html#TOnContextReleasedEvent">TOnContextReleasedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextReleased">FOnContextReleased</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextReleased">FOnContextReleased</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnUncaughtException">OnUncaughtException</a></strong> : TOnUncaughtExceptionEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnUncaughtException">FOnUncaughtException</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnUncaughtException">FOnUncaughtException</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnUncaughtException">OnUncaughtException</a></strong> : <a href="uCEFApplicationEvents.html#TOnUncaughtExceptionEvent">TOnUncaughtExceptionEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnUncaughtException">FOnUncaughtException</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnUncaughtException">FOnUncaughtException</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnFocusedNodeChanged">OnFocusedNodeChanged</a></strong> : TOnFocusedNodeChangedEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnFocusedNodeChanged">FOnFocusedNodeChanged</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnFocusedNodeChanged">FOnFocusedNodeChanged</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnFocusedNodeChanged">OnFocusedNodeChanged</a></strong> : <a href="uCEFApplicationEvents.html#TOnFocusedNodeChangedEvent">TOnFocusedNodeChangedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnFocusedNodeChanged">FOnFocusedNodeChanged</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnFocusedNodeChanged">FOnFocusedNodeChanged</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnProcessMessageReceived">OnProcessMessageReceived</a></strong> : TOnProcessMessageReceivedEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnProcessMessageReceived">FOnProcessMessageReceived</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnProcessMessageReceived">FOnProcessMessageReceived</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnProcessMessageReceived">OnProcessMessageReceived</a></strong> : <a href="uCEFApplicationEvents.html#TOnProcessMessageReceivedEvent">TOnProcessMessageReceivedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnProcessMessageReceived">FOnProcessMessageReceived</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnProcessMessageReceived">FOnProcessMessageReceived</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnLoadingStateChange">OnLoadingStateChange</a></strong> : TOnRenderLoadingStateChange read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadingStateChange">FOnLoadingStateChange</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadingStateChange">FOnLoadingStateChange</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnLoadingStateChange">OnLoadingStateChange</a></strong> : <a href="uCEFApplicationEvents.html#TOnRenderLoadingStateChange">TOnRenderLoadingStateChange</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadingStateChange">FOnLoadingStateChange</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadingStateChange">FOnLoadingStateChange</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnLoadStart">OnLoadStart</a></strong> : TOnRenderLoadStart read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadStart">FOnLoadStart</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadStart">FOnLoadStart</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnLoadStart">OnLoadStart</a></strong> : <a href="uCEFApplicationEvents.html#TOnRenderLoadStart">TOnRenderLoadStart</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadStart">FOnLoadStart</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadStart">FOnLoadStart</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnLoadEnd">OnLoadEnd</a></strong> : TOnRenderLoadEnd read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadEnd">FOnLoadEnd</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadEnd">FOnLoadEnd</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnLoadEnd">OnLoadEnd</a></strong> : <a href="uCEFApplicationEvents.html#TOnRenderLoadEnd">TOnRenderLoadEnd</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadEnd">FOnLoadEnd</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadEnd">FOnLoadEnd</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnLoadError">OnLoadError</a></strong> : TOnRenderLoadError read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadError">FOnLoadError</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadError">FOnLoadError</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFApplicationCore.TCefApplicationCore.html#OnLoadError">OnLoadError</a></strong> : <a href="uCEFApplicationEvents.html#TOnRenderLoadError">TOnRenderLoadError</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadError">FOnLoadError</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadError">FOnLoadError</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -2805,7 +2805,7 @@ Internal fields</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnRegisterCustomSchemes"></span><code><strong>FOnRegisterCustomSchemes</strong>: TOnRegisterCustomSchemesEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnRegisterCustomSchemes"></span><code><strong>FOnRegisterCustomSchemes</strong>: <a href="uCEFApplicationEvents.html#TOnRegisterCustomSchemesEvent">TOnRegisterCustomSchemesEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -2815,7 +2815,7 @@ ICefApp</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnRegisterCustomPreferences"></span><code><strong>FOnRegisterCustomPreferences</strong>: TOnRegisterCustomPreferencesEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnRegisterCustomPreferences"></span><code><strong>FOnRegisterCustomPreferences</strong>: <a href="uCEFApplicationEvents.html#TOnRegisterCustomPreferencesEvent">TOnRegisterCustomPreferencesEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -2833,7 +2833,7 @@ ICefBrowserProcessHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnBeforeChildProcessLaunch"></span><code><strong>FOnBeforeChildProcessLaunch</strong>: TOnBeforeChildProcessLaunchEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnBeforeChildProcessLaunch"></span><code><strong>FOnBeforeChildProcessLaunch</strong>: <a href="uCEFApplicationEvents.html#TOnBeforeChildProcessLaunchEvent">TOnBeforeChildProcessLaunchEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -2841,7 +2841,7 @@ ICefBrowserProcessHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnAlreadyRunningAppRelaunch"></span><code><strong>FOnAlreadyRunningAppRelaunch</strong>: TOnAlreadyRunningAppRelaunchEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnAlreadyRunningAppRelaunch"></span><code><strong>FOnAlreadyRunningAppRelaunch</strong>: <a href="uCEFApplicationEvents.html#TOnAlreadyRunningAppRelaunchEvent">TOnAlreadyRunningAppRelaunchEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -2849,7 +2849,7 @@ ICefBrowserProcessHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnScheduleMessagePumpWork"></span><code><strong>FOnScheduleMessagePumpWork</strong>: TOnScheduleMessagePumpWorkEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnScheduleMessagePumpWork"></span><code><strong>FOnScheduleMessagePumpWork</strong>: <a href="uCEFApplicationEvents.html#TOnScheduleMessagePumpWorkEvent">TOnScheduleMessagePumpWorkEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -2857,7 +2857,7 @@ ICefBrowserProcessHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnGetDefaultClient"></span><code><strong>FOnGetDefaultClient</strong>: TOnGetDefaultClientEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnGetDefaultClient"></span><code><strong>FOnGetDefaultClient</strong>: <a href="uCEFApplicationEvents.html#TOnGetDefaultClientEvent">TOnGetDefaultClientEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -2865,7 +2865,7 @@ ICefBrowserProcessHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnGetDefaultRequestContextHandler"></span><code><strong>FOnGetDefaultRequestContextHandler</strong>: TOnGetDefaultRequestContextHandlerEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnGetDefaultRequestContextHandler"></span><code><strong>FOnGetDefaultRequestContextHandler</strong>: <a href="uCEFApplicationEvents.html#TOnGetDefaultRequestContextHandlerEvent">TOnGetDefaultRequestContextHandlerEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -2873,7 +2873,7 @@ ICefBrowserProcessHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnGetLocalizedString"></span><code><strong>FOnGetLocalizedString</strong>: TOnGetLocalizedStringEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnGetLocalizedString"></span><code><strong>FOnGetLocalizedString</strong>: <a href="uCEFApplicationEvents.html#TOnGetLocalizedStringEvent">TOnGetLocalizedStringEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -2883,7 +2883,7 @@ ICefResourceBundleHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnGetDataResource"></span><code><strong>FOnGetDataResource</strong>: TOnGetDataResourceEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnGetDataResource"></span><code><strong>FOnGetDataResource</strong>: <a href="uCEFApplicationEvents.html#TOnGetDataResourceEvent">TOnGetDataResourceEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -2891,7 +2891,7 @@ ICefResourceBundleHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnGetDataResourceForScale"></span><code><strong>FOnGetDataResourceForScale</strong>: TOnGetDataResourceForScaleEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnGetDataResourceForScale"></span><code><strong>FOnGetDataResourceForScale</strong>: <a href="uCEFApplicationEvents.html#TOnGetDataResourceForScaleEvent">TOnGetDataResourceForScaleEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -2909,7 +2909,7 @@ ICefRenderProcessHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnBrowserCreated"></span><code><strong>FOnBrowserCreated</strong>: TOnBrowserCreatedEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnBrowserCreated"></span><code><strong>FOnBrowserCreated</strong>: <a href="uCEFApplicationEvents.html#TOnBrowserCreatedEvent">TOnBrowserCreatedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -2917,7 +2917,7 @@ ICefRenderProcessHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnBrowserDestroyed"></span><code><strong>FOnBrowserDestroyed</strong>: TOnBrowserDestroyedEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnBrowserDestroyed"></span><code><strong>FOnBrowserDestroyed</strong>: <a href="uCEFApplicationEvents.html#TOnBrowserDestroyedEvent">TOnBrowserDestroyedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -2925,7 +2925,7 @@ ICefRenderProcessHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnContextCreated"></span><code><strong>FOnContextCreated</strong>: TOnContextCreatedEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnContextCreated"></span><code><strong>FOnContextCreated</strong>: <a href="uCEFApplicationEvents.html#TOnContextCreatedEvent">TOnContextCreatedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -2933,7 +2933,7 @@ ICefRenderProcessHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnContextReleased"></span><code><strong>FOnContextReleased</strong>: TOnContextReleasedEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnContextReleased"></span><code><strong>FOnContextReleased</strong>: <a href="uCEFApplicationEvents.html#TOnContextReleasedEvent">TOnContextReleasedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -2941,7 +2941,7 @@ ICefRenderProcessHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnUncaughtException"></span><code><strong>FOnUncaughtException</strong>: TOnUncaughtExceptionEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnUncaughtException"></span><code><strong>FOnUncaughtException</strong>: <a href="uCEFApplicationEvents.html#TOnUncaughtExceptionEvent">TOnUncaughtExceptionEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -2949,7 +2949,7 @@ ICefRenderProcessHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnFocusedNodeChanged"></span><code><strong>FOnFocusedNodeChanged</strong>: TOnFocusedNodeChangedEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnFocusedNodeChanged"></span><code><strong>FOnFocusedNodeChanged</strong>: <a href="uCEFApplicationEvents.html#TOnFocusedNodeChangedEvent">TOnFocusedNodeChangedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -2957,7 +2957,7 @@ ICefRenderProcessHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnProcessMessageReceived"></span><code><strong>FOnProcessMessageReceived</strong>: TOnProcessMessageReceivedEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnProcessMessageReceived"></span><code><strong>FOnProcessMessageReceived</strong>: <a href="uCEFApplicationEvents.html#TOnProcessMessageReceivedEvent">TOnProcessMessageReceivedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -2965,7 +2965,7 @@ ICefRenderProcessHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnLoadingStateChange"></span><code><strong>FOnLoadingStateChange</strong>: TOnRenderLoadingStateChange;</code></td>
|
||||
<td class="itemcode"><span id="FOnLoadingStateChange"></span><code><strong>FOnLoadingStateChange</strong>: <a href="uCEFApplicationEvents.html#TOnRenderLoadingStateChange">TOnRenderLoadingStateChange</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -2975,7 +2975,7 @@ ICefLoadHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnLoadStart"></span><code><strong>FOnLoadStart</strong>: TOnRenderLoadStart;</code></td>
|
||||
<td class="itemcode"><span id="FOnLoadStart"></span><code><strong>FOnLoadStart</strong>: <a href="uCEFApplicationEvents.html#TOnRenderLoadStart">TOnRenderLoadStart</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -2983,7 +2983,7 @@ ICefLoadHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnLoadEnd"></span><code><strong>FOnLoadEnd</strong>: TOnRenderLoadEnd;</code></td>
|
||||
<td class="itemcode"><span id="FOnLoadEnd"></span><code><strong>FOnLoadEnd</strong>: <a href="uCEFApplicationEvents.html#TOnRenderLoadEnd">TOnRenderLoadEnd</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -2991,7 +2991,7 @@ ICefLoadHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnLoadError"></span><code><strong>FOnLoadError</strong>: TOnRenderLoadError;</code></td>
|
||||
<td class="itemcode"><span id="FOnLoadError"></span><code><strong>FOnLoadError</strong>: <a href="uCEFApplicationEvents.html#TOnRenderLoadError">TOnRenderLoadError</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -5811,7 +5811,7 @@ ICefLoadHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnRegCustomSchemes"></span><code>property <strong>OnRegCustomSchemes</strong> : TOnRegisterCustomSchemesEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomSchemes">FOnRegisterCustomSchemes</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomSchemes">FOnRegisterCustomSchemes</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnRegCustomSchemes"></span><code>property <strong>OnRegCustomSchemes</strong> : <a href="uCEFApplicationEvents.html#TOnRegisterCustomSchemesEvent">TOnRegisterCustomSchemesEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomSchemes">FOnRegisterCustomSchemes</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomSchemes">FOnRegisterCustomSchemes</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -5825,7 +5825,7 @@ ICefLoadHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnRegisterCustomPreferences"></span><code>property <strong>OnRegisterCustomPreferences</strong> : TOnRegisterCustomPreferencesEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomPreferences">FOnRegisterCustomPreferences</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomPreferences">FOnRegisterCustomPreferences</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnRegisterCustomPreferences"></span><code>property <strong>OnRegisterCustomPreferences</strong> : <a href="uCEFApplicationEvents.html#TOnRegisterCustomPreferencesEvent">TOnRegisterCustomPreferencesEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomPreferences">FOnRegisterCustomPreferences</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnRegisterCustomPreferences">FOnRegisterCustomPreferences</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -5859,7 +5859,7 @@ ICefLoadHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnBeforeChildProcessLaunch"></span><code>property <strong>OnBeforeChildProcessLaunch</strong> : TOnBeforeChildProcessLaunchEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBeforeChildProcessLaunch">FOnBeforeChildProcessLaunch</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBeforeChildProcessLaunch">FOnBeforeChildProcessLaunch</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnBeforeChildProcessLaunch"></span><code>property <strong>OnBeforeChildProcessLaunch</strong> : <a href="uCEFApplicationEvents.html#TOnBeforeChildProcessLaunchEvent">TOnBeforeChildProcessLaunchEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBeforeChildProcessLaunch">FOnBeforeChildProcessLaunch</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBeforeChildProcessLaunch">FOnBeforeChildProcessLaunch</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -5873,7 +5873,7 @@ ICefLoadHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnAlreadyRunningAppRelaunch"></span><code>property <strong>OnAlreadyRunningAppRelaunch</strong> : TOnAlreadyRunningAppRelaunchEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnAlreadyRunningAppRelaunch">FOnAlreadyRunningAppRelaunch</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnAlreadyRunningAppRelaunch">FOnAlreadyRunningAppRelaunch</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnAlreadyRunningAppRelaunch"></span><code>property <strong>OnAlreadyRunningAppRelaunch</strong> : <a href="uCEFApplicationEvents.html#TOnAlreadyRunningAppRelaunchEvent">TOnAlreadyRunningAppRelaunchEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnAlreadyRunningAppRelaunch">FOnAlreadyRunningAppRelaunch</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnAlreadyRunningAppRelaunch">FOnAlreadyRunningAppRelaunch</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -5895,7 +5895,7 @@ ICefLoadHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnScheduleMessagePumpWork"></span><code>property <strong>OnScheduleMessagePumpWork</strong> : TOnScheduleMessagePumpWorkEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnScheduleMessagePumpWork">FOnScheduleMessagePumpWork</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnScheduleMessagePumpWork">FOnScheduleMessagePumpWork</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnScheduleMessagePumpWork"></span><code>property <strong>OnScheduleMessagePumpWork</strong> : <a href="uCEFApplicationEvents.html#TOnScheduleMessagePumpWorkEvent">TOnScheduleMessagePumpWorkEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnScheduleMessagePumpWork">FOnScheduleMessagePumpWork</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnScheduleMessagePumpWork">FOnScheduleMessagePumpWork</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -5909,7 +5909,7 @@ ICefLoadHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnGetDefaultClient"></span><code>property <strong>OnGetDefaultClient</strong> : TOnGetDefaultClientEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultClient">FOnGetDefaultClient</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultClient">FOnGetDefaultClient</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnGetDefaultClient"></span><code>property <strong>OnGetDefaultClient</strong> : <a href="uCEFApplicationEvents.html#TOnGetDefaultClientEvent">TOnGetDefaultClientEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultClient">FOnGetDefaultClient</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultClient">FOnGetDefaultClient</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -5923,7 +5923,7 @@ ICefLoadHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnGetDefaultRequestContextHandler"></span><code>property <strong>OnGetDefaultRequestContextHandler</strong> : TOnGetDefaultRequestContextHandlerEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultRequestContextHandler">FOnGetDefaultRequestContextHandler</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultRequestContextHandler">FOnGetDefaultRequestContextHandler</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnGetDefaultRequestContextHandler"></span><code>property <strong>OnGetDefaultRequestContextHandler</strong> : <a href="uCEFApplicationEvents.html#TOnGetDefaultRequestContextHandlerEvent">TOnGetDefaultRequestContextHandlerEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultRequestContextHandler">FOnGetDefaultRequestContextHandler</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDefaultRequestContextHandler">FOnGetDefaultRequestContextHandler</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -5937,7 +5937,7 @@ ICefLoadHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnGetLocalizedString"></span><code>property <strong>OnGetLocalizedString</strong> : TOnGetLocalizedStringEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetLocalizedString">FOnGetLocalizedString</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetLocalizedString">FOnGetLocalizedString</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnGetLocalizedString"></span><code>property <strong>OnGetLocalizedString</strong> : <a href="uCEFApplicationEvents.html#TOnGetLocalizedStringEvent">TOnGetLocalizedStringEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetLocalizedString">FOnGetLocalizedString</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetLocalizedString">FOnGetLocalizedString</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -5953,7 +5953,7 @@ ICefLoadHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnGetDataResource"></span><code>property <strong>OnGetDataResource</strong> : TOnGetDataResourceEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResource">FOnGetDataResource</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResource">FOnGetDataResource</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnGetDataResource"></span><code>property <strong>OnGetDataResource</strong> : <a href="uCEFApplicationEvents.html#TOnGetDataResourceEvent">TOnGetDataResourceEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResource">FOnGetDataResource</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResource">FOnGetDataResource</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -5969,7 +5969,7 @@ ICefLoadHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnGetDataResourceForScale"></span><code>property <strong>OnGetDataResourceForScale</strong> : TOnGetDataResourceForScaleEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResourceForScale">FOnGetDataResourceForScale</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResourceForScale">FOnGetDataResourceForScale</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnGetDataResourceForScale"></span><code>property <strong>OnGetDataResourceForScale</strong> : <a href="uCEFApplicationEvents.html#TOnGetDataResourceForScaleEvent">TOnGetDataResourceForScaleEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResourceForScale">FOnGetDataResourceForScale</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnGetDataResourceForScale">FOnGetDataResourceForScale</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -6001,7 +6001,7 @@ ICefLoadHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnBrowserCreated"></span><code>property <strong>OnBrowserCreated</strong> : TOnBrowserCreatedEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserCreated">FOnBrowserCreated</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserCreated">FOnBrowserCreated</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnBrowserCreated"></span><code>property <strong>OnBrowserCreated</strong> : <a href="uCEFApplicationEvents.html#TOnBrowserCreatedEvent">TOnBrowserCreatedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserCreated">FOnBrowserCreated</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserCreated">FOnBrowserCreated</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -6017,7 +6017,7 @@ ICefLoadHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnBrowserDestroyed"></span><code>property <strong>OnBrowserDestroyed</strong> : TOnBrowserDestroyedEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnBrowserDestroyed"></span><code>property <strong>OnBrowserDestroyed</strong> : <a href="uCEFApplicationEvents.html#TOnBrowserDestroyedEvent">TOnBrowserDestroyedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -6033,7 +6033,7 @@ ICefLoadHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnContextCreated"></span><code>property <strong>OnContextCreated</strong> : TOnContextCreatedEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextCreated">FOnContextCreated</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextCreated">FOnContextCreated</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnContextCreated"></span><code>property <strong>OnContextCreated</strong> : <a href="uCEFApplicationEvents.html#TOnContextCreatedEvent">TOnContextCreatedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextCreated">FOnContextCreated</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextCreated">FOnContextCreated</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -6049,7 +6049,7 @@ ICefLoadHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnContextReleased"></span><code>property <strong>OnContextReleased</strong> : TOnContextReleasedEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextReleased">FOnContextReleased</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextReleased">FOnContextReleased</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnContextReleased"></span><code>property <strong>OnContextReleased</strong> : <a href="uCEFApplicationEvents.html#TOnContextReleasedEvent">TOnContextReleasedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextReleased">FOnContextReleased</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnContextReleased">FOnContextReleased</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -6065,7 +6065,7 @@ ICefLoadHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnUncaughtException"></span><code>property <strong>OnUncaughtException</strong> : TOnUncaughtExceptionEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnUncaughtException">FOnUncaughtException</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnUncaughtException">FOnUncaughtException</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnUncaughtException"></span><code>property <strong>OnUncaughtException</strong> : <a href="uCEFApplicationEvents.html#TOnUncaughtExceptionEvent">TOnUncaughtExceptionEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnUncaughtException">FOnUncaughtException</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnUncaughtException">FOnUncaughtException</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -6081,7 +6081,7 @@ ICefLoadHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnFocusedNodeChanged"></span><code>property <strong>OnFocusedNodeChanged</strong> : TOnFocusedNodeChangedEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnFocusedNodeChanged">FOnFocusedNodeChanged</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnFocusedNodeChanged">FOnFocusedNodeChanged</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnFocusedNodeChanged"></span><code>property <strong>OnFocusedNodeChanged</strong> : <a href="uCEFApplicationEvents.html#TOnFocusedNodeChangedEvent">TOnFocusedNodeChangedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnFocusedNodeChanged">FOnFocusedNodeChanged</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnFocusedNodeChanged">FOnFocusedNodeChanged</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -6097,7 +6097,7 @@ ICefLoadHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnProcessMessageReceived"></span><code>property <strong>OnProcessMessageReceived</strong> : TOnProcessMessageReceivedEvent read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnProcessMessageReceived">FOnProcessMessageReceived</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnProcessMessageReceived">FOnProcessMessageReceived</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnProcessMessageReceived"></span><code>property <strong>OnProcessMessageReceived</strong> : <a href="uCEFApplicationEvents.html#TOnProcessMessageReceivedEvent">TOnProcessMessageReceivedEvent</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnProcessMessageReceived">FOnProcessMessageReceived</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnProcessMessageReceived">FOnProcessMessageReceived</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -6113,7 +6113,7 @@ ICefLoadHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnLoadingStateChange"></span><code>property <strong>OnLoadingStateChange</strong> : TOnRenderLoadingStateChange read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadingStateChange">FOnLoadingStateChange</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadingStateChange">FOnLoadingStateChange</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnLoadingStateChange"></span><code>property <strong>OnLoadingStateChange</strong> : <a href="uCEFApplicationEvents.html#TOnRenderLoadingStateChange">TOnRenderLoadingStateChange</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadingStateChange">FOnLoadingStateChange</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadingStateChange">FOnLoadingStateChange</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -6129,7 +6129,7 @@ ICefLoadHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnLoadStart"></span><code>property <strong>OnLoadStart</strong> : TOnRenderLoadStart read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadStart">FOnLoadStart</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadStart">FOnLoadStart</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnLoadStart"></span><code>property <strong>OnLoadStart</strong> : <a href="uCEFApplicationEvents.html#TOnRenderLoadStart">TOnRenderLoadStart</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadStart">FOnLoadStart</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadStart">FOnLoadStart</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -6145,7 +6145,7 @@ ICefLoadHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnLoadEnd"></span><code>property <strong>OnLoadEnd</strong> : TOnRenderLoadEnd read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadEnd">FOnLoadEnd</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadEnd">FOnLoadEnd</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnLoadEnd"></span><code>property <strong>OnLoadEnd</strong> : <a href="uCEFApplicationEvents.html#TOnRenderLoadEnd">TOnRenderLoadEnd</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadEnd">FOnLoadEnd</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadEnd">FOnLoadEnd</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -6161,7 +6161,7 @@ ICefLoadHandler</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnLoadError"></span><code>property <strong>OnLoadError</strong> : TOnRenderLoadError read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadError">FOnLoadError</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadError">FOnLoadError</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnLoadError"></span><code>property <strong>OnLoadError</strong> : <a href="uCEFApplicationEvents.html#TOnRenderLoadError">TOnRenderLoadError</a> read <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadError">FOnLoadError</a> write <a href="uCEFApplicationCore.TCefApplicationCore.html#FOnLoadError">FOnLoadError</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
|
@ -43,7 +43,7 @@
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_MINOR">CEF_SUPPORTED_VERSION_MINOR</a></strong> = 0;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_RELEASE">CEF_SUPPORTED_VERSION_RELEASE</a></strong> = 7;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_RELEASE">CEF_SUPPORTED_VERSION_RELEASE</a></strong> = 13;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_BUILD">CEF_SUPPORTED_VERSION_BUILD</a></strong> = 0;</code></td>
|
||||
@ -58,7 +58,7 @@
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_CHROMEELF_VERSION_RELEASE">CEF_CHROMEELF_VERSION_RELEASE</a></strong> = 6312;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_CHROMEELF_VERSION_BUILD">CEF_CHROMEELF_VERSION_BUILD</a></strong> = 46;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_CHROMEELF_VERSION_BUILD">CEF_CHROMEELF_VERSION_BUILD</a></strong> = 124;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#LIBCEF_DLL">LIBCEF_DLL</a></strong> = 'libcef.dll';</code></td>
|
||||
@ -108,7 +108,7 @@
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_SUPPORTED_VERSION_RELEASE"></span><code><strong>CEF_SUPPORTED_VERSION_RELEASE</strong> = 7;</code></td>
|
||||
<td class="itemcode"><span id="CEF_SUPPORTED_VERSION_RELEASE"></span><code><strong>CEF_SUPPORTED_VERSION_RELEASE</strong> = 13;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -143,7 +143,7 @@
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_CHROMEELF_VERSION_BUILD"></span><code><strong>CEF_CHROMEELF_VERSION_BUILD</strong> = 46;</code></td>
|
||||
<td class="itemcode"><span id="CEF_CHROMEELF_VERSION_BUILD"></span><code><strong>CEF_CHROMEELF_VERSION_BUILD</strong> = 124;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -16,80 +16,80 @@
|
||||
<span id="PasDoc-Types"></span><h3 class="summary">Types</h3>
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnRegisterCustomSchemesEvent-TCefSchemeRegistrarRef-">TOnRegisterCustomSchemesEvent</a></strong> = procedure(const registrar: <a href="uCEFSchemeRegistrar.TCefSchemeRegistrarRef.html">TCefSchemeRegistrarRef</a>) ;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnRegisterCustomSchemesEvent">TOnRegisterCustomSchemesEvent</a></strong> = procedure(const registrar: <a href="uCEFSchemeRegistrar.TCefSchemeRegistrarRef.html">TCefSchemeRegistrarRef</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnRegisterCustomPreferencesEvent-TCefPreferencesType-TCefPreferenceRegistrarRef-">TOnRegisterCustomPreferencesEvent</a></strong> = procedure(type_: <a href="uCEFTypes.html#TCefPreferencesType">TCefPreferencesType</a>; const registrar: <a href="uCEFPreferenceRegistrar.TCefPreferenceRegistrarRef.html">TCefPreferenceRegistrarRef</a>) ;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnRegisterCustomPreferencesEvent">TOnRegisterCustomPreferencesEvent</a></strong> = procedure(type_: <a href="uCEFTypes.html#TCefPreferencesType">TCefPreferencesType</a>; const registrar: <a href="uCEFPreferenceRegistrar.TCefPreferenceRegistrarRef.html">TCefPreferenceRegistrarRef</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnContextInitializedEvent">TOnContextInitializedEvent</a></strong> = procedure() ;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnBeforeChildProcessLaunchEvent-ICefCommandLine-">TOnBeforeChildProcessLaunchEvent</a></strong> = procedure(const commandLine: <a href="uCEFInterfaces.ICefCommandLine.html">ICefCommandLine</a>) ;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnBeforeChildProcessLaunchEvent">TOnBeforeChildProcessLaunchEvent</a></strong> = procedure(const commandLine: <a href="uCEFInterfaces.ICefCommandLine.html">ICefCommandLine</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnAlreadyRunningAppRelaunchEvent-ICefCommandLine-ustring-boolean-">TOnAlreadyRunningAppRelaunchEvent</a></strong> = procedure(const commandLine: <a href="uCEFInterfaces.ICefCommandLine.html">ICefCommandLine</a>; const current_directory: <a href="uCEFTypes.html#ustring">ustring</a>; var aResult: boolean) ;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnAlreadyRunningAppRelaunchEvent">TOnAlreadyRunningAppRelaunchEvent</a></strong> = procedure(const commandLine: <a href="uCEFInterfaces.ICefCommandLine.html">ICefCommandLine</a>; const current_directory: <a href="uCEFTypes.html#ustring">ustring</a>; var aResult: boolean) ;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnScheduleMessagePumpWorkEvent-Int64-">TOnScheduleMessagePumpWorkEvent</a></strong> = procedure(const delayMs: Int64) ;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnScheduleMessagePumpWorkEvent">TOnScheduleMessagePumpWorkEvent</a></strong> = procedure(const delayMs: Int64) ;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnGetDefaultClientEvent-ICefClient-">TOnGetDefaultClientEvent</a></strong> = procedure(var aClient : <a href="uCEFInterfaces.ICefClient.html">ICefClient</a>) ;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnGetDefaultClientEvent">TOnGetDefaultClientEvent</a></strong> = procedure(var aClient : <a href="uCEFInterfaces.ICefClient.html">ICefClient</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnGetDefaultRequestContextHandlerEvent-ICefRequestContextHandler-">TOnGetDefaultRequestContextHandlerEvent</a></strong> = procedure(var aRequestContextHandler : <a href="uCEFInterfaces.ICefRequestContextHandler.html">ICefRequestContextHandler</a>) ;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnGetDefaultRequestContextHandlerEvent">TOnGetDefaultRequestContextHandlerEvent</a></strong> = procedure(var aRequestContextHandler : <a href="uCEFInterfaces.ICefRequestContextHandler.html">ICefRequestContextHandler</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnGetLocalizedStringEvent-Integer-ustring-Boolean-">TOnGetLocalizedStringEvent</a></strong> = procedure(stringId: Integer; out stringVal: <a href="uCEFTypes.html#ustring">ustring</a>; var aResult : Boolean) ;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnGetLocalizedStringEvent">TOnGetLocalizedStringEvent</a></strong> = procedure(stringId: Integer; out stringVal: <a href="uCEFTypes.html#ustring">ustring</a>; var aResult : Boolean) ;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnGetDataResourceEvent-Integer-Pointer-NativeUInt-Boolean-">TOnGetDataResourceEvent</a></strong> = procedure(resourceId: Integer; out data: Pointer; out dataSize: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var aResult : Boolean) ;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnGetDataResourceEvent">TOnGetDataResourceEvent</a></strong> = procedure(resourceId: Integer; out data: Pointer; out dataSize: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var aResult : Boolean) ;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnGetDataResourceForScaleEvent-Integer-TCefScaleFactor-Pointer-NativeUInt-Boolean-">TOnGetDataResourceForScaleEvent</a></strong> = procedure(resourceId: Integer; scaleFactor: <a href="uCEFTypes.html#TCefScaleFactor">TCefScaleFactor</a>; out data: Pointer; out dataSize: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var aResult : Boolean) ;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnGetDataResourceForScaleEvent">TOnGetDataResourceForScaleEvent</a></strong> = procedure(resourceId: Integer; scaleFactor: <a href="uCEFTypes.html#TCefScaleFactor">TCefScaleFactor</a>; out data: Pointer; out dataSize: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var aResult : Boolean) ;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnWebKitInitializedEvent">TOnWebKitInitializedEvent</a></strong> = procedure() ;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnBrowserCreatedEvent-ICefBrowser-ICefDictionaryValue-">TOnBrowserCreatedEvent</a></strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const extra_info: <a href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a>) ;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnBrowserCreatedEvent">TOnBrowserCreatedEvent</a></strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const extra_info: <a href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnBrowserDestroyedEvent-ICefBrowser-">TOnBrowserDestroyedEvent</a></strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>) ;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnBrowserDestroyedEvent">TOnBrowserDestroyedEvent</a></strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnContextCreatedEvent-ICefBrowser-ICefFrame-ICefv8Context-">TOnContextCreatedEvent</a></strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const context: <a href="uCEFInterfaces.ICefv8Context.html">ICefv8Context</a>) ;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnContextCreatedEvent">TOnContextCreatedEvent</a></strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const context: <a href="uCEFInterfaces.ICefv8Context.html">ICefv8Context</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnContextReleasedEvent-ICefBrowser-ICefFrame-ICefv8Context-">TOnContextReleasedEvent</a></strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const context: <a href="uCEFInterfaces.ICefv8Context.html">ICefv8Context</a>) ;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnContextReleasedEvent">TOnContextReleasedEvent</a></strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const context: <a href="uCEFInterfaces.ICefv8Context.html">ICefv8Context</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnUncaughtExceptionEvent-ICefBrowser-ICefFrame-ICefv8Context-ICefV8Exception-ICefV8StackTrace-">TOnUncaughtExceptionEvent</a></strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const context: <a href="uCEFInterfaces.ICefv8Context.html">ICefv8Context</a>; const exception: <a href="uCEFInterfaces.ICefV8Exception.html">ICefV8Exception</a>; const stackTrace: <a href="uCEFInterfaces.ICefV8StackTrace.html">ICefV8StackTrace</a>) ;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnUncaughtExceptionEvent">TOnUncaughtExceptionEvent</a></strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const context: <a href="uCEFInterfaces.ICefv8Context.html">ICefv8Context</a>; const exception: <a href="uCEFInterfaces.ICefV8Exception.html">ICefV8Exception</a>; const stackTrace: <a href="uCEFInterfaces.ICefV8StackTrace.html">ICefV8StackTrace</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnFocusedNodeChangedEvent-ICefBrowser-ICefFrame-ICefDomNode-">TOnFocusedNodeChangedEvent</a></strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const node: <a href="uCEFInterfaces.ICefDomNode.html">ICefDomNode</a>) ;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnFocusedNodeChangedEvent">TOnFocusedNodeChangedEvent</a></strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const node: <a href="uCEFInterfaces.ICefDomNode.html">ICefDomNode</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnProcessMessageReceivedEvent-ICefBrowser-ICefFrame-TCefProcessId-ICefProcessMessage-boolean-">TOnProcessMessageReceivedEvent</a></strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; sourceProcess: <a href="uCEFTypes.html#TCefProcessId">TCefProcessId</a>; const message: <a href="uCEFInterfaces.ICefProcessMessage.html">ICefProcessMessage</a>; var aHandled : boolean) of object ;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnProcessMessageReceivedEvent">TOnProcessMessageReceivedEvent</a></strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; sourceProcess: <a href="uCEFTypes.html#TCefProcessId">TCefProcessId</a>; const message: <a href="uCEFInterfaces.ICefProcessMessage.html">ICefProcessMessage</a>; var aHandled : boolean) of object ;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnRenderLoadingStateChange-ICefBrowser-Boolean-Boolean-Boolean-">TOnRenderLoadingStateChange</a></strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; isLoading, canGoBack, canGoForward: Boolean) ;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnRenderLoadingStateChange">TOnRenderLoadingStateChange</a></strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; isLoading, canGoBack, canGoForward: Boolean) ;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnRenderLoadStart-ICefBrowser-ICefFrame-TCefTransitionType-">TOnRenderLoadStart</a></strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; transitionType: <a href="uCEFTypes.html#TCefTransitionType">TCefTransitionType</a>) ;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnRenderLoadStart">TOnRenderLoadStart</a></strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; transitionType: <a href="uCEFTypes.html#TCefTransitionType">TCefTransitionType</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnRenderLoadEnd-ICefBrowser-ICefFrame-Integer-">TOnRenderLoadEnd</a></strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; httpStatusCode: Integer) ;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnRenderLoadEnd">TOnRenderLoadEnd</a></strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; httpStatusCode: Integer) ;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnRenderLoadError-ICefBrowser-ICefFrame-TCefErrorCode-ustring-ustring-">TOnRenderLoadError</a></strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; errorCode: <a href="uCEFTypes.html#TCefErrorCode">TCefErrorCode</a>; const errorText, failedUrl: <a href="uCEFTypes.html#ustring">ustring</a>) ;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationEvents.html#TOnRenderLoadError">TOnRenderLoadError</a></strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; errorCode: <a href="uCEFTypes.html#TCefErrorCode">TCefErrorCode</a>; const errorText, failedUrl: <a href="uCEFTypes.html#ustring">ustring</a>) ;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
<h3 class="detail">Types</h3>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnRegisterCustomSchemesEvent-TCefSchemeRegistrarRef-"></span><code><strong>TOnRegisterCustomSchemesEvent</strong> = procedure(const registrar: <a href="uCEFSchemeRegistrar.TCefSchemeRegistrarRef.html">TCefSchemeRegistrarRef</a>) ;</code></td>
|
||||
<td class="itemcode"><span id="TOnRegisterCustomSchemesEvent"></span><code><strong>TOnRegisterCustomSchemesEvent</strong> = procedure(const registrar: <a href="uCEFSchemeRegistrar.TCefSchemeRegistrarRef.html">TCefSchemeRegistrarRef</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p>
|
||||
@ -98,7 +98,7 @@ ICefApp</p>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnRegisterCustomPreferencesEvent-TCefPreferencesType-TCefPreferenceRegistrarRef-"></span><code><strong>TOnRegisterCustomPreferencesEvent</strong> = procedure(type_: <a href="uCEFTypes.html#TCefPreferencesType">TCefPreferencesType</a>; const registrar: <a href="uCEFPreferenceRegistrar.TCefPreferenceRegistrarRef.html">TCefPreferenceRegistrarRef</a>) ;</code></td>
|
||||
<td class="itemcode"><span id="TOnRegisterCustomPreferencesEvent"></span><code><strong>TOnRegisterCustomPreferencesEvent</strong> = procedure(type_: <a href="uCEFTypes.html#TCefPreferencesType">TCefPreferencesType</a>; const registrar: <a href="uCEFPreferenceRegistrar.TCefPreferenceRegistrarRef.html">TCefPreferenceRegistrarRef</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p>
|
||||
@ -114,42 +114,42 @@ ICefBrowserProcessHandler</p>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnBeforeChildProcessLaunchEvent-ICefCommandLine-"></span><code><strong>TOnBeforeChildProcessLaunchEvent</strong> = procedure(const commandLine: <a href="uCEFInterfaces.ICefCommandLine.html">ICefCommandLine</a>) ;</code></td>
|
||||
<td class="itemcode"><span id="TOnBeforeChildProcessLaunchEvent"></span><code><strong>TOnBeforeChildProcessLaunchEvent</strong> = procedure(const commandLine: <a href="uCEFInterfaces.ICefCommandLine.html">ICefCommandLine</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnAlreadyRunningAppRelaunchEvent-ICefCommandLine-ustring-boolean-"></span><code><strong>TOnAlreadyRunningAppRelaunchEvent</strong> = procedure(const commandLine: <a href="uCEFInterfaces.ICefCommandLine.html">ICefCommandLine</a>; const current_directory: <a href="uCEFTypes.html#ustring">ustring</a>; var aResult: boolean) ;</code></td>
|
||||
<td class="itemcode"><span id="TOnAlreadyRunningAppRelaunchEvent"></span><code><strong>TOnAlreadyRunningAppRelaunchEvent</strong> = procedure(const commandLine: <a href="uCEFInterfaces.ICefCommandLine.html">ICefCommandLine</a>; const current_directory: <a href="uCEFTypes.html#ustring">ustring</a>; var aResult: boolean) ;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnScheduleMessagePumpWorkEvent-Int64-"></span><code><strong>TOnScheduleMessagePumpWorkEvent</strong> = procedure(const delayMs: Int64) ;</code></td>
|
||||
<td class="itemcode"><span id="TOnScheduleMessagePumpWorkEvent"></span><code><strong>TOnScheduleMessagePumpWorkEvent</strong> = procedure(const delayMs: Int64) ;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnGetDefaultClientEvent-ICefClient-"></span><code><strong>TOnGetDefaultClientEvent</strong> = procedure(var aClient : <a href="uCEFInterfaces.ICefClient.html">ICefClient</a>) ;</code></td>
|
||||
<td class="itemcode"><span id="TOnGetDefaultClientEvent"></span><code><strong>TOnGetDefaultClientEvent</strong> = procedure(var aClient : <a href="uCEFInterfaces.ICefClient.html">ICefClient</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnGetDefaultRequestContextHandlerEvent-ICefRequestContextHandler-"></span><code><strong>TOnGetDefaultRequestContextHandlerEvent</strong> = procedure(var aRequestContextHandler : <a href="uCEFInterfaces.ICefRequestContextHandler.html">ICefRequestContextHandler</a>) ;</code></td>
|
||||
<td class="itemcode"><span id="TOnGetDefaultRequestContextHandlerEvent"></span><code><strong>TOnGetDefaultRequestContextHandlerEvent</strong> = procedure(var aRequestContextHandler : <a href="uCEFInterfaces.ICefRequestContextHandler.html">ICefRequestContextHandler</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnGetLocalizedStringEvent-Integer-ustring-Boolean-"></span><code><strong>TOnGetLocalizedStringEvent</strong> = procedure(stringId: Integer; out stringVal: <a href="uCEFTypes.html#ustring">ustring</a>; var aResult : Boolean) ;</code></td>
|
||||
<td class="itemcode"><span id="TOnGetLocalizedStringEvent"></span><code><strong>TOnGetLocalizedStringEvent</strong> = procedure(stringId: Integer; out stringVal: <a href="uCEFTypes.html#ustring">ustring</a>; var aResult : Boolean) ;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p>
|
||||
@ -158,14 +158,14 @@ ICefResourceBundleHandler</p>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnGetDataResourceEvent-Integer-Pointer-NativeUInt-Boolean-"></span><code><strong>TOnGetDataResourceEvent</strong> = procedure(resourceId: Integer; out data: Pointer; out dataSize: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var aResult : Boolean) ;</code></td>
|
||||
<td class="itemcode"><span id="TOnGetDataResourceEvent"></span><code><strong>TOnGetDataResourceEvent</strong> = procedure(resourceId: Integer; out data: Pointer; out dataSize: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var aResult : Boolean) ;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnGetDataResourceForScaleEvent-Integer-TCefScaleFactor-Pointer-NativeUInt-Boolean-"></span><code><strong>TOnGetDataResourceForScaleEvent</strong> = procedure(resourceId: Integer; scaleFactor: <a href="uCEFTypes.html#TCefScaleFactor">TCefScaleFactor</a>; out data: Pointer; out dataSize: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var aResult : Boolean) ;</code></td>
|
||||
<td class="itemcode"><span id="TOnGetDataResourceForScaleEvent"></span><code><strong>TOnGetDataResourceForScaleEvent</strong> = procedure(resourceId: Integer; scaleFactor: <a href="uCEFTypes.html#TCefScaleFactor">TCefScaleFactor</a>; out data: Pointer; out dataSize: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var aResult : Boolean) ;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -181,56 +181,56 @@ ICefRenderProcessHandler</p>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnBrowserCreatedEvent-ICefBrowser-ICefDictionaryValue-"></span><code><strong>TOnBrowserCreatedEvent</strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const extra_info: <a href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a>) ;</code></td>
|
||||
<td class="itemcode"><span id="TOnBrowserCreatedEvent"></span><code><strong>TOnBrowserCreatedEvent</strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const extra_info: <a href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnBrowserDestroyedEvent-ICefBrowser-"></span><code><strong>TOnBrowserDestroyedEvent</strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>) ;</code></td>
|
||||
<td class="itemcode"><span id="TOnBrowserDestroyedEvent"></span><code><strong>TOnBrowserDestroyedEvent</strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnContextCreatedEvent-ICefBrowser-ICefFrame-ICefv8Context-"></span><code><strong>TOnContextCreatedEvent</strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const context: <a href="uCEFInterfaces.ICefv8Context.html">ICefv8Context</a>) ;</code></td>
|
||||
<td class="itemcode"><span id="TOnContextCreatedEvent"></span><code><strong>TOnContextCreatedEvent</strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const context: <a href="uCEFInterfaces.ICefv8Context.html">ICefv8Context</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnContextReleasedEvent-ICefBrowser-ICefFrame-ICefv8Context-"></span><code><strong>TOnContextReleasedEvent</strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const context: <a href="uCEFInterfaces.ICefv8Context.html">ICefv8Context</a>) ;</code></td>
|
||||
<td class="itemcode"><span id="TOnContextReleasedEvent"></span><code><strong>TOnContextReleasedEvent</strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const context: <a href="uCEFInterfaces.ICefv8Context.html">ICefv8Context</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnUncaughtExceptionEvent-ICefBrowser-ICefFrame-ICefv8Context-ICefV8Exception-ICefV8StackTrace-"></span><code><strong>TOnUncaughtExceptionEvent</strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const context: <a href="uCEFInterfaces.ICefv8Context.html">ICefv8Context</a>; const exception: <a href="uCEFInterfaces.ICefV8Exception.html">ICefV8Exception</a>; const stackTrace: <a href="uCEFInterfaces.ICefV8StackTrace.html">ICefV8StackTrace</a>) ;</code></td>
|
||||
<td class="itemcode"><span id="TOnUncaughtExceptionEvent"></span><code><strong>TOnUncaughtExceptionEvent</strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const context: <a href="uCEFInterfaces.ICefv8Context.html">ICefv8Context</a>; const exception: <a href="uCEFInterfaces.ICefV8Exception.html">ICefV8Exception</a>; const stackTrace: <a href="uCEFInterfaces.ICefV8StackTrace.html">ICefV8StackTrace</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnFocusedNodeChangedEvent-ICefBrowser-ICefFrame-ICefDomNode-"></span><code><strong>TOnFocusedNodeChangedEvent</strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const node: <a href="uCEFInterfaces.ICefDomNode.html">ICefDomNode</a>) ;</code></td>
|
||||
<td class="itemcode"><span id="TOnFocusedNodeChangedEvent"></span><code><strong>TOnFocusedNodeChangedEvent</strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const node: <a href="uCEFInterfaces.ICefDomNode.html">ICefDomNode</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnProcessMessageReceivedEvent-ICefBrowser-ICefFrame-TCefProcessId-ICefProcessMessage-boolean-"></span><code><strong>TOnProcessMessageReceivedEvent</strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; sourceProcess: <a href="uCEFTypes.html#TCefProcessId">TCefProcessId</a>; const message: <a href="uCEFInterfaces.ICefProcessMessage.html">ICefProcessMessage</a>; var aHandled : boolean) of object ;</code></td>
|
||||
<td class="itemcode"><span id="TOnProcessMessageReceivedEvent"></span><code><strong>TOnProcessMessageReceivedEvent</strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; sourceProcess: <a href="uCEFTypes.html#TCefProcessId">TCefProcessId</a>; const message: <a href="uCEFInterfaces.ICefProcessMessage.html">ICefProcessMessage</a>; var aHandled : boolean) of object ;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnRenderLoadingStateChange-ICefBrowser-Boolean-Boolean-Boolean-"></span><code><strong>TOnRenderLoadingStateChange</strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; isLoading, canGoBack, canGoForward: Boolean) ;</code></td>
|
||||
<td class="itemcode"><span id="TOnRenderLoadingStateChange"></span><code><strong>TOnRenderLoadingStateChange</strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; isLoading, canGoBack, canGoForward: Boolean) ;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p>
|
||||
@ -239,21 +239,21 @@ ICefLoadHandler</p>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnRenderLoadStart-ICefBrowser-ICefFrame-TCefTransitionType-"></span><code><strong>TOnRenderLoadStart</strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; transitionType: <a href="uCEFTypes.html#TCefTransitionType">TCefTransitionType</a>) ;</code></td>
|
||||
<td class="itemcode"><span id="TOnRenderLoadStart"></span><code><strong>TOnRenderLoadStart</strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; transitionType: <a href="uCEFTypes.html#TCefTransitionType">TCefTransitionType</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnRenderLoadEnd-ICefBrowser-ICefFrame-Integer-"></span><code><strong>TOnRenderLoadEnd</strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; httpStatusCode: Integer) ;</code></td>
|
||||
<td class="itemcode"><span id="TOnRenderLoadEnd"></span><code><strong>TOnRenderLoadEnd</strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; httpStatusCode: Integer) ;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnRenderLoadError-ICefBrowser-ICefFrame-TCefErrorCode-ustring-ustring-"></span><code><strong>TOnRenderLoadError</strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; errorCode: <a href="uCEFTypes.html#TCefErrorCode">TCefErrorCode</a>; const errorText, failedUrl: <a href="uCEFTypes.html#ustring">ustring</a>) ;</code></td>
|
||||
<td class="itemcode"><span id="TOnRenderLoadError"></span><code><strong>TOnRenderLoadError</strong> = procedure(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; errorCode: <a href="uCEFTypes.html#TCefErrorCode">TCefErrorCode</a>; const errorText, failedUrl: <a href="uCEFTypes.html#ustring">ustring</a>) ;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -86,7 +86,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFBrowser.TCefBrowserHostRef.html#RunFileDialogProc-TCefFileDialogMode-ustring-ustring-TStrings-TCefRunFileDialogCallbackProc-">RunFileDialogProc</a></strong>(mode: <a href="uCEFTypes.html#TCefFileDialogMode">TCefFileDialogMode</a>; const title, defaultFilePath: <a href="uCEFTypes.html#ustring">ustring</a>; const acceptFilters: TStrings; const callback: TCefRunFileDialogCallbackProc);</code></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFBrowser.TCefBrowserHostRef.html#RunFileDialogProc-TCefFileDialogMode-ustring-ustring-TStrings-TCefRunFileDialogCallbackProc-">RunFileDialogProc</a></strong>(mode: <a href="uCEFTypes.html#TCefFileDialogMode">TCefFileDialogMode</a>; const title, defaultFilePath: <a href="uCEFTypes.html#ustring">ustring</a>; const acceptFilters: TStrings; const callback: <a href="uCEFInterfaces.html#TCefRunFileDialogCallbackProc">TCefRunFileDialogCallbackProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
@ -98,7 +98,7 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFBrowser.TCefBrowserHostRef.html#DownloadImageProc-ustring-Boolean-Cardinal-Boolean-TOnDownloadImageFinishedProc-">DownloadImageProc</a></strong>(const imageUrl: <a href="uCEFTypes.html#ustring">ustring</a>; isFavicon: Boolean; maxImageSize: Cardinal; bypassCache: Boolean; const callback: TOnDownloadImageFinishedProc);</code></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFBrowser.TCefBrowserHostRef.html#DownloadImageProc-ustring-Boolean-Cardinal-Boolean-TOnDownloadImageFinishedProc-">DownloadImageProc</a></strong>(const imageUrl: <a href="uCEFTypes.html#ustring">ustring</a>; isFavicon: Boolean; maxImageSize: Cardinal; bypassCache: Boolean; const callback: <a href="uCEFInterfaces.html#TOnDownloadImageFinishedProc">TOnDownloadImageFinishedProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
@ -110,7 +110,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFBrowser.TCefBrowserHostRef.html#PrintToPdfProc-ustring-PCefPdfPrintSettings-TOnPdfPrintFinishedProc-">PrintToPdfProc</a></strong>(const path: <a href="uCEFTypes.html#ustring">ustring</a>; settings: <a href="uCEFTypes.html#PCefPdfPrintSettings">PCefPdfPrintSettings</a>; const callback: TOnPdfPrintFinishedProc);</code></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFBrowser.TCefBrowserHostRef.html#PrintToPdfProc-ustring-PCefPdfPrintSettings-TOnPdfPrintFinishedProc-">PrintToPdfProc</a></strong>(const path: <a href="uCEFTypes.html#ustring">ustring</a>; settings: <a href="uCEFTypes.html#PCefPdfPrintSettings">PCefPdfPrintSettings</a>; const callback: <a href="uCEFInterfaces.html#TOnPdfPrintFinishedProc">TOnPdfPrintFinishedProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
@ -150,7 +150,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFBrowser.TCefBrowserHostRef.html#GetNavigationEntriesProc-TCefNavigationEntryVisitorProc-Boolean-">GetNavigationEntriesProc</a></strong>(const proc: TCefNavigationEntryVisitorProc; currentOnly: Boolean);</code></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFBrowser.TCefBrowserHostRef.html#GetNavigationEntriesProc-TCefNavigationEntryVisitorProc-Boolean-">GetNavigationEntriesProc</a></strong>(const proc: <a href="uCEFInterfaces.html#TCefNavigationEntryVisitorProc">TCefNavigationEntryVisitorProc</a>; currentOnly: Boolean);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
@ -464,7 +464,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="RunFileDialogProc-TCefFileDialogMode-ustring-ustring-TStrings-TCefRunFileDialogCallbackProc-"></span><code>procedure <strong>RunFileDialogProc</strong>(mode: <a href="uCEFTypes.html#TCefFileDialogMode">TCefFileDialogMode</a>; const title, defaultFilePath: <a href="uCEFTypes.html#ustring">ustring</a>; const acceptFilters: TStrings; const callback: TCefRunFileDialogCallbackProc);</code></td>
|
||||
<td class="itemcode"><span id="RunFileDialogProc-TCefFileDialogMode-ustring-ustring-TStrings-TCefRunFileDialogCallbackProc-"></span><code>procedure <strong>RunFileDialogProc</strong>(mode: <a href="uCEFTypes.html#TCefFileDialogMode">TCefFileDialogMode</a>; const title, defaultFilePath: <a href="uCEFTypes.html#ustring">ustring</a>; const acceptFilters: TStrings; const callback: <a href="uCEFInterfaces.html#TCefRunFileDialogCallbackProc">TCefRunFileDialogCallbackProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefBrowserHost.html#RunFileDialogProc-TCefFileDialogMode-ustring-ustring-TStrings-TCefRunFileDialogCallbackProc-">ICefBrowserHost.RunFileDialogProc</a>.</p><p>
|
||||
@ -494,7 +494,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="DownloadImageProc-ustring-Boolean-Cardinal-Boolean-TOnDownloadImageFinishedProc-"></span><code>procedure <strong>DownloadImageProc</strong>(const imageUrl: <a href="uCEFTypes.html#ustring">ustring</a>; isFavicon: Boolean; maxImageSize: Cardinal; bypassCache: Boolean; const callback: TOnDownloadImageFinishedProc);</code></td>
|
||||
<td class="itemcode"><span id="DownloadImageProc-ustring-Boolean-Cardinal-Boolean-TOnDownloadImageFinishedProc-"></span><code>procedure <strong>DownloadImageProc</strong>(const imageUrl: <a href="uCEFTypes.html#ustring">ustring</a>; isFavicon: Boolean; maxImageSize: Cardinal; bypassCache: Boolean; const callback: <a href="uCEFInterfaces.html#TOnDownloadImageFinishedProc">TOnDownloadImageFinishedProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -522,7 +522,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="PrintToPdfProc-ustring-PCefPdfPrintSettings-TOnPdfPrintFinishedProc-"></span><code>procedure <strong>PrintToPdfProc</strong>(const path: <a href="uCEFTypes.html#ustring">ustring</a>; settings: <a href="uCEFTypes.html#PCefPdfPrintSettings">PCefPdfPrintSettings</a>; const callback: TOnPdfPrintFinishedProc);</code></td>
|
||||
<td class="itemcode"><span id="PrintToPdfProc-ustring-PCefPdfPrintSettings-TOnPdfPrintFinishedProc-"></span><code>procedure <strong>PrintToPdfProc</strong>(const path: <a href="uCEFTypes.html#ustring">ustring</a>; settings: <a href="uCEFTypes.html#PCefPdfPrintSettings">PCefPdfPrintSettings</a>; const callback: <a href="uCEFInterfaces.html#TOnPdfPrintFinishedProc">TOnPdfPrintFinishedProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefBrowserHost.html#PrintToPdfProc-ustring-PCefPdfPrintSettings-TOnPdfPrintFinishedProc-">ICefBrowserHost.PrintToPdfProc</a>.</p><p>
|
||||
@ -628,7 +628,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="GetNavigationEntriesProc-TCefNavigationEntryVisitorProc-Boolean-"></span><code>procedure <strong>GetNavigationEntriesProc</strong>(const proc: TCefNavigationEntryVisitorProc; currentOnly: Boolean);</code></td>
|
||||
<td class="itemcode"><span id="GetNavigationEntriesProc-TCefNavigationEntryVisitorProc-Boolean-"></span><code>procedure <strong>GetNavigationEntriesProc</strong>(const proc: <a href="uCEFInterfaces.html#TCefNavigationEntryVisitorProc">TCefNavigationEntryVisitorProc</a>; currentOnly: Boolean);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefBrowserHost.html#GetNavigationEntriesProc-TCefNavigationEntryVisitorProc-Boolean-">ICefBrowserHost.GetNavigationEntriesProc</a>.</p><p>
|
||||
|
@ -38,31 +38,31 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnBrowserCreated">FOnBrowserCreated</a></strong>: TOnBrowserCreatedEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnBrowserCreated">FOnBrowserCreated</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnBrowserCreatedEvent">TOnBrowserCreatedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a></strong>: TOnBrowserDestroyedEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnBrowserDestroyedEvent">TOnBrowserDestroyedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGetDelegateForPopupBrowserView">FOnGetDelegateForPopupBrowserView</a></strong>: TOnGetDelegateForPopupBrowserViewEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGetDelegateForPopupBrowserView">FOnGetDelegateForPopupBrowserView</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnGetDelegateForPopupBrowserViewEvent">TOnGetDelegateForPopupBrowserViewEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnPopupBrowserViewCreated">FOnPopupBrowserViewCreated</a></strong>: TOnPopupBrowserViewCreatedEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnPopupBrowserViewCreated">FOnPopupBrowserViewCreated</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnPopupBrowserViewCreatedEvent">TOnPopupBrowserViewCreatedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGetChromeToolbarType">FOnGetChromeToolbarType</a></strong>: TOnGetChromeToolbarTypeEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGetChromeToolbarType">FOnGetChromeToolbarType</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnGetChromeToolbarTypeEvent">TOnGetChromeToolbarTypeEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnUseFramelessWindowForPictureInPicture">FOnUseFramelessWindowForPictureInPicture</a></strong>: TOnUseFramelessWindowForPictureInPicture;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnUseFramelessWindowForPictureInPicture">FOnUseFramelessWindowForPictureInPicture</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnUseFramelessWindowForPictureInPicture">TOnUseFramelessWindowForPictureInPicture</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGestureCommand">FOnGestureCommand</a></strong>: TOnGestureCommandEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGestureCommand">FOnGestureCommand</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnGestureCommandEvent">TOnGestureCommandEvent</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -144,31 +144,31 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#OnBrowserCreated">OnBrowserCreated</a></strong> : TOnBrowserCreatedEvent read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnBrowserCreated">FOnBrowserCreated</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnBrowserCreated">FOnBrowserCreated</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#OnBrowserCreated">OnBrowserCreated</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnBrowserCreatedEvent">TOnBrowserCreatedEvent</a> read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnBrowserCreated">FOnBrowserCreated</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnBrowserCreated">FOnBrowserCreated</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#OnBrowserDestroyed">OnBrowserDestroyed</a></strong> : TOnBrowserDestroyedEvent read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#OnBrowserDestroyed">OnBrowserDestroyed</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnBrowserDestroyedEvent">TOnBrowserDestroyedEvent</a> read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#OnGetDelegateForPopupBrowserView">OnGetDelegateForPopupBrowserView</a></strong> : TOnGetDelegateForPopupBrowserViewEvent read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGetDelegateForPopupBrowserView">FOnGetDelegateForPopupBrowserView</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGetDelegateForPopupBrowserView">FOnGetDelegateForPopupBrowserView</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#OnGetDelegateForPopupBrowserView">OnGetDelegateForPopupBrowserView</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnGetDelegateForPopupBrowserViewEvent">TOnGetDelegateForPopupBrowserViewEvent</a> read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGetDelegateForPopupBrowserView">FOnGetDelegateForPopupBrowserView</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGetDelegateForPopupBrowserView">FOnGetDelegateForPopupBrowserView</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#OnPopupBrowserViewCreated">OnPopupBrowserViewCreated</a></strong> : TOnPopupBrowserViewCreatedEvent read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnPopupBrowserViewCreated">FOnPopupBrowserViewCreated</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnPopupBrowserViewCreated">FOnPopupBrowserViewCreated</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#OnPopupBrowserViewCreated">OnPopupBrowserViewCreated</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnPopupBrowserViewCreatedEvent">TOnPopupBrowserViewCreatedEvent</a> read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnPopupBrowserViewCreated">FOnPopupBrowserViewCreated</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnPopupBrowserViewCreated">FOnPopupBrowserViewCreated</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#OnGetChromeToolbarType">OnGetChromeToolbarType</a></strong> : TOnGetChromeToolbarTypeEvent read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGetChromeToolbarType">FOnGetChromeToolbarType</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGetChromeToolbarType">FOnGetChromeToolbarType</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#OnGetChromeToolbarType">OnGetChromeToolbarType</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnGetChromeToolbarTypeEvent">TOnGetChromeToolbarTypeEvent</a> read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGetChromeToolbarType">FOnGetChromeToolbarType</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGetChromeToolbarType">FOnGetChromeToolbarType</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#OnUseFramelessWindowForPictureInPicture">OnUseFramelessWindowForPictureInPicture</a></strong> : TOnUseFramelessWindowForPictureInPicture read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnUseFramelessWindowForPictureInPicture">FOnUseFramelessWindowForPictureInPicture</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnUseFramelessWindowForPictureInPicture">FOnUseFramelessWindowForPictureInPicture</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#OnUseFramelessWindowForPictureInPicture">OnUseFramelessWindowForPictureInPicture</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnUseFramelessWindowForPictureInPicture">TOnUseFramelessWindowForPictureInPicture</a> read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnUseFramelessWindowForPictureInPicture">FOnUseFramelessWindowForPictureInPicture</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnUseFramelessWindowForPictureInPicture">FOnUseFramelessWindowForPictureInPicture</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#OnGestureCommand">OnGestureCommand</a></strong> : TOnGestureCommandEvent read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGestureCommand">FOnGestureCommand</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGestureCommand">FOnGestureCommand</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#OnGestureCommand">OnGestureCommand</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnGestureCommandEvent">TOnGestureCommandEvent</a> read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGestureCommand">FOnGestureCommand</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGestureCommand">FOnGestureCommand</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -192,7 +192,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnBrowserCreated"></span><code><strong>FOnBrowserCreated</strong>: TOnBrowserCreatedEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnBrowserCreated"></span><code><strong>FOnBrowserCreated</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnBrowserCreatedEvent">TOnBrowserCreatedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -202,7 +202,7 @@ ICefBrowserViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnBrowserDestroyed"></span><code><strong>FOnBrowserDestroyed</strong>: TOnBrowserDestroyedEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnBrowserDestroyed"></span><code><strong>FOnBrowserDestroyed</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnBrowserDestroyedEvent">TOnBrowserDestroyedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -210,7 +210,7 @@ ICefBrowserViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnGetDelegateForPopupBrowserView"></span><code><strong>FOnGetDelegateForPopupBrowserView</strong>: TOnGetDelegateForPopupBrowserViewEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnGetDelegateForPopupBrowserView"></span><code><strong>FOnGetDelegateForPopupBrowserView</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnGetDelegateForPopupBrowserViewEvent">TOnGetDelegateForPopupBrowserViewEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -218,7 +218,7 @@ ICefBrowserViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnPopupBrowserViewCreated"></span><code><strong>FOnPopupBrowserViewCreated</strong>: TOnPopupBrowserViewCreatedEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnPopupBrowserViewCreated"></span><code><strong>FOnPopupBrowserViewCreated</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnPopupBrowserViewCreatedEvent">TOnPopupBrowserViewCreatedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -226,7 +226,7 @@ ICefBrowserViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnGetChromeToolbarType"></span><code><strong>FOnGetChromeToolbarType</strong>: TOnGetChromeToolbarTypeEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnGetChromeToolbarType"></span><code><strong>FOnGetChromeToolbarType</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnGetChromeToolbarTypeEvent">TOnGetChromeToolbarTypeEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -234,7 +234,7 @@ ICefBrowserViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnUseFramelessWindowForPictureInPicture"></span><code><strong>FOnUseFramelessWindowForPictureInPicture</strong>: TOnUseFramelessWindowForPictureInPicture;</code></td>
|
||||
<td class="itemcode"><span id="FOnUseFramelessWindowForPictureInPicture"></span><code><strong>FOnUseFramelessWindowForPictureInPicture</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnUseFramelessWindowForPictureInPicture">TOnUseFramelessWindowForPictureInPicture</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -242,7 +242,7 @@ ICefBrowserViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnGestureCommand"></span><code><strong>FOnGestureCommand</strong>: TOnGestureCommandEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnGestureCommand"></span><code><strong>FOnGestureCommand</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnGestureCommandEvent">TOnGestureCommandEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -408,7 +408,7 @@ ICefBrowserViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnBrowserCreated"></span><code>property <strong>OnBrowserCreated</strong> : TOnBrowserCreatedEvent read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnBrowserCreated">FOnBrowserCreated</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnBrowserCreated">FOnBrowserCreated</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnBrowserCreated"></span><code>property <strong>OnBrowserCreated</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnBrowserCreatedEvent">TOnBrowserCreatedEvent</a> read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnBrowserCreated">FOnBrowserCreated</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnBrowserCreated">FOnBrowserCreated</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -418,7 +418,7 @@ ICefBrowserViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnBrowserDestroyed"></span><code>property <strong>OnBrowserDestroyed</strong> : TOnBrowserDestroyedEvent read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnBrowserDestroyed"></span><code>property <strong>OnBrowserDestroyed</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnBrowserDestroyedEvent">TOnBrowserDestroyedEvent</a> read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnBrowserDestroyed">FOnBrowserDestroyed</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -428,7 +428,7 @@ ICefBrowserViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnGetDelegateForPopupBrowserView"></span><code>property <strong>OnGetDelegateForPopupBrowserView</strong> : TOnGetDelegateForPopupBrowserViewEvent read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGetDelegateForPopupBrowserView">FOnGetDelegateForPopupBrowserView</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGetDelegateForPopupBrowserView">FOnGetDelegateForPopupBrowserView</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnGetDelegateForPopupBrowserView"></span><code>property <strong>OnGetDelegateForPopupBrowserView</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnGetDelegateForPopupBrowserViewEvent">TOnGetDelegateForPopupBrowserViewEvent</a> read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGetDelegateForPopupBrowserView">FOnGetDelegateForPopupBrowserView</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGetDelegateForPopupBrowserView">FOnGetDelegateForPopupBrowserView</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -438,7 +438,7 @@ ICefBrowserViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnPopupBrowserViewCreated"></span><code>property <strong>OnPopupBrowserViewCreated</strong> : TOnPopupBrowserViewCreatedEvent read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnPopupBrowserViewCreated">FOnPopupBrowserViewCreated</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnPopupBrowserViewCreated">FOnPopupBrowserViewCreated</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnPopupBrowserViewCreated"></span><code>property <strong>OnPopupBrowserViewCreated</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnPopupBrowserViewCreatedEvent">TOnPopupBrowserViewCreatedEvent</a> read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnPopupBrowserViewCreated">FOnPopupBrowserViewCreated</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnPopupBrowserViewCreated">FOnPopupBrowserViewCreated</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -448,7 +448,7 @@ ICefBrowserViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnGetChromeToolbarType"></span><code>property <strong>OnGetChromeToolbarType</strong> : TOnGetChromeToolbarTypeEvent read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGetChromeToolbarType">FOnGetChromeToolbarType</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGetChromeToolbarType">FOnGetChromeToolbarType</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnGetChromeToolbarType"></span><code>property <strong>OnGetChromeToolbarType</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnGetChromeToolbarTypeEvent">TOnGetChromeToolbarTypeEvent</a> read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGetChromeToolbarType">FOnGetChromeToolbarType</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGetChromeToolbarType">FOnGetChromeToolbarType</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -458,7 +458,7 @@ ICefBrowserViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnUseFramelessWindowForPictureInPicture"></span><code>property <strong>OnUseFramelessWindowForPictureInPicture</strong> : TOnUseFramelessWindowForPictureInPicture read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnUseFramelessWindowForPictureInPicture">FOnUseFramelessWindowForPictureInPicture</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnUseFramelessWindowForPictureInPicture">FOnUseFramelessWindowForPictureInPicture</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnUseFramelessWindowForPictureInPicture"></span><code>property <strong>OnUseFramelessWindowForPictureInPicture</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnUseFramelessWindowForPictureInPicture">TOnUseFramelessWindowForPictureInPicture</a> read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnUseFramelessWindowForPictureInPicture">FOnUseFramelessWindowForPictureInPicture</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnUseFramelessWindowForPictureInPicture">FOnUseFramelessWindowForPictureInPicture</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -468,7 +468,7 @@ ICefBrowserViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnGestureCommand"></span><code>property <strong>OnGestureCommand</strong> : TOnGestureCommandEvent read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGestureCommand">FOnGestureCommand</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGestureCommand">FOnGestureCommand</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnGestureCommand"></span><code>property <strong>OnGestureCommand</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnGestureCommandEvent">TOnGestureCommandEvent</a> read <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGestureCommand">FOnGestureCommand</a> write <a href="uCEFBrowserViewComponent.TCEFBrowserViewComponent.html#FOnGestureCommand">FOnGestureCommand</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
|
@ -110,7 +110,7 @@ TEmbeddedChromium
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBrowserWindow.TEmbeddedChromium.html#InternalOnGotFocus">InternalOnGotFocus</a></strong> : TOnGotFocus read FInternalOnGotFocus write FInternalOnGotFocus;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBrowserWindow.TEmbeddedChromium.html#InternalOnGotFocus">InternalOnGotFocus</a></strong> : <a href="uCEFChromiumEvents.html#TOnGotFocus">TOnGotFocus</a> read FInternalOnGotFocus write FInternalOnGotFocus;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -289,7 +289,7 @@ Includes browser in creation</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="InternalOnGotFocus"></span><code>property <strong>InternalOnGotFocus</strong> : TOnGotFocus read FInternalOnGotFocus write FInternalOnGotFocus;</code></td>
|
||||
<td class="itemcode"><span id="InternalOnGotFocus"></span><code>property <strong>InternalOnGotFocus</strong> : <a href="uCEFChromiumEvents.html#TOnGotFocus">TOnGotFocus</a> read FInternalOnGotFocus write FInternalOnGotFocus;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -83,27 +83,27 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBufferPanel.TBufferPanel.html#FOnIMECommitText">FOnIMECommitText</a></strong>: TOnIMECommitTextEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBufferPanel.TBufferPanel.html#FOnIMECommitText">FOnIMECommitText</a></strong>: <a href="uCEFBufferPanel.html#TOnIMECommitTextEvent">TOnIMECommitTextEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBufferPanel.TBufferPanel.html#FOnIMESetComposition">FOnIMESetComposition</a></strong>: TOnIMESetCompositionEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBufferPanel.TBufferPanel.html#FOnIMESetComposition">FOnIMESetComposition</a></strong>: <a href="uCEFBufferPanel.html#TOnIMESetCompositionEvent">TOnIMESetCompositionEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBufferPanel.TBufferPanel.html#FOnCustomTouch">FOnCustomTouch</a></strong>: TOnHandledMessageEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBufferPanel.TBufferPanel.html#FOnCustomTouch">FOnCustomTouch</a></strong>: <a href="uCEFBufferPanel.html#TOnHandledMessageEvent">TOnHandledMessageEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerDown">FOnPointerDown</a></strong>: TOnHandledMessageEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerDown">FOnPointerDown</a></strong>: <a href="uCEFBufferPanel.html#TOnHandledMessageEvent">TOnHandledMessageEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerUp">FOnPointerUp</a></strong>: TOnHandledMessageEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerUp">FOnPointerUp</a></strong>: <a href="uCEFBufferPanel.html#TOnHandledMessageEvent">TOnHandledMessageEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerUpdate">FOnPointerUpdate</a></strong>: TOnHandledMessageEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerUpdate">FOnPointerUpdate</a></strong>: <a href="uCEFBufferPanel.html#TOnHandledMessageEvent">TOnHandledMessageEvent</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -401,27 +401,27 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBufferPanel.TBufferPanel.html#OnIMECommitText">OnIMECommitText</a></strong> : TOnIMECommitTextEvent read <a href="uCEFBufferPanel.TBufferPanel.html#FOnIMECommitText">FOnIMECommitText</a> write <a href="uCEFBufferPanel.TBufferPanel.html#FOnIMECommitText">FOnIMECommitText</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBufferPanel.TBufferPanel.html#OnIMECommitText">OnIMECommitText</a></strong> : <a href="uCEFBufferPanel.html#TOnIMECommitTextEvent">TOnIMECommitTextEvent</a> read <a href="uCEFBufferPanel.TBufferPanel.html#FOnIMECommitText">FOnIMECommitText</a> write <a href="uCEFBufferPanel.TBufferPanel.html#FOnIMECommitText">FOnIMECommitText</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBufferPanel.TBufferPanel.html#OnIMESetComposition">OnIMESetComposition</a></strong> : TOnIMESetCompositionEvent read <a href="uCEFBufferPanel.TBufferPanel.html#FOnIMESetComposition">FOnIMESetComposition</a> write <a href="uCEFBufferPanel.TBufferPanel.html#FOnIMESetComposition">FOnIMESetComposition</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBufferPanel.TBufferPanel.html#OnIMESetComposition">OnIMESetComposition</a></strong> : <a href="uCEFBufferPanel.html#TOnIMESetCompositionEvent">TOnIMESetCompositionEvent</a> read <a href="uCEFBufferPanel.TBufferPanel.html#FOnIMESetComposition">FOnIMESetComposition</a> write <a href="uCEFBufferPanel.TBufferPanel.html#FOnIMESetComposition">FOnIMESetComposition</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBufferPanel.TBufferPanel.html#OnCustomTouch">OnCustomTouch</a></strong> : TOnHandledMessageEvent read <a href="uCEFBufferPanel.TBufferPanel.html#FOnCustomTouch">FOnCustomTouch</a> write <a href="uCEFBufferPanel.TBufferPanel.html#FOnCustomTouch">FOnCustomTouch</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBufferPanel.TBufferPanel.html#OnCustomTouch">OnCustomTouch</a></strong> : <a href="uCEFBufferPanel.html#TOnHandledMessageEvent">TOnHandledMessageEvent</a> read <a href="uCEFBufferPanel.TBufferPanel.html#FOnCustomTouch">FOnCustomTouch</a> write <a href="uCEFBufferPanel.TBufferPanel.html#FOnCustomTouch">FOnCustomTouch</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBufferPanel.TBufferPanel.html#OnPointerDown">OnPointerDown</a></strong> : TOnHandledMessageEvent read <a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerDown">FOnPointerDown</a> write <a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerDown">FOnPointerDown</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBufferPanel.TBufferPanel.html#OnPointerDown">OnPointerDown</a></strong> : <a href="uCEFBufferPanel.html#TOnHandledMessageEvent">TOnHandledMessageEvent</a> read <a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerDown">FOnPointerDown</a> write <a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerDown">FOnPointerDown</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBufferPanel.TBufferPanel.html#OnPointerUp">OnPointerUp</a></strong> : TOnHandledMessageEvent read <a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerUp">FOnPointerUp</a> write <a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerUp">FOnPointerUp</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBufferPanel.TBufferPanel.html#OnPointerUp">OnPointerUp</a></strong> : <a href="uCEFBufferPanel.html#TOnHandledMessageEvent">TOnHandledMessageEvent</a> read <a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerUp">FOnPointerUp</a> write <a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerUp">FOnPointerUp</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBufferPanel.TBufferPanel.html#OnPointerUpdate">OnPointerUpdate</a></strong> : TOnHandledMessageEvent read <a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerUpdate">FOnPointerUpdate</a> write <a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerUpdate">FOnPointerUpdate</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFBufferPanel.TBufferPanel.html#OnPointerUpdate">OnPointerUpdate</a></strong> : <a href="uCEFBufferPanel.html#TOnHandledMessageEvent">TOnHandledMessageEvent</a> read <a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerUpdate">FOnPointerUpdate</a> write <a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerUpdate">FOnPointerUpdate</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
@ -785,7 +785,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnIMECommitText"></span><code><strong>FOnIMECommitText</strong>: TOnIMECommitTextEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnIMECommitText"></span><code><strong>FOnIMECommitText</strong>: <a href="uCEFBufferPanel.html#TOnIMECommitTextEvent">TOnIMECommitTextEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -793,7 +793,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnIMESetComposition"></span><code><strong>FOnIMESetComposition</strong>: TOnIMESetCompositionEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnIMESetComposition"></span><code><strong>FOnIMESetComposition</strong>: <a href="uCEFBufferPanel.html#TOnIMESetCompositionEvent">TOnIMESetCompositionEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -801,7 +801,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnCustomTouch"></span><code><strong>FOnCustomTouch</strong>: TOnHandledMessageEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnCustomTouch"></span><code><strong>FOnCustomTouch</strong>: <a href="uCEFBufferPanel.html#TOnHandledMessageEvent">TOnHandledMessageEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -809,7 +809,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnPointerDown"></span><code><strong>FOnPointerDown</strong>: TOnHandledMessageEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnPointerDown"></span><code><strong>FOnPointerDown</strong>: <a href="uCEFBufferPanel.html#TOnHandledMessageEvent">TOnHandledMessageEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -817,7 +817,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnPointerUp"></span><code><strong>FOnPointerUp</strong>: TOnHandledMessageEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnPointerUp"></span><code><strong>FOnPointerUp</strong>: <a href="uCEFBufferPanel.html#TOnHandledMessageEvent">TOnHandledMessageEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -825,7 +825,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnPointerUpdate"></span><code><strong>FOnPointerUpdate</strong>: TOnHandledMessageEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnPointerUpdate"></span><code><strong>FOnPointerUpdate</strong>: <a href="uCEFBufferPanel.html#TOnHandledMessageEvent">TOnHandledMessageEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -1511,7 +1511,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnIMECommitText"></span><code>property <strong>OnIMECommitText</strong> : TOnIMECommitTextEvent read <a href="uCEFBufferPanel.TBufferPanel.html#FOnIMECommitText">FOnIMECommitText</a> write <a href="uCEFBufferPanel.TBufferPanel.html#FOnIMECommitText">FOnIMECommitText</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnIMECommitText"></span><code>property <strong>OnIMECommitText</strong> : <a href="uCEFBufferPanel.html#TOnIMECommitTextEvent">TOnIMECommitTextEvent</a> read <a href="uCEFBufferPanel.TBufferPanel.html#FOnIMECommitText">FOnIMECommitText</a> write <a href="uCEFBufferPanel.TBufferPanel.html#FOnIMECommitText">FOnIMECommitText</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1525,7 +1525,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnIMESetComposition"></span><code>property <strong>OnIMESetComposition</strong> : TOnIMESetCompositionEvent read <a href="uCEFBufferPanel.TBufferPanel.html#FOnIMESetComposition">FOnIMESetComposition</a> write <a href="uCEFBufferPanel.TBufferPanel.html#FOnIMESetComposition">FOnIMESetComposition</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnIMESetComposition"></span><code>property <strong>OnIMESetComposition</strong> : <a href="uCEFBufferPanel.html#TOnIMESetCompositionEvent">TOnIMESetCompositionEvent</a> read <a href="uCEFBufferPanel.TBufferPanel.html#FOnIMESetComposition">FOnIMESetComposition</a> write <a href="uCEFBufferPanel.TBufferPanel.html#FOnIMESetComposition">FOnIMESetComposition</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1539,7 +1539,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnCustomTouch"></span><code>property <strong>OnCustomTouch</strong> : TOnHandledMessageEvent read <a href="uCEFBufferPanel.TBufferPanel.html#FOnCustomTouch">FOnCustomTouch</a> write <a href="uCEFBufferPanel.TBufferPanel.html#FOnCustomTouch">FOnCustomTouch</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnCustomTouch"></span><code>property <strong>OnCustomTouch</strong> : <a href="uCEFBufferPanel.html#TOnHandledMessageEvent">TOnHandledMessageEvent</a> read <a href="uCEFBufferPanel.TBufferPanel.html#FOnCustomTouch">FOnCustomTouch</a> write <a href="uCEFBufferPanel.TBufferPanel.html#FOnCustomTouch">FOnCustomTouch</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1553,7 +1553,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnPointerDown"></span><code>property <strong>OnPointerDown</strong> : TOnHandledMessageEvent read <a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerDown">FOnPointerDown</a> write <a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerDown">FOnPointerDown</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnPointerDown"></span><code>property <strong>OnPointerDown</strong> : <a href="uCEFBufferPanel.html#TOnHandledMessageEvent">TOnHandledMessageEvent</a> read <a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerDown">FOnPointerDown</a> write <a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerDown">FOnPointerDown</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1567,7 +1567,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnPointerUp"></span><code>property <strong>OnPointerUp</strong> : TOnHandledMessageEvent read <a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerUp">FOnPointerUp</a> write <a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerUp">FOnPointerUp</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnPointerUp"></span><code>property <strong>OnPointerUp</strong> : <a href="uCEFBufferPanel.html#TOnHandledMessageEvent">TOnHandledMessageEvent</a> read <a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerUp">FOnPointerUp</a> write <a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerUp">FOnPointerUp</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1581,7 +1581,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnPointerUpdate"></span><code>property <strong>OnPointerUpdate</strong> : TOnHandledMessageEvent read <a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerUpdate">FOnPointerUpdate</a> write <a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerUpdate">FOnPointerUpdate</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnPointerUpdate"></span><code>property <strong>OnPointerUpdate</strong> : <a href="uCEFBufferPanel.html#TOnHandledMessageEvent">TOnHandledMessageEvent</a> read <a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerUpdate">FOnPointerUpdate</a> write <a href="uCEFBufferPanel.TBufferPanel.html#FOnPointerUpdate">FOnPointerUpdate</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
|
@ -33,13 +33,13 @@
|
||||
<span id="PasDoc-Types"></span><h3 class="summary">Types</h3>
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFBufferPanel.html#TOnIMECommitTextEvent-TObject-ustring-PCefRange-integer-">TOnIMECommitTextEvent</a></strong> = procedure(Sender: TObject; const aText : <a href="uCEFTypes.html#ustring">ustring</a>; const replacement_range : <a href="uCEFTypes.html#PCefRange">PCefRange</a>; relative_cursor_pos : integer) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBufferPanel.html#TOnIMECommitTextEvent">TOnIMECommitTextEvent</a></strong> = procedure(Sender: TObject; const aText : <a href="uCEFTypes.html#ustring">ustring</a>; const replacement_range : <a href="uCEFTypes.html#PCefRange">PCefRange</a>; relative_cursor_pos : integer) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFBufferPanel.html#TOnIMESetCompositionEvent-TObject-ustring-TCefCompositionUnderlineDynArray-TCefRange-TCefRange-">TOnIMESetCompositionEvent</a></strong> = procedure(Sender: TObject; const aText : <a href="uCEFTypes.html#ustring">ustring</a>; const underlines : <a href="uCEFTypes.html#TCefCompositionUnderlineDynArray">TCefCompositionUnderlineDynArray</a>; const replacement_range, selection_range : <a href="uCEFTypes.TCefRange.html">TCefRange</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBufferPanel.html#TOnIMESetCompositionEvent">TOnIMESetCompositionEvent</a></strong> = procedure(Sender: TObject; const aText : <a href="uCEFTypes.html#ustring">ustring</a>; const underlines : <a href="uCEFTypes.html#TCefCompositionUnderlineDynArray">TCefCompositionUnderlineDynArray</a>; const replacement_range, selection_range : <a href="uCEFTypes.TCefRange.html">TCefRange</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFBufferPanel.html#TOnHandledMessageEvent-TObject-TMessage-boolean-">TOnHandledMessageEvent</a></strong> = procedure(Sender: TObject; var aMessage: TMessage; var aHandled : boolean) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFBufferPanel.html#TOnHandledMessageEvent">TOnHandledMessageEvent</a></strong> = procedure(Sender: TObject; var aMessage: TMessage; var aHandled : boolean) of object;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -54,21 +54,21 @@
|
||||
<h3 class="detail">Types</h3>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnIMECommitTextEvent-TObject-ustring-PCefRange-integer-"></span><code><strong>TOnIMECommitTextEvent</strong> = procedure(Sender: TObject; const aText : <a href="uCEFTypes.html#ustring">ustring</a>; const replacement_range : <a href="uCEFTypes.html#PCefRange">PCefRange</a>; relative_cursor_pos : integer) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnIMECommitTextEvent"></span><code><strong>TOnIMECommitTextEvent</strong> = procedure(Sender: TObject; const aText : <a href="uCEFTypes.html#ustring">ustring</a>; const replacement_range : <a href="uCEFTypes.html#PCefRange">PCefRange</a>; relative_cursor_pos : integer) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnIMESetCompositionEvent-TObject-ustring-TCefCompositionUnderlineDynArray-TCefRange-TCefRange-"></span><code><strong>TOnIMESetCompositionEvent</strong> = procedure(Sender: TObject; const aText : <a href="uCEFTypes.html#ustring">ustring</a>; const underlines : <a href="uCEFTypes.html#TCefCompositionUnderlineDynArray">TCefCompositionUnderlineDynArray</a>; const replacement_range, selection_range : <a href="uCEFTypes.TCefRange.html">TCefRange</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnIMESetCompositionEvent"></span><code><strong>TOnIMESetCompositionEvent</strong> = procedure(Sender: TObject; const aText : <a href="uCEFTypes.html#ustring">ustring</a>; const underlines : <a href="uCEFTypes.html#TCefCompositionUnderlineDynArray">TCefCompositionUnderlineDynArray</a>; const replacement_range, selection_range : <a href="uCEFTypes.TCefRange.html">TCefRange</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnHandledMessageEvent-TObject-TMessage-boolean-"></span><code><strong>TOnHandledMessageEvent</strong> = procedure(Sender: TObject; var aMessage: TMessage; var aHandled : boolean) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnHandledMessageEvent"></span><code><strong>TOnHandledMessageEvent</strong> = procedure(Sender: TObject; var aMessage: TMessage; var aHandled : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -32,11 +32,11 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFButtonComponent.TCEFButtonComponent.html#FOnButtonPressed">FOnButtonPressed</a></strong>: TOnButtonPressedEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFButtonComponent.TCEFButtonComponent.html#FOnButtonPressed">FOnButtonPressed</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnButtonPressedEvent">TOnButtonPressedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFButtonComponent.TCEFButtonComponent.html#FOnButtonStateChanged">FOnButtonStateChanged</a></strong>: TOnButtonStateChangedEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFButtonComponent.TCEFButtonComponent.html#FOnButtonStateChanged">FOnButtonStateChanged</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnButtonStateChangedEvent">TOnButtonStateChangedEvent</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -106,11 +106,11 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFButtonComponent.TCEFButtonComponent.html#OnButtonPressed">OnButtonPressed</a></strong> : TOnButtonPressedEvent read <a href="uCEFButtonComponent.TCEFButtonComponent.html#FOnButtonPressed">FOnButtonPressed</a> write <a href="uCEFButtonComponent.TCEFButtonComponent.html#FOnButtonPressed">FOnButtonPressed</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFButtonComponent.TCEFButtonComponent.html#OnButtonPressed">OnButtonPressed</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnButtonPressedEvent">TOnButtonPressedEvent</a> read <a href="uCEFButtonComponent.TCEFButtonComponent.html#FOnButtonPressed">FOnButtonPressed</a> write <a href="uCEFButtonComponent.TCEFButtonComponent.html#FOnButtonPressed">FOnButtonPressed</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFButtonComponent.TCEFButtonComponent.html#OnButtonStateChanged">OnButtonStateChanged</a></strong> : TOnButtonStateChangedEvent read <a href="uCEFButtonComponent.TCEFButtonComponent.html#FOnButtonStateChanged">FOnButtonStateChanged</a> write <a href="uCEFButtonComponent.TCEFButtonComponent.html#FOnButtonStateChanged">FOnButtonStateChanged</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFButtonComponent.TCEFButtonComponent.html#OnButtonStateChanged">OnButtonStateChanged</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnButtonStateChangedEvent">TOnButtonStateChangedEvent</a> read <a href="uCEFButtonComponent.TCEFButtonComponent.html#FOnButtonStateChanged">FOnButtonStateChanged</a> write <a href="uCEFButtonComponent.TCEFButtonComponent.html#FOnButtonStateChanged">FOnButtonStateChanged</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -126,7 +126,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnButtonPressed"></span><code><strong>FOnButtonPressed</strong>: TOnButtonPressedEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnButtonPressed"></span><code><strong>FOnButtonPressed</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnButtonPressedEvent">TOnButtonPressedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -136,7 +136,7 @@ ICefButtonDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnButtonStateChanged"></span><code><strong>FOnButtonStateChanged</strong>: TOnButtonStateChangedEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnButtonStateChanged"></span><code><strong>FOnButtonStateChanged</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnButtonStateChangedEvent">TOnButtonStateChangedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -278,7 +278,7 @@ ICefButtonDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnButtonPressed"></span><code>property <strong>OnButtonPressed</strong> : TOnButtonPressedEvent read <a href="uCEFButtonComponent.TCEFButtonComponent.html#FOnButtonPressed">FOnButtonPressed</a> write <a href="uCEFButtonComponent.TCEFButtonComponent.html#FOnButtonPressed">FOnButtonPressed</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnButtonPressed"></span><code>property <strong>OnButtonPressed</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnButtonPressedEvent">TOnButtonPressedEvent</a> read <a href="uCEFButtonComponent.TCEFButtonComponent.html#FOnButtonPressed">FOnButtonPressed</a> write <a href="uCEFButtonComponent.TCEFButtonComponent.html#FOnButtonPressed">FOnButtonPressed</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -288,7 +288,7 @@ ICefButtonDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnButtonStateChanged"></span><code>property <strong>OnButtonStateChanged</strong> : TOnButtonStateChangedEvent read <a href="uCEFButtonComponent.TCEFButtonComponent.html#FOnButtonStateChanged">FOnButtonStateChanged</a> write <a href="uCEFButtonComponent.TCEFButtonComponent.html#FOnButtonStateChanged">FOnButtonStateChanged</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnButtonStateChanged"></span><code>property <strong>OnButtonStateChanged</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnButtonStateChangedEvent">TOnButtonStateChangedEvent</a> read <a href="uCEFButtonComponent.TCEFButtonComponent.html#FOnButtonStateChanged">FOnButtonStateChanged</a> write <a href="uCEFButtonComponent.TCEFButtonComponent.html#FOnButtonStateChanged">FOnButtonStateChanged</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -30,7 +30,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFCookieManager.TCefCookieManagerRef.html#VisitAllCookiesProc-TCefCookieVisitorProc-">VisitAllCookiesProc</a></strong>(const visitor: TCefCookieVisitorProc): Boolean;</code></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFCookieManager.TCefCookieManagerRef.html#VisitAllCookiesProc-TCefCookieVisitorProc-">VisitAllCookiesProc</a></strong>(const visitor: <a href="uCEFInterfaces.html#TCefCookieVisitorProc">TCefCookieVisitorProc</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
@ -38,7 +38,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFCookieManager.TCefCookieManagerRef.html#VisitUrlCookiesProc-ustring-Boolean-TCefCookieVisitorProc-">VisitUrlCookiesProc</a></strong>(const url: <a href="uCEFTypes.html#ustring">ustring</a>; includeHttpOnly: Boolean; const visitor: TCefCookieVisitorProc): Boolean;</code></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFCookieManager.TCefCookieManagerRef.html#VisitUrlCookiesProc-ustring-Boolean-TCefCookieVisitorProc-">VisitUrlCookiesProc</a></strong>(const url: <a href="uCEFTypes.html#ustring">ustring</a>; includeHttpOnly: Boolean; const visitor: <a href="uCEFInterfaces.html#TCefCookieVisitorProc">TCefCookieVisitorProc</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
@ -46,7 +46,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFCookieManager.TCefCookieManagerRef.html#SetCookieProc-ustring-ustring-ustring-ustring-ustring-Boolean-Boolean-Boolean-TDateTime-TDateTime-TDateTime-TCefCookieSameSite-TCefCookiePriority-TCefSetCookieCallbackProc-">SetCookieProc</a></strong>(const url: <a href="uCEFTypes.html#ustring">ustring</a>; const name, value, domain, path: <a href="uCEFTypes.html#ustring">ustring</a>; secure, httponly, hasExpires: Boolean; const creation, lastAccess, expires: TDateTime; same_site : <a href="uCEFTypes.html#TCefCookieSameSite">TCefCookieSameSite</a>; priority : <a href="uCEFTypes.html#TCefCookiePriority">TCefCookiePriority</a>; const callback: TCefSetCookieCallbackProc): Boolean;</code></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFCookieManager.TCefCookieManagerRef.html#SetCookieProc-ustring-ustring-ustring-ustring-ustring-Boolean-Boolean-Boolean-TDateTime-TDateTime-TDateTime-TCefCookieSameSite-TCefCookiePriority-TCefSetCookieCallbackProc-">SetCookieProc</a></strong>(const url: <a href="uCEFTypes.html#ustring">ustring</a>; const name, value, domain, path: <a href="uCEFTypes.html#ustring">ustring</a>; secure, httponly, hasExpires: Boolean; const creation, lastAccess, expires: TDateTime; same_site : <a href="uCEFTypes.html#TCefCookieSameSite">TCefCookieSameSite</a>; priority : <a href="uCEFTypes.html#TCefCookiePriority">TCefCookiePriority</a>; const callback: <a href="uCEFInterfaces.html#TCefSetCookieCallbackProc">TCefSetCookieCallbackProc</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
@ -54,7 +54,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFCookieManager.TCefCookieManagerRef.html#DeleteCookiesProc-ustring-ustring-TCefDeleteCookiesCallbackProc-">DeleteCookiesProc</a></strong>(const url, cookieName: <a href="uCEFTypes.html#ustring">ustring</a>; const callback: TCefDeleteCookiesCallbackProc): Boolean;</code></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFCookieManager.TCefCookieManagerRef.html#DeleteCookiesProc-ustring-ustring-TCefDeleteCookiesCallbackProc-">DeleteCookiesProc</a></strong>(const url, cookieName: <a href="uCEFTypes.html#ustring">ustring</a>; const callback: <a href="uCEFInterfaces.html#TCefDeleteCookiesCallbackProc">TCefDeleteCookiesCallbackProc</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
@ -92,7 +92,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="VisitAllCookiesProc-TCefCookieVisitorProc-"></span><code>function <strong>VisitAllCookiesProc</strong>(const visitor: TCefCookieVisitorProc): Boolean;</code></td>
|
||||
<td class="itemcode"><span id="VisitAllCookiesProc-TCefCookieVisitorProc-"></span><code>function <strong>VisitAllCookiesProc</strong>(const visitor: <a href="uCEFInterfaces.html#TCefCookieVisitorProc">TCefCookieVisitorProc</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -110,7 +110,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="VisitUrlCookiesProc-ustring-Boolean-TCefCookieVisitorProc-"></span><code>function <strong>VisitUrlCookiesProc</strong>(const url: <a href="uCEFTypes.html#ustring">ustring</a>; includeHttpOnly: Boolean; const visitor: TCefCookieVisitorProc): Boolean;</code></td>
|
||||
<td class="itemcode"><span id="VisitUrlCookiesProc-ustring-Boolean-TCefCookieVisitorProc-"></span><code>function <strong>VisitUrlCookiesProc</strong>(const url: <a href="uCEFTypes.html#ustring">ustring</a>; includeHttpOnly: Boolean; const visitor: <a href="uCEFInterfaces.html#TCefCookieVisitorProc">TCefCookieVisitorProc</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -128,7 +128,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="SetCookieProc-ustring-ustring-ustring-ustring-ustring-Boolean-Boolean-Boolean-TDateTime-TDateTime-TDateTime-TCefCookieSameSite-TCefCookiePriority-TCefSetCookieCallbackProc-"></span><code>function <strong>SetCookieProc</strong>(const url: <a href="uCEFTypes.html#ustring">ustring</a>; const name, value, domain, path: <a href="uCEFTypes.html#ustring">ustring</a>; secure, httponly, hasExpires: Boolean; const creation, lastAccess, expires: TDateTime; same_site : <a href="uCEFTypes.html#TCefCookieSameSite">TCefCookieSameSite</a>; priority : <a href="uCEFTypes.html#TCefCookiePriority">TCefCookiePriority</a>; const callback: TCefSetCookieCallbackProc): Boolean;</code></td>
|
||||
<td class="itemcode"><span id="SetCookieProc-ustring-ustring-ustring-ustring-ustring-Boolean-Boolean-Boolean-TDateTime-TDateTime-TDateTime-TCefCookieSameSite-TCefCookiePriority-TCefSetCookieCallbackProc-"></span><code>function <strong>SetCookieProc</strong>(const url: <a href="uCEFTypes.html#ustring">ustring</a>; const name, value, domain, path: <a href="uCEFTypes.html#ustring">ustring</a>; secure, httponly, hasExpires: Boolean; const creation, lastAccess, expires: TDateTime; same_site : <a href="uCEFTypes.html#TCefCookieSameSite">TCefCookieSameSite</a>; priority : <a href="uCEFTypes.html#TCefCookiePriority">TCefCookiePriority</a>; const callback: <a href="uCEFInterfaces.html#TCefSetCookieCallbackProc">TCefSetCookieCallbackProc</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -146,7 +146,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="DeleteCookiesProc-ustring-ustring-TCefDeleteCookiesCallbackProc-"></span><code>function <strong>DeleteCookiesProc</strong>(const url, cookieName: <a href="uCEFTypes.html#ustring">ustring</a>; const callback: TCefDeleteCookiesCallbackProc): Boolean;</code></td>
|
||||
<td class="itemcode"><span id="DeleteCookiesProc-ustring-ustring-TCefDeleteCookiesCallbackProc-"></span><code>function <strong>DeleteCookiesProc</strong>(const url, cookieName: <a href="uCEFTypes.html#ustring">ustring</a>; const callback: <a href="uCEFInterfaces.html#TCefDeleteCookiesCallbackProc">TCefDeleteCookiesCallbackProc</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFCookieVisitor.TCefFastCookieVisitor.html#FVisitor">FVisitor</a></strong>: TCefCookieVisitorProc;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFCookieVisitor.TCefFastCookieVisitor.html#FVisitor">FVisitor</a></strong>: <a href="uCEFInterfaces.html#TCefCookieVisitorProc">TCefCookieVisitorProc</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -38,7 +38,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFCookieVisitor.TCefFastCookieVisitor.html#Create-TCefCookieVisitorProc-">Create</a></strong>(const visitor: TCefCookieVisitorProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFCookieVisitor.TCefFastCookieVisitor.html#Create-TCefCookieVisitorProc-">Create</a></strong>(const visitor: <a href="uCEFInterfaces.html#TCefCookieVisitorProc">TCefCookieVisitorProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -46,7 +46,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FVisitor"></span><code><strong>FVisitor</strong>: TCefCookieVisitorProc;</code></td>
|
||||
<td class="itemcode"><span id="FVisitor"></span><code><strong>FVisitor</strong>: <a href="uCEFInterfaces.html#TCefCookieVisitorProc">TCefCookieVisitorProc</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -65,7 +65,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="Create-TCefCookieVisitorProc-"></span><code>constructor <strong>Create</strong>(const visitor: TCefCookieVisitorProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><span id="Create-TCefCookieVisitorProc-"></span><code>constructor <strong>Create</strong>(const visitor: <a href="uCEFInterfaces.html#TCefCookieVisitorProc">TCefCookieVisitorProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFDeleteCookiesCallback.TCefFastDeleteCookiesCallback.html#FCallback">FCallback</a></strong>: TCefDeleteCookiesCallbackProc;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFDeleteCookiesCallback.TCefFastDeleteCookiesCallback.html#FCallback">FCallback</a></strong>: <a href="uCEFInterfaces.html#TCefDeleteCookiesCallbackProc">TCefDeleteCookiesCallbackProc</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -38,7 +38,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFDeleteCookiesCallback.TCefFastDeleteCookiesCallback.html#Create-TCefDeleteCookiesCallbackProc-">Create</a></strong>(const callback: TCefDeleteCookiesCallbackProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFDeleteCookiesCallback.TCefFastDeleteCookiesCallback.html#Create-TCefDeleteCookiesCallbackProc-">Create</a></strong>(const callback: <a href="uCEFInterfaces.html#TCefDeleteCookiesCallbackProc">TCefDeleteCookiesCallbackProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -50,7 +50,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FCallback"></span><code><strong>FCallback</strong>: TCefDeleteCookiesCallbackProc;</code></td>
|
||||
<td class="itemcode"><span id="FCallback"></span><code><strong>FCallback</strong>: <a href="uCEFInterfaces.html#TCefDeleteCookiesCallbackProc">TCefDeleteCookiesCallbackProc</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -69,7 +69,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="Create-TCefDeleteCookiesCallbackProc-"></span><code>constructor <strong>Create</strong>(const callback: TCefDeleteCookiesCallbackProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><span id="Create-TCefDeleteCookiesCallbackProc-"></span><code>constructor <strong>Create</strong>(const callback: <a href="uCEFInterfaces.html#TCefDeleteCookiesCallbackProc">TCefDeleteCookiesCallbackProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFDomVisitor.TCefFastDomVisitor.html#FProc">FProc</a></strong>: TCefDomVisitorProc;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFDomVisitor.TCefFastDomVisitor.html#FProc">FProc</a></strong>: <a href="uCEFInterfaces.html#TCefDomVisitorProc">TCefDomVisitorProc</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -38,7 +38,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFDomVisitor.TCefFastDomVisitor.html#Create-TCefDomVisitorProc-">Create</a></strong>(const proc: TCefDomVisitorProc); reintroduce; virtual;</code></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFDomVisitor.TCefFastDomVisitor.html#Create-TCefDomVisitorProc-">Create</a></strong>(const proc: <a href="uCEFInterfaces.html#TCefDomVisitorProc">TCefDomVisitorProc</a>); reintroduce; virtual;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -46,7 +46,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FProc"></span><code><strong>FProc</strong>: TCefDomVisitorProc;</code></td>
|
||||
<td class="itemcode"><span id="FProc"></span><code><strong>FProc</strong>: <a href="uCEFInterfaces.html#TCefDomVisitorProc">TCefDomVisitorProc</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -65,7 +65,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="Create-TCefDomVisitorProc-"></span><code>constructor <strong>Create</strong>(const proc: TCefDomVisitorProc); reintroduce; virtual;</code></td>
|
||||
<td class="itemcode"><span id="Create-TCefDomVisitorProc-"></span><code>constructor <strong>Create</strong>(const proc: <a href="uCEFInterfaces.html#TCefDomVisitorProc">TCefDomVisitorProc</a>); reintroduce; virtual;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFDomVisitor.TCefFastDomVisitor2.html#FProc">FProc</a></strong>: TCefDomVisitorProc2;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFDomVisitor.TCefFastDomVisitor2.html#FProc">FProc</a></strong>: <a href="uCEFInterfaces.html#TCefDomVisitorProc2">TCefDomVisitorProc2</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
@ -46,7 +46,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFDomVisitor.TCefFastDomVisitor2.html#Create-ICefBrowser-ICefFrame-TCefDomVisitorProc2-">Create</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const proc: TCefDomVisitorProc2); reintroduce; virtual;</code></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFDomVisitor.TCefFastDomVisitor2.html#Create-ICefBrowser-ICefFrame-TCefDomVisitorProc2-">Create</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const proc: <a href="uCEFInterfaces.html#TCefDomVisitorProc2">TCefDomVisitorProc2</a>); reintroduce; virtual;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -58,7 +58,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FProc"></span><code><strong>FProc</strong>: TCefDomVisitorProc2;</code></td>
|
||||
<td class="itemcode"><span id="FProc"></span><code><strong>FProc</strong>: <a href="uCEFInterfaces.html#TCefDomVisitorProc2">TCefDomVisitorProc2</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -93,7 +93,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="Create-ICefBrowser-ICefFrame-TCefDomVisitorProc2-"></span><code>constructor <strong>Create</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const proc: TCefDomVisitorProc2); reintroduce; virtual;</code></td>
|
||||
<td class="itemcode"><span id="Create-ICefBrowser-ICefFrame-TCefDomVisitorProc2-"></span><code>constructor <strong>Create</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const proc: <a href="uCEFInterfaces.html#TCefDomVisitorProc2">TCefDomVisitorProc2</a>); reintroduce; virtual;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFDomVisitor.TCefFastDomVisitor3.html#FProc">FProc</a></strong>: TCefDomVisitorProc3;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFDomVisitor.TCefFastDomVisitor3.html#FProc">FProc</a></strong>: <a href="uCEFInterfaces.html#TCefDomVisitorProc3">TCefDomVisitorProc3</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
@ -50,7 +50,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFDomVisitor.TCefFastDomVisitor3.html#Create-ICefBrowser-ICefFrame-TCefDomVisitorProc3-ustring-">Create</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const proc: TCefDomVisitorProc3; const aValue : <a href="uCEFTypes.html#ustring">ustring</a>); reintroduce; virtual;</code></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFDomVisitor.TCefFastDomVisitor3.html#Create-ICefBrowser-ICefFrame-TCefDomVisitorProc3-ustring-">Create</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const proc: <a href="uCEFInterfaces.html#TCefDomVisitorProc3">TCefDomVisitorProc3</a>; const aValue : <a href="uCEFTypes.html#ustring">ustring</a>); reintroduce; virtual;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -62,7 +62,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FProc"></span><code><strong>FProc</strong>: TCefDomVisitorProc3;</code></td>
|
||||
<td class="itemcode"><span id="FProc"></span><code><strong>FProc</strong>: <a href="uCEFInterfaces.html#TCefDomVisitorProc3">TCefDomVisitorProc3</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -105,7 +105,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="Create-ICefBrowser-ICefFrame-TCefDomVisitorProc3-ustring-"></span><code>constructor <strong>Create</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const proc: TCefDomVisitorProc3; const aValue : <a href="uCEFTypes.html#ustring">ustring</a>); reintroduce; virtual;</code></td>
|
||||
<td class="itemcode"><span id="Create-ICefBrowser-ICefFrame-TCefDomVisitorProc3-ustring-"></span><code>constructor <strong>Create</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const proc: <a href="uCEFInterfaces.html#TCefDomVisitorProc3">TCefDomVisitorProc3</a>; const aValue : <a href="uCEFTypes.html#ustring">ustring</a>); reintroduce; virtual;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFDownloadImageCallBack.TCefFastDownloadImageCallback.html#FProc">FProc</a></strong>: TOnDownloadImageFinishedProc;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFDownloadImageCallBack.TCefFastDownloadImageCallback.html#FProc">FProc</a></strong>: <a href="uCEFInterfaces.html#TOnDownloadImageFinishedProc">TOnDownloadImageFinishedProc</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -38,7 +38,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFDownloadImageCallBack.TCefFastDownloadImageCallback.html#Create-TOnDownloadImageFinishedProc-">Create</a></strong>(const proc: TOnDownloadImageFinishedProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFDownloadImageCallBack.TCefFastDownloadImageCallback.html#Create-TOnDownloadImageFinishedProc-">Create</a></strong>(const proc: <a href="uCEFInterfaces.html#TOnDownloadImageFinishedProc">TOnDownloadImageFinishedProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -46,7 +46,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FProc"></span><code><strong>FProc</strong>: TOnDownloadImageFinishedProc;</code></td>
|
||||
<td class="itemcode"><span id="FProc"></span><code><strong>FProc</strong>: <a href="uCEFInterfaces.html#TOnDownloadImageFinishedProc">TOnDownloadImageFinishedProc</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -65,7 +65,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="Create-TOnDownloadImageFinishedProc-"></span><code>constructor <strong>Create</strong>(const proc: TOnDownloadImageFinishedProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><span id="Create-TOnDownloadImageFinishedProc-"></span><code>constructor <strong>Create</strong>(const proc: <a href="uCEFInterfaces.html#TOnDownloadImageFinishedProc">TOnDownloadImageFinishedProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -50,11 +50,11 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDragEnter">FOnDragEnter</a></strong>: TDragEnterEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDragEnter">FOnDragEnter</a></strong>: <a href="uCEFDragAndDropMgr.html#TDragEnterEvent">TDragEnterEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDragOver">FOnDragOver</a></strong>: TDragOverEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDragOver">FOnDragOver</a></strong>: <a href="uCEFDragAndDropMgr.html#TDragOverEvent">TDragOverEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
@ -62,7 +62,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDrop">FOnDrop</a></strong>: TDropEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDrop">FOnDrop</a></strong>: <a href="uCEFDragAndDropMgr.html#TDropEvent">TDropEvent</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -168,11 +168,11 @@
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#OnDragEnter">OnDragEnter</a></strong> : TDragEnterEvent read <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDragEnter">FOnDragEnter</a> write <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDragEnter">FOnDragEnter</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#OnDragEnter">OnDragEnter</a></strong> : <a href="uCEFDragAndDropMgr.html#TDragEnterEvent">TDragEnterEvent</a> read <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDragEnter">FOnDragEnter</a> write <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDragEnter">FOnDragEnter</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#OnDragOver">OnDragOver</a></strong> : TDragOverEvent read <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDragOver">FOnDragOver</a> write <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDragOver">FOnDragOver</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#OnDragOver">OnDragOver</a></strong> : <a href="uCEFDragAndDropMgr.html#TDragOverEvent">TDragOverEvent</a> read <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDragOver">FOnDragOver</a> write <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDragOver">FOnDragOver</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -180,7 +180,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#OnDrop">OnDrop</a></strong> : TDropEvent read <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDrop">FOnDrop</a> write <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDrop">FOnDrop</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#OnDrop">OnDrop</a></strong> : <a href="uCEFDragAndDropMgr.html#TDropEvent">TDropEvent</a> read <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDrop">FOnDrop</a> write <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDrop">FOnDrop</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -236,7 +236,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnDragEnter"></span><code><strong>FOnDragEnter</strong>: TDragEnterEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnDragEnter"></span><code><strong>FOnDragEnter</strong>: <a href="uCEFDragAndDropMgr.html#TDragEnterEvent">TDragEnterEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -244,7 +244,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnDragOver"></span><code><strong>FOnDragOver</strong>: TDragOverEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnDragOver"></span><code><strong>FOnDragOver</strong>: <a href="uCEFDragAndDropMgr.html#TDragOverEvent">TDragOverEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -260,7 +260,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnDrop"></span><code><strong>FOnDrop</strong>: TDropEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnDrop"></span><code><strong>FOnDrop</strong>: <a href="uCEFDragAndDropMgr.html#TDropEvent">TDropEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -462,7 +462,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnDragEnter"></span><code>property <strong>OnDragEnter</strong> : TDragEnterEvent read <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDragEnter">FOnDragEnter</a> write <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDragEnter">FOnDragEnter</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnDragEnter"></span><code>property <strong>OnDragEnter</strong> : <a href="uCEFDragAndDropMgr.html#TDragEnterEvent">TDragEnterEvent</a> read <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDragEnter">FOnDragEnter</a> write <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDragEnter">FOnDragEnter</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -470,7 +470,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnDragOver"></span><code>property <strong>OnDragOver</strong> : TDragOverEvent read <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDragOver">FOnDragOver</a> write <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDragOver">FOnDragOver</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnDragOver"></span><code>property <strong>OnDragOver</strong> : <a href="uCEFDragAndDropMgr.html#TDragOverEvent">TDragOverEvent</a> read <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDragOver">FOnDragOver</a> write <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDragOver">FOnDragOver</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -486,7 +486,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnDrop"></span><code>property <strong>OnDrop</strong> : TDropEvent read <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDrop">FOnDrop</a> write <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDrop">FOnDrop</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnDrop"></span><code>property <strong>OnDrop</strong> : <a href="uCEFDragAndDropMgr.html#TDropEvent">TDropEvent</a> read <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDrop">FOnDrop</a> write <a href="uCEFDragAndDropMgr.TCEFDragAndDropMgr.html#FOnDrop">FOnDrop</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -27,34 +27,34 @@
|
||||
<span id="PasDoc-Types"></span><h3 class="summary">Types</h3>
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFDragAndDropMgr.html#TDragEnterEvent-TObject-ICefDragData-Longint-TPoint-Longint-">TDragEnterEvent</a></strong> = procedure(Sender: TObject; const aDragData : <a href="uCEFInterfaces.ICefDragData.html">ICefDragData</a>; grfKeyState: Longint; pt: TPoint; var dwEffect: Longint) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFDragAndDropMgr.html#TDragEnterEvent">TDragEnterEvent</a></strong> = procedure(Sender: TObject; const aDragData : <a href="uCEFInterfaces.ICefDragData.html">ICefDragData</a>; grfKeyState: Longint; pt: TPoint; var dwEffect: Longint) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFDragAndDropMgr.html#TDragOverEvent-TObject-Longint-TPoint-Longint-">TDragOverEvent</a></strong> = procedure(Sender: TObject; grfKeyState: Longint; pt: TPoint; var dwEffect: Longint) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFDragAndDropMgr.html#TDragOverEvent">TDragOverEvent</a></strong> = procedure(Sender: TObject; grfKeyState: Longint; pt: TPoint; var dwEffect: Longint) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFDragAndDropMgr.html#TDropEvent-TObject-Longint-TPoint-Longint-">TDropEvent</a></strong> = procedure(Sender: TObject; grfKeyState: Longint; pt: TPoint; var dwEffect: Longint) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFDragAndDropMgr.html#TDropEvent">TDropEvent</a></strong> = procedure(Sender: TObject; grfKeyState: Longint; pt: TPoint; var dwEffect: Longint) of object;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
<h3 class="detail">Types</h3>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TDragEnterEvent-TObject-ICefDragData-Longint-TPoint-Longint-"></span><code><strong>TDragEnterEvent</strong> = procedure(Sender: TObject; const aDragData : <a href="uCEFInterfaces.ICefDragData.html">ICefDragData</a>; grfKeyState: Longint; pt: TPoint; var dwEffect: Longint) of object;</code></td>
|
||||
<td class="itemcode"><span id="TDragEnterEvent"></span><code><strong>TDragEnterEvent</strong> = procedure(Sender: TObject; const aDragData : <a href="uCEFInterfaces.ICefDragData.html">ICefDragData</a>; grfKeyState: Longint; pt: TPoint; var dwEffect: Longint) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TDragOverEvent-TObject-Longint-TPoint-Longint-"></span><code><strong>TDragOverEvent</strong> = procedure(Sender: TObject; grfKeyState: Longint; pt: TPoint; var dwEffect: Longint) of object;</code></td>
|
||||
<td class="itemcode"><span id="TDragOverEvent"></span><code><strong>TDragOverEvent</strong> = procedure(Sender: TObject; grfKeyState: Longint; pt: TPoint; var dwEffect: Longint) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TDropEvent-TObject-Longint-TPoint-Longint-"></span><code><strong>TDropEvent</strong> = procedure(Sender: TObject; grfKeyState: Longint; pt: TPoint; var dwEffect: Longint) of object;</code></td>
|
||||
<td class="itemcode"><span id="TDropEvent"></span><code><strong>TDropEvent</strong> = procedure(Sender: TObject; grfKeyState: Longint; pt: TPoint; var dwEffect: Longint) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFEndTracingCallback.TCefFastEndTracingCallback.html#FCallback">FCallback</a></strong>: TCefEndTracingCallbackProc;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFEndTracingCallback.TCefFastEndTracingCallback.html#FCallback">FCallback</a></strong>: <a href="uCEFInterfaces.html#TCefEndTracingCallbackProc">TCefEndTracingCallbackProc</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -38,7 +38,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFEndTracingCallback.TCefFastEndTracingCallback.html#Create-TCefEndTracingCallbackProc-">Create</a></strong>(const callback: TCefEndTracingCallbackProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFEndTracingCallback.TCefFastEndTracingCallback.html#Create-TCefEndTracingCallbackProc-">Create</a></strong>(const callback: <a href="uCEFInterfaces.html#TCefEndTracingCallbackProc">TCefEndTracingCallbackProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -46,7 +46,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FCallback"></span><code><strong>FCallback</strong>: TCefEndTracingCallbackProc;</code></td>
|
||||
<td class="itemcode"><span id="FCallback"></span><code><strong>FCallback</strong>: <a href="uCEFInterfaces.html#TCefEndTracingCallbackProc">TCefEndTracingCallbackProc</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -65,7 +65,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="Create-TCefEndTracingCallbackProc-"></span><code>constructor <strong>Create</strong>(const callback: TCefEndTracingCallbackProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><span id="Create-TCefEndTracingCallbackProc-"></span><code>constructor <strong>Create</strong>(const callback: <a href="uCEFInterfaces.html#TCefEndTracingCallbackProc">TCefEndTracingCallbackProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -47,7 +47,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFFMXBufferPanel.TFMXBufferPanel.html#FOnDialogKey">FOnDialogKey</a></strong>: TDialogKeyEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFFMXBufferPanel.TFMXBufferPanel.html#FOnDialogKey">FOnDialogKey</a></strong>: <a href="uCEFFMXBufferPanel.html#TDialogKeyEvent">TDialogKeyEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
@ -277,7 +277,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFFMXBufferPanel.TFMXBufferPanel.html#OnDialogKey">OnDialogKey</a></strong> : TDialogKeyEvent read <a href="uCEFFMXBufferPanel.TFMXBufferPanel.html#FOnDialogKey">FOnDialogKey</a> write <a href="uCEFFMXBufferPanel.TFMXBufferPanel.html#FOnDialogKey">FOnDialogKey</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFFMXBufferPanel.TFMXBufferPanel.html#OnDialogKey">OnDialogKey</a></strong> : <a href="uCEFFMXBufferPanel.html#TDialogKeyEvent">TDialogKeyEvent</a> read <a href="uCEFFMXBufferPanel.TFMXBufferPanel.html#FOnDialogKey">FOnDialogKey</a> write <a href="uCEFFMXBufferPanel.TFMXBufferPanel.html#FOnDialogKey">FOnDialogKey</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -325,7 +325,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnDialogKey"></span><code><strong>FOnDialogKey</strong>: TDialogKeyEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnDialogKey"></span><code><strong>FOnDialogKey</strong>: <a href="uCEFFMXBufferPanel.html#TDialogKeyEvent">TDialogKeyEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -828,7 +828,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnDialogKey"></span><code>property <strong>OnDialogKey</strong> : TDialogKeyEvent read <a href="uCEFFMXBufferPanel.TFMXBufferPanel.html#FOnDialogKey">FOnDialogKey</a> write <a href="uCEFFMXBufferPanel.TFMXBufferPanel.html#FOnDialogKey">FOnDialogKey</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnDialogKey"></span><code>property <strong>OnDialogKey</strong> : <a href="uCEFFMXBufferPanel.html#TDialogKeyEvent">TDialogKeyEvent</a> read <a href="uCEFFMXBufferPanel.TFMXBufferPanel.html#FOnDialogKey">FOnDialogKey</a> write <a href="uCEFFMXBufferPanel.TFMXBufferPanel.html#FOnDialogKey">FOnDialogKey</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
|
@ -27,14 +27,14 @@
|
||||
<span id="PasDoc-Types"></span><h3 class="summary">Types</h3>
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFFMXBufferPanel.html#TDialogKeyEvent-TObject-Word-TShiftState-">TDialogKeyEvent</a></strong> = procedure(Sender: TObject; var Key: Word; Shift: TShiftState) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFFMXBufferPanel.html#TDialogKeyEvent">TDialogKeyEvent</a></strong> = procedure(Sender: TObject; var Key: Word; Shift: TShiftState) of object;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
<h3 class="detail">Types</h3>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TDialogKeyEvent-TObject-Word-TShiftState-"></span><code><strong>TDialogKeyEvent</strong> = procedure(Sender: TObject; var Key: Word; Shift: TShiftState) of object;</code></td>
|
||||
<td class="itemcode"><span id="TDialogKeyEvent"></span><code><strong>TDialogKeyEvent</strong> = procedure(Sender: TObject; var Key: Word; Shift: TShiftState) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -66,7 +66,7 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFFrame.TCefFrameRef.html#GetSourceProc-TCefStringVisitorProc-">GetSourceProc</a></strong>(const proc: TCefStringVisitorProc);</code></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFFrame.TCefFrameRef.html#GetSourceProc-TCefStringVisitorProc-">GetSourceProc</a></strong>(const proc: <a href="uCEFInterfaces.html#TCefStringVisitorProc">TCefStringVisitorProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -74,7 +74,7 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFFrame.TCefFrameRef.html#GetTextProc-TCefStringVisitorProc-">GetTextProc</a></strong>(const proc: TCefStringVisitorProc);</code></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFFrame.TCefFrameRef.html#GetTextProc-TCefStringVisitorProc-">GetTextProc</a></strong>(const proc: <a href="uCEFInterfaces.html#TCefStringVisitorProc">TCefStringVisitorProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -126,7 +126,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFFrame.TCefFrameRef.html#VisitDomProc-TCefDomVisitorProc-">VisitDomProc</a></strong>(const proc: TCefDomVisitorProc);</code></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFFrame.TCefFrameRef.html#VisitDomProc-TCefDomVisitorProc-">VisitDomProc</a></strong>(const proc: <a href="uCEFInterfaces.html#TCefDomVisitorProc">TCefDomVisitorProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -246,7 +246,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="GetSourceProc-TCefStringVisitorProc-"></span><code>procedure <strong>GetSourceProc</strong>(const proc: TCefStringVisitorProc);</code></td>
|
||||
<td class="itemcode"><span id="GetSourceProc-TCefStringVisitorProc-"></span><code>procedure <strong>GetSourceProc</strong>(const proc: <a href="uCEFInterfaces.html#TCefStringVisitorProc">TCefStringVisitorProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefFrame.html#GetSourceProc-TCefStringVisitorProc-">ICefFrame.GetSourceProc</a>.</p><p>
|
||||
@ -266,7 +266,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="GetTextProc-TCefStringVisitorProc-"></span><code>procedure <strong>GetTextProc</strong>(const proc: TCefStringVisitorProc);</code></td>
|
||||
<td class="itemcode"><span id="GetTextProc-TCefStringVisitorProc-"></span><code>procedure <strong>GetTextProc</strong>(const proc: <a href="uCEFInterfaces.html#TCefStringVisitorProc">TCefStringVisitorProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefFrame.html#GetTextProc-TCefStringVisitorProc-">ICefFrame.GetTextProc</a>.</p><p>
|
||||
@ -398,7 +398,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="VisitDomProc-TCefDomVisitorProc-"></span><code>procedure <strong>VisitDomProc</strong>(const proc: TCefDomVisitorProc);</code></td>
|
||||
<td class="itemcode"><span id="VisitDomProc-TCefDomVisitorProc-"></span><code>procedure <strong>VisitDomProc</strong>(const proc: <a href="uCEFInterfaces.html#TCefDomVisitorProc">TCefDomVisitorProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefFrame.html#VisitDomProc-TCefDomVisitorProc-">ICefFrame.VisitDomProc</a>.</p><p>
|
||||
|
@ -94,7 +94,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFInterfaces.ICefBrowserHost.html#RunFileDialogProc-TCefFileDialogMode-ustring-ustring-TStrings-TCefRunFileDialogCallbackProc-">RunFileDialogProc</a></strong>(mode: <a href="uCEFTypes.html#TCefFileDialogMode">TCefFileDialogMode</a>; const title, defaultFilePath: <a href="uCEFTypes.html#ustring">ustring</a>; const acceptFilters: TStrings; const callback: TCefRunFileDialogCallbackProc);</code></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFInterfaces.ICefBrowserHost.html#RunFileDialogProc-TCefFileDialogMode-ustring-ustring-TStrings-TCefRunFileDialogCallbackProc-">RunFileDialogProc</a></strong>(mode: <a href="uCEFTypes.html#TCefFileDialogMode">TCefFileDialogMode</a>; const title, defaultFilePath: <a href="uCEFTypes.html#ustring">ustring</a>; const acceptFilters: TStrings; const callback: <a href="uCEFInterfaces.html#TCefRunFileDialogCallbackProc">TCefRunFileDialogCallbackProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -114,7 +114,7 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFInterfaces.ICefBrowserHost.html#PrintToPdfProc-ustring-PCefPdfPrintSettings-TOnPdfPrintFinishedProc-">PrintToPdfProc</a></strong>(const path: <a href="uCEFTypes.html#ustring">ustring</a>; settings: <a href="uCEFTypes.html#PCefPdfPrintSettings">PCefPdfPrintSettings</a>; const callback: TOnPdfPrintFinishedProc);</code></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFInterfaces.ICefBrowserHost.html#PrintToPdfProc-ustring-PCefPdfPrintSettings-TOnPdfPrintFinishedProc-">PrintToPdfProc</a></strong>(const path: <a href="uCEFTypes.html#ustring">ustring</a>; settings: <a href="uCEFTypes.html#PCefPdfPrintSettings">PCefPdfPrintSettings</a>; const callback: <a href="uCEFInterfaces.html#TOnPdfPrintFinishedProc">TOnPdfPrintFinishedProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -154,7 +154,7 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFInterfaces.ICefBrowserHost.html#GetNavigationEntriesProc-TCefNavigationEntryVisitorProc-Boolean-">GetNavigationEntriesProc</a></strong>(const proc: TCefNavigationEntryVisitorProc; currentOnly: Boolean);</code></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFInterfaces.ICefBrowserHost.html#GetNavigationEntriesProc-TCefNavigationEntryVisitorProc-Boolean-">GetNavigationEntriesProc</a></strong>(const proc: <a href="uCEFInterfaces.html#TCefNavigationEntryVisitorProc">TCefNavigationEntryVisitorProc</a>; currentOnly: Boolean);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -500,7 +500,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="RunFileDialogProc-TCefFileDialogMode-ustring-ustring-TStrings-TCefRunFileDialogCallbackProc-"></span><code>procedure <strong>RunFileDialogProc</strong>(mode: <a href="uCEFTypes.html#TCefFileDialogMode">TCefFileDialogMode</a>; const title, defaultFilePath: <a href="uCEFTypes.html#ustring">ustring</a>; const acceptFilters: TStrings; const callback: TCefRunFileDialogCallbackProc);</code></td>
|
||||
<td class="itemcode"><span id="RunFileDialogProc-TCefFileDialogMode-ustring-ustring-TStrings-TCefRunFileDialogCallbackProc-"></span><code>procedure <strong>RunFileDialogProc</strong>(mode: <a href="uCEFTypes.html#TCefFileDialogMode">TCefFileDialogMode</a>; const title, defaultFilePath: <a href="uCEFTypes.html#ustring">ustring</a>; const acceptFilters: TStrings; const callback: <a href="uCEFInterfaces.html#TCefRunFileDialogCallbackProc">TCefRunFileDialogCallbackProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -550,7 +550,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="PrintToPdfProc-ustring-PCefPdfPrintSettings-TOnPdfPrintFinishedProc-"></span><code>procedure <strong>PrintToPdfProc</strong>(const path: <a href="uCEFTypes.html#ustring">ustring</a>; settings: <a href="uCEFTypes.html#PCefPdfPrintSettings">PCefPdfPrintSettings</a>; const callback: TOnPdfPrintFinishedProc);</code></td>
|
||||
<td class="itemcode"><span id="PrintToPdfProc-ustring-PCefPdfPrintSettings-TOnPdfPrintFinishedProc-"></span><code>procedure <strong>PrintToPdfProc</strong>(const path: <a href="uCEFTypes.html#ustring">ustring</a>; settings: <a href="uCEFTypes.html#PCefPdfPrintSettings">PCefPdfPrintSettings</a>; const callback: <a href="uCEFInterfaces.html#TOnPdfPrintFinishedProc">TOnPdfPrintFinishedProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -656,7 +656,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="GetNavigationEntriesProc-TCefNavigationEntryVisitorProc-Boolean-"></span><code>procedure <strong>GetNavigationEntriesProc</strong>(const proc: TCefNavigationEntryVisitorProc; currentOnly: Boolean);</code></td>
|
||||
<td class="itemcode"><span id="GetNavigationEntriesProc-TCefNavigationEntryVisitorProc-Boolean-"></span><code>procedure <strong>GetNavigationEntriesProc</strong>(const proc: <a href="uCEFInterfaces.html#TCefNavigationEntryVisitorProc">TCefNavigationEntryVisitorProc</a>; currentOnly: Boolean);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
|
@ -38,7 +38,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.ICefCookieManager.html#VisitAllCookiesProc-TCefCookieVisitorProc-">VisitAllCookiesProc</a></strong>(const visitor: TCefCookieVisitorProc): Boolean;</code></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.ICefCookieManager.html#VisitAllCookiesProc-TCefCookieVisitorProc-">VisitAllCookiesProc</a></strong>(const visitor: <a href="uCEFInterfaces.html#TCefCookieVisitorProc">TCefCookieVisitorProc</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -46,7 +46,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.ICefCookieManager.html#VisitUrlCookiesProc-ustring-Boolean-TCefCookieVisitorProc-">VisitUrlCookiesProc</a></strong>(const url: <a href="uCEFTypes.html#ustring">ustring</a>; includeHttpOnly: Boolean; const visitor: TCefCookieVisitorProc): Boolean;</code></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.ICefCookieManager.html#VisitUrlCookiesProc-ustring-Boolean-TCefCookieVisitorProc-">VisitUrlCookiesProc</a></strong>(const url: <a href="uCEFTypes.html#ustring">ustring</a>; includeHttpOnly: Boolean; const visitor: <a href="uCEFInterfaces.html#TCefCookieVisitorProc">TCefCookieVisitorProc</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -54,7 +54,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.ICefCookieManager.html#SetCookieProc-ustring-ustring-ustring-ustring-ustring-Boolean-Boolean-Boolean-TDateTime-TDateTime-TDateTime-TCefCookieSameSite-TCefCookiePriority-TCefSetCookieCallbackProc-">SetCookieProc</a></strong>(const url: <a href="uCEFTypes.html#ustring">ustring</a>; const name, value, domain, path: <a href="uCEFTypes.html#ustring">ustring</a>; secure, httponly, hasExpires: Boolean; const creation, lastAccess, expires: TDateTime; same_site : <a href="uCEFTypes.html#TCefCookieSameSite">TCefCookieSameSite</a>; priority : <a href="uCEFTypes.html#TCefCookiePriority">TCefCookiePriority</a>; const callback: TCefSetCookieCallbackProc): Boolean;</code></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.ICefCookieManager.html#SetCookieProc-ustring-ustring-ustring-ustring-ustring-Boolean-Boolean-Boolean-TDateTime-TDateTime-TDateTime-TCefCookieSameSite-TCefCookiePriority-TCefSetCookieCallbackProc-">SetCookieProc</a></strong>(const url: <a href="uCEFTypes.html#ustring">ustring</a>; const name, value, domain, path: <a href="uCEFTypes.html#ustring">ustring</a>; secure, httponly, hasExpires: Boolean; const creation, lastAccess, expires: TDateTime; same_site : <a href="uCEFTypes.html#TCefCookieSameSite">TCefCookieSameSite</a>; priority : <a href="uCEFTypes.html#TCefCookiePriority">TCefCookiePriority</a>; const callback: <a href="uCEFInterfaces.html#TCefSetCookieCallbackProc">TCefSetCookieCallbackProc</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -62,7 +62,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.ICefCookieManager.html#DeleteCookiesProc-ustring-ustring-TCefDeleteCookiesCallbackProc-">DeleteCookiesProc</a></strong>(const url, cookieName: <a href="uCEFTypes.html#ustring">ustring</a>; const callback: TCefDeleteCookiesCallbackProc): Boolean;</code></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.ICefCookieManager.html#DeleteCookiesProc-ustring-ustring-TCefDeleteCookiesCallbackProc-">DeleteCookiesProc</a></strong>(const url, cookieName: <a href="uCEFTypes.html#ustring">ustring</a>; const callback: <a href="uCEFInterfaces.html#TCefDeleteCookiesCallbackProc">TCefDeleteCookiesCallbackProc</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -93,7 +93,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="VisitAllCookiesProc-TCefCookieVisitorProc-"></span><code>function <strong>VisitAllCookiesProc</strong>(const visitor: TCefCookieVisitorProc): Boolean;</code></td>
|
||||
<td class="itemcode"><span id="VisitAllCookiesProc-TCefCookieVisitorProc-"></span><code>function <strong>VisitAllCookiesProc</strong>(const visitor: <a href="uCEFInterfaces.html#TCefCookieVisitorProc">TCefCookieVisitorProc</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -111,7 +111,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="VisitUrlCookiesProc-ustring-Boolean-TCefCookieVisitorProc-"></span><code>function <strong>VisitUrlCookiesProc</strong>(const url: <a href="uCEFTypes.html#ustring">ustring</a>; includeHttpOnly: Boolean; const visitor: TCefCookieVisitorProc): Boolean;</code></td>
|
||||
<td class="itemcode"><span id="VisitUrlCookiesProc-ustring-Boolean-TCefCookieVisitorProc-"></span><code>function <strong>VisitUrlCookiesProc</strong>(const url: <a href="uCEFTypes.html#ustring">ustring</a>; includeHttpOnly: Boolean; const visitor: <a href="uCEFInterfaces.html#TCefCookieVisitorProc">TCefCookieVisitorProc</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -129,7 +129,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="SetCookieProc-ustring-ustring-ustring-ustring-ustring-Boolean-Boolean-Boolean-TDateTime-TDateTime-TDateTime-TCefCookieSameSite-TCefCookiePriority-TCefSetCookieCallbackProc-"></span><code>function <strong>SetCookieProc</strong>(const url: <a href="uCEFTypes.html#ustring">ustring</a>; const name, value, domain, path: <a href="uCEFTypes.html#ustring">ustring</a>; secure, httponly, hasExpires: Boolean; const creation, lastAccess, expires: TDateTime; same_site : <a href="uCEFTypes.html#TCefCookieSameSite">TCefCookieSameSite</a>; priority : <a href="uCEFTypes.html#TCefCookiePriority">TCefCookiePriority</a>; const callback: TCefSetCookieCallbackProc): Boolean;</code></td>
|
||||
<td class="itemcode"><span id="SetCookieProc-ustring-ustring-ustring-ustring-ustring-Boolean-Boolean-Boolean-TDateTime-TDateTime-TDateTime-TCefCookieSameSite-TCefCookiePriority-TCefSetCookieCallbackProc-"></span><code>function <strong>SetCookieProc</strong>(const url: <a href="uCEFTypes.html#ustring">ustring</a>; const name, value, domain, path: <a href="uCEFTypes.html#ustring">ustring</a>; secure, httponly, hasExpires: Boolean; const creation, lastAccess, expires: TDateTime; same_site : <a href="uCEFTypes.html#TCefCookieSameSite">TCefCookieSameSite</a>; priority : <a href="uCEFTypes.html#TCefCookiePriority">TCefCookiePriority</a>; const callback: <a href="uCEFInterfaces.html#TCefSetCookieCallbackProc">TCefSetCookieCallbackProc</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -147,7 +147,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="DeleteCookiesProc-ustring-ustring-TCefDeleteCookiesCallbackProc-"></span><code>function <strong>DeleteCookiesProc</strong>(const url, cookieName: <a href="uCEFTypes.html#ustring">ustring</a>; const callback: TCefDeleteCookiesCallbackProc): Boolean;</code></td>
|
||||
<td class="itemcode"><span id="DeleteCookiesProc-ustring-ustring-TCefDeleteCookiesCallbackProc-"></span><code>function <strong>DeleteCookiesProc</strong>(const url, cookieName: <a href="uCEFTypes.html#ustring">ustring</a>; const callback: <a href="uCEFInterfaces.html#TCefDeleteCookiesCallbackProc">TCefDeleteCookiesCallbackProc</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -74,7 +74,7 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFInterfaces.ICefFrame.html#GetSourceProc-TCefStringVisitorProc-">GetSourceProc</a></strong>(const proc: TCefStringVisitorProc);</code></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFInterfaces.ICefFrame.html#GetSourceProc-TCefStringVisitorProc-">GetSourceProc</a></strong>(const proc: <a href="uCEFInterfaces.html#TCefStringVisitorProc">TCefStringVisitorProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -82,7 +82,7 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFInterfaces.ICefFrame.html#GetTextProc-TCefStringVisitorProc-">GetTextProc</a></strong>(const proc: TCefStringVisitorProc);</code></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFInterfaces.ICefFrame.html#GetTextProc-TCefStringVisitorProc-">GetTextProc</a></strong>(const proc: <a href="uCEFInterfaces.html#TCefStringVisitorProc">TCefStringVisitorProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -134,7 +134,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFInterfaces.ICefFrame.html#VisitDomProc-TCefDomVisitorProc-">VisitDomProc</a></strong>(const proc: TCefDomVisitorProc);</code></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFInterfaces.ICefFrame.html#VisitDomProc-TCefDomVisitorProc-">VisitDomProc</a></strong>(const proc: <a href="uCEFInterfaces.html#TCefDomVisitorProc">TCefDomVisitorProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -278,7 +278,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="GetSourceProc-TCefStringVisitorProc-"></span><code>procedure <strong>GetSourceProc</strong>(const proc: TCefStringVisitorProc);</code></td>
|
||||
<td class="itemcode"><span id="GetSourceProc-TCefStringVisitorProc-"></span><code>procedure <strong>GetSourceProc</strong>(const proc: <a href="uCEFInterfaces.html#TCefStringVisitorProc">TCefStringVisitorProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -298,7 +298,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="GetTextProc-TCefStringVisitorProc-"></span><code>procedure <strong>GetTextProc</strong>(const proc: TCefStringVisitorProc);</code></td>
|
||||
<td class="itemcode"><span id="GetTextProc-TCefStringVisitorProc-"></span><code>procedure <strong>GetTextProc</strong>(const proc: <a href="uCEFInterfaces.html#TCefStringVisitorProc">TCefStringVisitorProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -430,7 +430,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="VisitDomProc-TCefDomVisitorProc-"></span><code>procedure <strong>VisitDomProc</strong>(const proc: TCefDomVisitorProc);</code></td>
|
||||
<td class="itemcode"><span id="VisitDomProc-TCefDomVisitorProc-"></span><code>procedure <strong>VisitDomProc</strong>(const proc: <a href="uCEFInterfaces.html#TCefDomVisitorProc">TCefDomVisitorProc</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
|
@ -741,76 +741,76 @@
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefMediaSourceInfoArray">TCefMediaSourceInfoArray</a></strong> = array of <a href="uCEFInterfaces.TCefMediaSourceInfo.html">TCefMediaSourceInfo</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefEndTracingCallbackProc-ustring-">TCefEndTracingCallbackProc</a></strong> = procedure(const tracingFile: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefEndTracingCallbackProc">TCefEndTracingCallbackProc</a></strong> = procedure(const tracingFile: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefFastTaskProc">TCefFastTaskProc</a></strong> = procedure();</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefv8ArrayBufferReleaseCallbackProc-Pointer-">TCefv8ArrayBufferReleaseCallbackProc</a></strong> = procedure(buffer : Pointer);</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefv8ArrayBufferReleaseCallbackProc">TCefv8ArrayBufferReleaseCallbackProc</a></strong> = procedure(buffer : Pointer);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefWebPluginIsUnstableProc-ustring-Boolean-">TCefWebPluginIsUnstableProc</a></strong> = procedure(const path: <a href="uCEFTypes.html#ustring">ustring</a>; unstable: Boolean);</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefWebPluginIsUnstableProc">TCefWebPluginIsUnstableProc</a></strong> = procedure(const path: <a href="uCEFTypes.html#ustring">ustring</a>; unstable: Boolean);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefV8AccessorGetterProc-ustring-ICefv8Value-ICefv8Value-ustring-">TCefV8AccessorGetterProc</a></strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefV8AccessorGetterProc">TCefV8AccessorGetterProc</a></strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefV8AccessorSetterProc-ustring-ICefv8Value-ICefv8Value-ustring-">TCefV8AccessorSetterProc</a></strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_, value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefV8AccessorSetterProc">TCefV8AccessorSetterProc</a></strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_, value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefV8InterceptorGetterByNameProc-ustring-ICefv8Value-ICefv8Value-ustring-">TCefV8InterceptorGetterByNameProc</a></strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefV8InterceptorGetterByNameProc">TCefV8InterceptorGetterByNameProc</a></strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefV8InterceptorSetterByNameProc-ustring-ICefv8Value-ICefv8Value-ustring-">TCefV8InterceptorSetterByNameProc</a></strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_, value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefV8InterceptorSetterByNameProc">TCefV8InterceptorSetterByNameProc</a></strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_, value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefV8InterceptorGetterByIndexProc-integer-ICefv8Value-ICefv8Value-ustring-">TCefV8InterceptorGetterByIndexProc</a></strong> = function(index: integer; const object_: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefV8InterceptorGetterByIndexProc">TCefV8InterceptorGetterByIndexProc</a></strong> = function(index: integer; const object_: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefV8InterceptorSetterByIndexProc-integer-ICefv8Value-ICefv8Value-ustring-">TCefV8InterceptorSetterByIndexProc</a></strong> = function(index: integer; const object_, value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefV8InterceptorSetterByIndexProc">TCefV8InterceptorSetterByIndexProc</a></strong> = function(index: integer; const object_, value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TOnPdfPrintFinishedProc-ustring-Boolean-">TOnPdfPrintFinishedProc</a></strong> = procedure(const path: <a href="uCEFTypes.html#ustring">ustring</a>; ok: Boolean);</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TOnPdfPrintFinishedProc">TOnPdfPrintFinishedProc</a></strong> = procedure(const path: <a href="uCEFTypes.html#ustring">ustring</a>; ok: Boolean);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefDomVisitorProc-ICefDomDocument-">TCefDomVisitorProc</a></strong> = procedure(const document: <a href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a>);</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefDomVisitorProc">TCefDomVisitorProc</a></strong> = procedure(const document: <a href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefDomVisitorProc2-ICefBrowser-ICefFrame-ICefDomDocument-">TCefDomVisitorProc2</a></strong> = procedure(const browser : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const document: <a href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a>);</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefDomVisitorProc2">TCefDomVisitorProc2</a></strong> = procedure(const browser : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const document: <a href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefDomVisitorProc3-ICefBrowser-ICefFrame-ICefDomDocument-ustring-">TCefDomVisitorProc3</a></strong> = procedure(const browser : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const document: <a href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a>; const aValue : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefDomVisitorProc3">TCefDomVisitorProc3</a></strong> = procedure(const browser : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const document: <a href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a>; const aValue : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefStringVisitorProc-ustring-">TCefStringVisitorProc</a></strong> = procedure(const str: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefStringVisitorProc">TCefStringVisitorProc</a></strong> = procedure(const str: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefRunFileDialogCallbackProc-TStrings-">TCefRunFileDialogCallbackProc</a></strong> = procedure(const filePaths: TStrings);</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefRunFileDialogCallbackProc">TCefRunFileDialogCallbackProc</a></strong> = procedure(const filePaths: TStrings);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefCompletionCallbackProc">TCefCompletionCallbackProc</a></strong> = procedure();</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefSetCookieCallbackProc-Boolean-">TCefSetCookieCallbackProc</a></strong> = procedure(success: Boolean);</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefSetCookieCallbackProc">TCefSetCookieCallbackProc</a></strong> = procedure(success: Boolean);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefDeleteCookiesCallbackProc-Integer-">TCefDeleteCookiesCallbackProc</a></strong> = procedure(numDeleted: Integer);</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefDeleteCookiesCallbackProc">TCefDeleteCookiesCallbackProc</a></strong> = procedure(numDeleted: Integer);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefNavigationEntryVisitorProc-ICefNavigationEntry-Boolean-Integer-Integer-">TCefNavigationEntryVisitorProc</a></strong> = function(const entry: <a href="uCEFInterfaces.ICefNavigationEntry.html">ICefNavigationEntry</a>; current: Boolean; index, total: Integer): Boolean;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefNavigationEntryVisitorProc">TCefNavigationEntryVisitorProc</a></strong> = function(const entry: <a href="uCEFInterfaces.ICefNavigationEntry.html">ICefNavigationEntry</a>; current: Boolean; index, total: Integer): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TOnDownloadImageFinishedProc-ustring-Integer-ICefImage-">TOnDownloadImageFinishedProc</a></strong> = procedure(const imageUrl: <a href="uCEFTypes.html#ustring">ustring</a>; httpStatusCode: Integer; const image: <a href="uCEFInterfaces.ICefImage.html">ICefImage</a>);</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TOnDownloadImageFinishedProc">TOnDownloadImageFinishedProc</a></strong> = procedure(const imageUrl: <a href="uCEFTypes.html#ustring">ustring</a>; httpStatusCode: Integer; const image: <a href="uCEFInterfaces.ICefImage.html">ICefImage</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefCookieVisitorProc-ustring-ustring-ustring-ustring-Boolean-Boolean-Boolean-TDateTime-TDateTime-TDateTime-Integer-Integer-TCefCookieSameSite-TCefCookiePriority-Boolean-">TCefCookieVisitorProc</a></strong> = function(const name, value, domain, path: <a href="uCEFTypes.html#ustring">ustring</a>; secure, httponly, hasExpires: Boolean; const creation, lastAccess, expires: TDateTime; count, total: Integer; same_site : <a href="uCEFTypes.html#TCefCookieSameSite">TCefCookieSameSite</a>; priority : <a href="uCEFTypes.html#TCefCookiePriority">TCefCookiePriority</a>; out deleteCookie: Boolean): Boolean;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefCookieVisitorProc">TCefCookieVisitorProc</a></strong> = function(const name, value, domain, path: <a href="uCEFTypes.html#ustring">ustring</a>; secure, httponly, hasExpires: Boolean; const creation, lastAccess, expires: TDateTime; count, total: Integer; same_site : <a href="uCEFTypes.html#TCefCookieSameSite">TCefCookieSameSite</a>; priority : <a href="uCEFTypes.html#TCefCookiePriority">TCefCookiePriority</a>; out deleteCookie: Boolean): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefMediaRouteCreateCallbackProc-TCefMediaRouterCreateResult-ustring-ICefMediaRoute-">TCefMediaRouteCreateCallbackProc</a></strong> = procedure(result: <a href="uCEFTypes.html#TCefMediaRouterCreateResult">TCefMediaRouterCreateResult</a>; const error: <a href="uCEFTypes.html#ustring">ustring</a>; const route: <a href="uCEFInterfaces.ICefMediaRoute.html">ICefMediaRoute</a>);</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefMediaRouteCreateCallbackProc">TCefMediaRouteCreateCallbackProc</a></strong> = procedure(result: <a href="uCEFTypes.html#TCefMediaRouterCreateResult">TCefMediaRouterCreateResult</a>; const error: <a href="uCEFTypes.html#ustring">ustring</a>; const route: <a href="uCEFInterfaces.ICefMediaRoute.html">ICefMediaRoute</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefMediaSinkDeviceInfoCallbackProc-ustring-integer-ustring-">TCefMediaSinkDeviceInfoCallbackProc</a></strong> = procedure(const ip_address: <a href="uCEFTypes.html#ustring">ustring</a>; port: integer; const model_name: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFInterfaces.html#TCefMediaSinkDeviceInfoCallbackProc">TCefMediaSinkDeviceInfoCallbackProc</a></strong> = procedure(const ip_address: <a href="uCEFTypes.html#ustring">ustring</a>; port: integer; const model_name: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -887,7 +887,7 @@
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TCefEndTracingCallbackProc-ustring-"></span><code><strong>TCefEndTracingCallbackProc</strong> = procedure(const tracingFile: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
||||
<td class="itemcode"><span id="TCefEndTracingCallbackProc"></span><code><strong>TCefEndTracingCallbackProc</strong> = procedure(const tracingFile: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p>
|
||||
@ -903,98 +903,98 @@
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TCefv8ArrayBufferReleaseCallbackProc-Pointer-"></span><code><strong>TCefv8ArrayBufferReleaseCallbackProc</strong> = procedure(buffer : Pointer);</code></td>
|
||||
<td class="itemcode"><span id="TCefv8ArrayBufferReleaseCallbackProc"></span><code><strong>TCefv8ArrayBufferReleaseCallbackProc</strong> = procedure(buffer : Pointer);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TCefWebPluginIsUnstableProc-ustring-Boolean-"></span><code><strong>TCefWebPluginIsUnstableProc</strong> = procedure(const path: <a href="uCEFTypes.html#ustring">ustring</a>; unstable: Boolean);</code></td>
|
||||
<td class="itemcode"><span id="TCefWebPluginIsUnstableProc"></span><code><strong>TCefWebPluginIsUnstableProc</strong> = procedure(const path: <a href="uCEFTypes.html#ustring">ustring</a>; unstable: Boolean);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TCefV8AccessorGetterProc-ustring-ICefv8Value-ICefv8Value-ustring-"></span><code><strong>TCefV8AccessorGetterProc</strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
|
||||
<td class="itemcode"><span id="TCefV8AccessorGetterProc"></span><code><strong>TCefV8AccessorGetterProc</strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TCefV8AccessorSetterProc-ustring-ICefv8Value-ICefv8Value-ustring-"></span><code><strong>TCefV8AccessorSetterProc</strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_, value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
|
||||
<td class="itemcode"><span id="TCefV8AccessorSetterProc"></span><code><strong>TCefV8AccessorSetterProc</strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_, value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TCefV8InterceptorGetterByNameProc-ustring-ICefv8Value-ICefv8Value-ustring-"></span><code><strong>TCefV8InterceptorGetterByNameProc</strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
|
||||
<td class="itemcode"><span id="TCefV8InterceptorGetterByNameProc"></span><code><strong>TCefV8InterceptorGetterByNameProc</strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TCefV8InterceptorSetterByNameProc-ustring-ICefv8Value-ICefv8Value-ustring-"></span><code><strong>TCefV8InterceptorSetterByNameProc</strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_, value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
|
||||
<td class="itemcode"><span id="TCefV8InterceptorSetterByNameProc"></span><code><strong>TCefV8InterceptorSetterByNameProc</strong> = function(const name: <a href="uCEFTypes.html#ustring">ustring</a>; const object_, value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TCefV8InterceptorGetterByIndexProc-integer-ICefv8Value-ICefv8Value-ustring-"></span><code><strong>TCefV8InterceptorGetterByIndexProc</strong> = function(index: integer; const object_: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
|
||||
<td class="itemcode"><span id="TCefV8InterceptorGetterByIndexProc"></span><code><strong>TCefV8InterceptorGetterByIndexProc</strong> = function(index: integer; const object_: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TCefV8InterceptorSetterByIndexProc-integer-ICefv8Value-ICefv8Value-ustring-"></span><code><strong>TCefV8InterceptorSetterByIndexProc</strong> = function(index: integer; const object_, value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
|
||||
<td class="itemcode"><span id="TCefV8InterceptorSetterByIndexProc"></span><code><strong>TCefV8InterceptorSetterByIndexProc</strong> = function(index: integer; const object_, value: <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>; var exception: <a href="uCEFTypes.html#ustring">ustring</a>): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnPdfPrintFinishedProc-ustring-Boolean-"></span><code><strong>TOnPdfPrintFinishedProc</strong> = procedure(const path: <a href="uCEFTypes.html#ustring">ustring</a>; ok: Boolean);</code></td>
|
||||
<td class="itemcode"><span id="TOnPdfPrintFinishedProc"></span><code><strong>TOnPdfPrintFinishedProc</strong> = procedure(const path: <a href="uCEFTypes.html#ustring">ustring</a>; ok: Boolean);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TCefDomVisitorProc-ICefDomDocument-"></span><code><strong>TCefDomVisitorProc</strong> = procedure(const document: <a href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a>);</code></td>
|
||||
<td class="itemcode"><span id="TCefDomVisitorProc"></span><code><strong>TCefDomVisitorProc</strong> = procedure(const document: <a href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TCefDomVisitorProc2-ICefBrowser-ICefFrame-ICefDomDocument-"></span><code><strong>TCefDomVisitorProc2</strong> = procedure(const browser : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const document: <a href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a>);</code></td>
|
||||
<td class="itemcode"><span id="TCefDomVisitorProc2"></span><code><strong>TCefDomVisitorProc2</strong> = procedure(const browser : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const document: <a href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TCefDomVisitorProc3-ICefBrowser-ICefFrame-ICefDomDocument-ustring-"></span><code><strong>TCefDomVisitorProc3</strong> = procedure(const browser : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const document: <a href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a>; const aValue : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
||||
<td class="itemcode"><span id="TCefDomVisitorProc3"></span><code><strong>TCefDomVisitorProc3</strong> = procedure(const browser : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const frame: <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; const document: <a href="uCEFInterfaces.ICefDomDocument.html">ICefDomDocument</a>; const aValue : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TCefStringVisitorProc-ustring-"></span><code><strong>TCefStringVisitorProc</strong> = procedure(const str: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
||||
<td class="itemcode"><span id="TCefStringVisitorProc"></span><code><strong>TCefStringVisitorProc</strong> = procedure(const str: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TCefRunFileDialogCallbackProc-TStrings-"></span><code><strong>TCefRunFileDialogCallbackProc</strong> = procedure(const filePaths: TStrings);</code></td>
|
||||
<td class="itemcode"><span id="TCefRunFileDialogCallbackProc"></span><code><strong>TCefRunFileDialogCallbackProc</strong> = procedure(const filePaths: TStrings);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -1008,49 +1008,49 @@
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TCefSetCookieCallbackProc-Boolean-"></span><code><strong>TCefSetCookieCallbackProc</strong> = procedure(success: Boolean);</code></td>
|
||||
<td class="itemcode"><span id="TCefSetCookieCallbackProc"></span><code><strong>TCefSetCookieCallbackProc</strong> = procedure(success: Boolean);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TCefDeleteCookiesCallbackProc-Integer-"></span><code><strong>TCefDeleteCookiesCallbackProc</strong> = procedure(numDeleted: Integer);</code></td>
|
||||
<td class="itemcode"><span id="TCefDeleteCookiesCallbackProc"></span><code><strong>TCefDeleteCookiesCallbackProc</strong> = procedure(numDeleted: Integer);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TCefNavigationEntryVisitorProc-ICefNavigationEntry-Boolean-Integer-Integer-"></span><code><strong>TCefNavigationEntryVisitorProc</strong> = function(const entry: <a href="uCEFInterfaces.ICefNavigationEntry.html">ICefNavigationEntry</a>; current: Boolean; index, total: Integer): Boolean;</code></td>
|
||||
<td class="itemcode"><span id="TCefNavigationEntryVisitorProc"></span><code><strong>TCefNavigationEntryVisitorProc</strong> = function(const entry: <a href="uCEFInterfaces.ICefNavigationEntry.html">ICefNavigationEntry</a>; current: Boolean; index, total: Integer): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnDownloadImageFinishedProc-ustring-Integer-ICefImage-"></span><code><strong>TOnDownloadImageFinishedProc</strong> = procedure(const imageUrl: <a href="uCEFTypes.html#ustring">ustring</a>; httpStatusCode: Integer; const image: <a href="uCEFInterfaces.ICefImage.html">ICefImage</a>);</code></td>
|
||||
<td class="itemcode"><span id="TOnDownloadImageFinishedProc"></span><code><strong>TOnDownloadImageFinishedProc</strong> = procedure(const imageUrl: <a href="uCEFTypes.html#ustring">ustring</a>; httpStatusCode: Integer; const image: <a href="uCEFInterfaces.ICefImage.html">ICefImage</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TCefCookieVisitorProc-ustring-ustring-ustring-ustring-Boolean-Boolean-Boolean-TDateTime-TDateTime-TDateTime-Integer-Integer-TCefCookieSameSite-TCefCookiePriority-Boolean-"></span><code><strong>TCefCookieVisitorProc</strong> = function(const name, value, domain, path: <a href="uCEFTypes.html#ustring">ustring</a>; secure, httponly, hasExpires: Boolean; const creation, lastAccess, expires: TDateTime; count, total: Integer; same_site : <a href="uCEFTypes.html#TCefCookieSameSite">TCefCookieSameSite</a>; priority : <a href="uCEFTypes.html#TCefCookiePriority">TCefCookiePriority</a>; out deleteCookie: Boolean): Boolean;</code></td>
|
||||
<td class="itemcode"><span id="TCefCookieVisitorProc"></span><code><strong>TCefCookieVisitorProc</strong> = function(const name, value, domain, path: <a href="uCEFTypes.html#ustring">ustring</a>; secure, httponly, hasExpires: Boolean; const creation, lastAccess, expires: TDateTime; count, total: Integer; same_site : <a href="uCEFTypes.html#TCefCookieSameSite">TCefCookieSameSite</a>; priority : <a href="uCEFTypes.html#TCefCookiePriority">TCefCookiePriority</a>; out deleteCookie: Boolean): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TCefMediaRouteCreateCallbackProc-TCefMediaRouterCreateResult-ustring-ICefMediaRoute-"></span><code><strong>TCefMediaRouteCreateCallbackProc</strong> = procedure(result: <a href="uCEFTypes.html#TCefMediaRouterCreateResult">TCefMediaRouterCreateResult</a>; const error: <a href="uCEFTypes.html#ustring">ustring</a>; const route: <a href="uCEFInterfaces.ICefMediaRoute.html">ICefMediaRoute</a>);</code></td>
|
||||
<td class="itemcode"><span id="TCefMediaRouteCreateCallbackProc"></span><code><strong>TCefMediaRouteCreateCallbackProc</strong> = procedure(result: <a href="uCEFTypes.html#TCefMediaRouterCreateResult">TCefMediaRouterCreateResult</a>; const error: <a href="uCEFTypes.html#ustring">ustring</a>; const route: <a href="uCEFInterfaces.ICefMediaRoute.html">ICefMediaRoute</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TCefMediaSinkDeviceInfoCallbackProc-ustring-integer-ustring-"></span><code><strong>TCefMediaSinkDeviceInfoCallbackProc</strong> = procedure(const ip_address: <a href="uCEFTypes.html#ustring">ustring</a>; port: integer; const model_name: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
||||
<td class="itemcode"><span id="TCefMediaSinkDeviceInfoCallbackProc"></span><code><strong>TCefMediaSinkDeviceInfoCallbackProc</strong> = procedure(const ip_address: <a href="uCEFTypes.html#ustring">ustring</a>; port: integer; const model_name: <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFMediaRouteCreateCallback.TCefFastMediaRouteCreateCallback.html#FCallback">FCallback</a></strong>: TCefMediaRouteCreateCallbackProc;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFMediaRouteCreateCallback.TCefFastMediaRouteCreateCallback.html#FCallback">FCallback</a></strong>: <a href="uCEFInterfaces.html#TCefMediaRouteCreateCallbackProc">TCefMediaRouteCreateCallbackProc</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -38,7 +38,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFMediaRouteCreateCallback.TCefFastMediaRouteCreateCallback.html#Create-TCefMediaRouteCreateCallbackProc-">Create</a></strong>(const callback: TCefMediaRouteCreateCallbackProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFMediaRouteCreateCallback.TCefFastMediaRouteCreateCallback.html#Create-TCefMediaRouteCreateCallbackProc-">Create</a></strong>(const callback: <a href="uCEFInterfaces.html#TCefMediaRouteCreateCallbackProc">TCefMediaRouteCreateCallbackProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -50,7 +50,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FCallback"></span><code><strong>FCallback</strong>: TCefMediaRouteCreateCallbackProc;</code></td>
|
||||
<td class="itemcode"><span id="FCallback"></span><code><strong>FCallback</strong>: <a href="uCEFInterfaces.html#TCefMediaRouteCreateCallbackProc">TCefMediaRouteCreateCallbackProc</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -69,7 +69,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="Create-TCefMediaRouteCreateCallbackProc-"></span><code>constructor <strong>Create</strong>(const callback: TCefMediaRouteCreateCallbackProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><span id="Create-TCefMediaRouteCreateCallbackProc-"></span><code>constructor <strong>Create</strong>(const callback: <a href="uCEFInterfaces.html#TCefMediaRouteCreateCallbackProc">TCefMediaRouteCreateCallbackProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFMediaSinkDeviceInfoCallback.TCefFastMediaSinkDeviceInfoCallback.html#FCallback">FCallback</a></strong>: TCefMediaSinkDeviceInfoCallbackProc;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFMediaSinkDeviceInfoCallback.TCefFastMediaSinkDeviceInfoCallback.html#FCallback">FCallback</a></strong>: <a href="uCEFInterfaces.html#TCefMediaSinkDeviceInfoCallbackProc">TCefMediaSinkDeviceInfoCallbackProc</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -38,7 +38,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFMediaSinkDeviceInfoCallback.TCefFastMediaSinkDeviceInfoCallback.html#Create-TCefMediaSinkDeviceInfoCallbackProc-">Create</a></strong>(const callback: TCefMediaSinkDeviceInfoCallbackProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFMediaSinkDeviceInfoCallback.TCefFastMediaSinkDeviceInfoCallback.html#Create-TCefMediaSinkDeviceInfoCallbackProc-">Create</a></strong>(const callback: <a href="uCEFInterfaces.html#TCefMediaSinkDeviceInfoCallbackProc">TCefMediaSinkDeviceInfoCallbackProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -50,7 +50,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FCallback"></span><code><strong>FCallback</strong>: TCefMediaSinkDeviceInfoCallbackProc;</code></td>
|
||||
<td class="itemcode"><span id="FCallback"></span><code><strong>FCallback</strong>: <a href="uCEFInterfaces.html#TCefMediaSinkDeviceInfoCallbackProc">TCefMediaSinkDeviceInfoCallbackProc</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -69,7 +69,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="Create-TCefMediaSinkDeviceInfoCallbackProc-"></span><code>constructor <strong>Create</strong>(const callback: TCefMediaSinkDeviceInfoCallbackProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><span id="Create-TCefMediaSinkDeviceInfoCallbackProc-"></span><code>constructor <strong>Create</strong>(const callback: <a href="uCEFInterfaces.html#TCefMediaSinkDeviceInfoCallbackProc">TCefMediaSinkDeviceInfoCallbackProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -34,7 +34,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFMenuButtonComponent.TCEFMenuButtonComponent.html#FOnMenuButtonPressed">FOnMenuButtonPressed</a></strong>: TOnMenuButtonPressedEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFMenuButtonComponent.TCEFMenuButtonComponent.html#FOnMenuButtonPressed">FOnMenuButtonPressed</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnMenuButtonPressedEvent">TOnMenuButtonPressedEvent</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -92,7 +92,7 @@
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFMenuButtonComponent.TCEFMenuButtonComponent.html#OnMenuButtonPressed">OnMenuButtonPressed</a></strong> : TOnMenuButtonPressedEvent read <a href="uCEFMenuButtonComponent.TCEFMenuButtonComponent.html#FOnMenuButtonPressed">FOnMenuButtonPressed</a> write <a href="uCEFMenuButtonComponent.TCEFMenuButtonComponent.html#FOnMenuButtonPressed">FOnMenuButtonPressed</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFMenuButtonComponent.TCEFMenuButtonComponent.html#OnMenuButtonPressed">OnMenuButtonPressed</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnMenuButtonPressedEvent">TOnMenuButtonPressedEvent</a> read <a href="uCEFMenuButtonComponent.TCEFMenuButtonComponent.html#FOnMenuButtonPressed">FOnMenuButtonPressed</a> write <a href="uCEFMenuButtonComponent.TCEFMenuButtonComponent.html#FOnMenuButtonPressed">FOnMenuButtonPressed</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -108,7 +108,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnMenuButtonPressed"></span><code><strong>FOnMenuButtonPressed</strong>: TOnMenuButtonPressedEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnMenuButtonPressed"></span><code><strong>FOnMenuButtonPressed</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnMenuButtonPressedEvent">TOnMenuButtonPressedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -226,7 +226,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnMenuButtonPressed"></span><code>property <strong>OnMenuButtonPressed</strong> : TOnMenuButtonPressedEvent read <a href="uCEFMenuButtonComponent.TCEFMenuButtonComponent.html#FOnMenuButtonPressed">FOnMenuButtonPressed</a> write <a href="uCEFMenuButtonComponent.TCEFMenuButtonComponent.html#FOnMenuButtonPressed">FOnMenuButtonPressed</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnMenuButtonPressed"></span><code>property <strong>OnMenuButtonPressed</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnMenuButtonPressedEvent">TOnMenuButtonPressedEvent</a> read <a href="uCEFMenuButtonComponent.TCEFMenuButtonComponent.html#FOnMenuButtonPressed">FOnMenuButtonPressed</a> write <a href="uCEFMenuButtonComponent.TCEFMenuButtonComponent.html#FOnMenuButtonPressed">FOnMenuButtonPressed</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFNavigationEntryVisitor.TCefFastNavigationEntryVisitor.html#FVisitor">FVisitor</a></strong>: TCefNavigationEntryVisitorProc;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFNavigationEntryVisitor.TCefFastNavigationEntryVisitor.html#FVisitor">FVisitor</a></strong>: <a href="uCEFInterfaces.html#TCefNavigationEntryVisitorProc">TCefNavigationEntryVisitorProc</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -38,7 +38,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFNavigationEntryVisitor.TCefFastNavigationEntryVisitor.html#Create-TCefNavigationEntryVisitorProc-">Create</a></strong>(const proc: TCefNavigationEntryVisitorProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFNavigationEntryVisitor.TCefFastNavigationEntryVisitor.html#Create-TCefNavigationEntryVisitorProc-">Create</a></strong>(const proc: <a href="uCEFInterfaces.html#TCefNavigationEntryVisitorProc">TCefNavigationEntryVisitorProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -46,7 +46,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FVisitor"></span><code><strong>FVisitor</strong>: TCefNavigationEntryVisitorProc;</code></td>
|
||||
<td class="itemcode"><span id="FVisitor"></span><code><strong>FVisitor</strong>: <a href="uCEFInterfaces.html#TCefNavigationEntryVisitorProc">TCefNavigationEntryVisitorProc</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -65,7 +65,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="Create-TCefNavigationEntryVisitorProc-"></span><code>constructor <strong>Create</strong>(const proc: TCefNavigationEntryVisitorProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><span id="Create-TCefNavigationEntryVisitorProc-"></span><code>constructor <strong>Create</strong>(const proc: <a href="uCEFInterfaces.html#TCefNavigationEntryVisitorProc">TCefNavigationEntryVisitorProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -173,31 +173,31 @@ TOsrBrowserWindow - Off-Screen-Rendering
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnMouseDown">OnMouseDown</a></strong>: TBrowserMouseEvent read FOnMouseDown write FOnMouseDown;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnMouseDown">OnMouseDown</a></strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserMouseEvent">TBrowserMouseEvent</a> read FOnMouseDown write FOnMouseDown;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnMouseUp">OnMouseUp</a></strong>: TBrowserMouseEvent read FOnMouseUp write FOnMouseUp;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnMouseUp">OnMouseUp</a></strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserMouseEvent">TBrowserMouseEvent</a> read FOnMouseUp write FOnMouseUp;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnMouseMove">OnMouseMove</a></strong>: TBrowserMouseMoveEvent read FOnMouseMove write FOnMouseMove;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnMouseMove">OnMouseMove</a></strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserMouseMoveEvent">TBrowserMouseMoveEvent</a> read FOnMouseMove write FOnMouseMove;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnMouseWheel">OnMouseWheel</a></strong>: TBrowserMouseWheelEvent read FOnMouseWheel write FOnMouseWheel;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnMouseWheel">OnMouseWheel</a></strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserMouseWheelEvent">TBrowserMouseWheelEvent</a> read FOnMouseWheel write FOnMouseWheel;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnKeyDown">OnKeyDown</a></strong>: TBrowserKeyEvent read FOnKeyDown write FOnKeyDown;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnKeyDown">OnKeyDown</a></strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserKeyEvent">TBrowserKeyEvent</a> read FOnKeyDown write FOnKeyDown;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnKeyUp">OnKeyUp</a></strong>: TBrowserKeyEvent read FOnKeyUp write FOnKeyUp;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnKeyUp">OnKeyUp</a></strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserKeyEvent">TBrowserKeyEvent</a> read FOnKeyUp write FOnKeyUp;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnUtf8KeyPress">OnUtf8KeyPress</a></strong>: TBrowserUTF8KeyPressEvent read FOnUtf8KeyPress write FOnUtf8KeyPress;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFOsrBrowserWindow.TOsrBrowserWindow.html#OnUtf8KeyPress">OnUtf8KeyPress</a></strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserUTF8KeyPressEvent">TBrowserUTF8KeyPressEvent</a> read FOnUtf8KeyPress write FOnUtf8KeyPress;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -480,7 +480,7 @@ Key input works only for windows.</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnMouseDown"></span><code>property <strong>OnMouseDown</strong>: TBrowserMouseEvent read FOnMouseDown write FOnMouseDown;</code></td>
|
||||
<td class="itemcode"><span id="OnMouseDown"></span><code>property <strong>OnMouseDown</strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserMouseEvent">TBrowserMouseEvent</a> read FOnMouseDown write FOnMouseDown;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -490,7 +490,7 @@ Mouse/Key events The below events can be used to see mouse/key input before it i
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnMouseUp"></span><code>property <strong>OnMouseUp</strong>: TBrowserMouseEvent read FOnMouseUp write FOnMouseUp;</code></td>
|
||||
<td class="itemcode"><span id="OnMouseUp"></span><code>property <strong>OnMouseUp</strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserMouseEvent">TBrowserMouseEvent</a> read FOnMouseUp write FOnMouseUp;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -498,7 +498,7 @@ Mouse/Key events The below events can be used to see mouse/key input before it i
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnMouseMove"></span><code>property <strong>OnMouseMove</strong>: TBrowserMouseMoveEvent read FOnMouseMove write FOnMouseMove;</code></td>
|
||||
<td class="itemcode"><span id="OnMouseMove"></span><code>property <strong>OnMouseMove</strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserMouseMoveEvent">TBrowserMouseMoveEvent</a> read FOnMouseMove write FOnMouseMove;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -506,7 +506,7 @@ Mouse/Key events The below events can be used to see mouse/key input before it i
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnMouseWheel"></span><code>property <strong>OnMouseWheel</strong>: TBrowserMouseWheelEvent read FOnMouseWheel write FOnMouseWheel;</code></td>
|
||||
<td class="itemcode"><span id="OnMouseWheel"></span><code>property <strong>OnMouseWheel</strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserMouseWheelEvent">TBrowserMouseWheelEvent</a> read FOnMouseWheel write FOnMouseWheel;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -514,7 +514,7 @@ Mouse/Key events The below events can be used to see mouse/key input before it i
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnKeyDown"></span><code>property <strong>OnKeyDown</strong>: TBrowserKeyEvent read FOnKeyDown write FOnKeyDown;</code></td>
|
||||
<td class="itemcode"><span id="OnKeyDown"></span><code>property <strong>OnKeyDown</strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserKeyEvent">TBrowserKeyEvent</a> read FOnKeyDown write FOnKeyDown;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -522,7 +522,7 @@ Mouse/Key events The below events can be used to see mouse/key input before it i
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnKeyUp"></span><code>property <strong>OnKeyUp</strong>: TBrowserKeyEvent read FOnKeyUp write FOnKeyUp;</code></td>
|
||||
<td class="itemcode"><span id="OnKeyUp"></span><code>property <strong>OnKeyUp</strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserKeyEvent">TBrowserKeyEvent</a> read FOnKeyUp write FOnKeyUp;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -530,7 +530,7 @@ Mouse/Key events The below events can be used to see mouse/key input before it i
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnUtf8KeyPress"></span><code>property <strong>OnUtf8KeyPress</strong>: TBrowserUTF8KeyPressEvent read FOnUtf8KeyPress write FOnUtf8KeyPress;</code></td>
|
||||
<td class="itemcode"><span id="OnUtf8KeyPress"></span><code>property <strong>OnUtf8KeyPress</strong>: <a href="uCEFOsrBrowserWindow.html#TBrowserUTF8KeyPressEvent">TBrowserUTF8KeyPressEvent</a> read FOnUtf8KeyPress write FOnUtf8KeyPress;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -37,19 +37,19 @@
|
||||
<span id="PasDoc-Types"></span><h3 class="summary">Types</h3>
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFOsrBrowserWindow.html#TBrowserMouseEvent-TObject-TMouseButton-TShiftState-Integer-Integer-Boolean-">TBrowserMouseEvent</a></strong> = procedure(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer; var AHandled: Boolean) of Object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFOsrBrowserWindow.html#TBrowserMouseEvent">TBrowserMouseEvent</a></strong> = procedure(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer; var AHandled: Boolean) of Object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFOsrBrowserWindow.html#TBrowserMouseMoveEvent-TObject-TShiftState-Integer-Integer-Boolean-">TBrowserMouseMoveEvent</a></strong> = procedure(Sender: TObject; Shift: TShiftState; X, Y: Integer; var AHandled: Boolean) of Object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFOsrBrowserWindow.html#TBrowserMouseMoveEvent">TBrowserMouseMoveEvent</a></strong> = procedure(Sender: TObject; Shift: TShiftState; X, Y: Integer; var AHandled: Boolean) of Object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFOsrBrowserWindow.html#TBrowserMouseWheelEvent-TObject-TShiftState-Integer-TPoint-Boolean-">TBrowserMouseWheelEvent</a></strong> = procedure(Sender: TObject; Shift: TShiftState; WheelDelta: Integer; MousePos: TPoint; var AHandled: Boolean) of Object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFOsrBrowserWindow.html#TBrowserMouseWheelEvent">TBrowserMouseWheelEvent</a></strong> = procedure(Sender: TObject; Shift: TShiftState; WheelDelta: Integer; MousePos: TPoint; var AHandled: Boolean) of Object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFOsrBrowserWindow.html#TBrowserKeyEvent-TObject-Word-TShiftState-Boolean-">TBrowserKeyEvent</a></strong> = procedure(Sender: TObject; var Key: Word; Shift: TShiftState; var AHandled: Boolean) of Object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFOsrBrowserWindow.html#TBrowserKeyEvent">TBrowserKeyEvent</a></strong> = procedure(Sender: TObject; var Key: Word; Shift: TShiftState; var AHandled: Boolean) of Object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFOsrBrowserWindow.html#TBrowserUTF8KeyPressEvent-TObject-TUTF8Char-Boolean-">TBrowserUTF8KeyPressEvent</a></strong> = procedure(Sender: TObject; var UTF8Key: TUTF8Char; var AHandled: Boolean) of Object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFOsrBrowserWindow.html#TBrowserUTF8KeyPressEvent">TBrowserUTF8KeyPressEvent</a></strong> = procedure(Sender: TObject; var UTF8Key: TUTF8Char; var AHandled: Boolean) of Object;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -64,35 +64,35 @@
|
||||
<h3 class="detail">Types</h3>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TBrowserMouseEvent-TObject-TMouseButton-TShiftState-Integer-Integer-Boolean-"></span><code><strong>TBrowserMouseEvent</strong> = procedure(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer; var AHandled: Boolean) of Object;</code></td>
|
||||
<td class="itemcode"><span id="TBrowserMouseEvent"></span><code><strong>TBrowserMouseEvent</strong> = procedure(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer; var AHandled: Boolean) of Object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TBrowserMouseMoveEvent-TObject-TShiftState-Integer-Integer-Boolean-"></span><code><strong>TBrowserMouseMoveEvent</strong> = procedure(Sender: TObject; Shift: TShiftState; X, Y: Integer; var AHandled: Boolean) of Object;</code></td>
|
||||
<td class="itemcode"><span id="TBrowserMouseMoveEvent"></span><code><strong>TBrowserMouseMoveEvent</strong> = procedure(Sender: TObject; Shift: TShiftState; X, Y: Integer; var AHandled: Boolean) of Object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TBrowserMouseWheelEvent-TObject-TShiftState-Integer-TPoint-Boolean-"></span><code><strong>TBrowserMouseWheelEvent</strong> = procedure(Sender: TObject; Shift: TShiftState; WheelDelta: Integer; MousePos: TPoint; var AHandled: Boolean) of Object;</code></td>
|
||||
<td class="itemcode"><span id="TBrowserMouseWheelEvent"></span><code><strong>TBrowserMouseWheelEvent</strong> = procedure(Sender: TObject; Shift: TShiftState; WheelDelta: Integer; MousePos: TPoint; var AHandled: Boolean) of Object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TBrowserKeyEvent-TObject-Word-TShiftState-Boolean-"></span><code><strong>TBrowserKeyEvent</strong> = procedure(Sender: TObject; var Key: Word; Shift: TShiftState; var AHandled: Boolean) of Object;</code></td>
|
||||
<td class="itemcode"><span id="TBrowserKeyEvent"></span><code><strong>TBrowserKeyEvent</strong> = procedure(Sender: TObject; var Key: Word; Shift: TShiftState; var AHandled: Boolean) of Object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TBrowserUTF8KeyPressEvent-TObject-TUTF8Char-Boolean-"></span><code><strong>TBrowserUTF8KeyPressEvent</strong> = procedure(Sender: TObject; var UTF8Key: TUTF8Char; var AHandled: Boolean) of Object;</code></td>
|
||||
<td class="itemcode"><span id="TBrowserUTF8KeyPressEvent"></span><code><strong>TBrowserUTF8KeyPressEvent</strong> = procedure(Sender: TObject; var UTF8Key: TUTF8Char; var AHandled: Boolean) of Object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFPDFPrintCallback.TCefFastPdfPrintCallback.html#FProc">FProc</a></strong>: TOnPdfPrintFinishedProc;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFPDFPrintCallback.TCefFastPdfPrintCallback.html#FProc">FProc</a></strong>: <a href="uCEFInterfaces.html#TOnPdfPrintFinishedProc">TOnPdfPrintFinishedProc</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -38,7 +38,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFPDFPrintCallback.TCefFastPdfPrintCallback.html#Create-TOnPdfPrintFinishedProc-">Create</a></strong>(const proc: TOnPdfPrintFinishedProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFPDFPrintCallback.TCefFastPdfPrintCallback.html#Create-TOnPdfPrintFinishedProc-">Create</a></strong>(const proc: <a href="uCEFInterfaces.html#TOnPdfPrintFinishedProc">TOnPdfPrintFinishedProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -50,7 +50,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FProc"></span><code><strong>FProc</strong>: TOnPdfPrintFinishedProc;</code></td>
|
||||
<td class="itemcode"><span id="FProc"></span><code><strong>FProc</strong>: <a href="uCEFInterfaces.html#TOnPdfPrintFinishedProc">TOnPdfPrintFinishedProc</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -69,7 +69,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="Create-TOnPdfPrintFinishedProc-"></span><code>constructor <strong>Create</strong>(const proc: TOnPdfPrintFinishedProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><span id="Create-TOnPdfPrintFinishedProc-"></span><code>constructor <strong>Create</strong>(const proc: <a href="uCEFInterfaces.html#TOnPdfPrintFinishedProc">TOnPdfPrintFinishedProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -27,11 +27,11 @@
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFResponseFilter.TCustomResponseFilter.html#FOnFilter">FOnFilter</a></strong>: TOnFilterEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFResponseFilter.TCustomResponseFilter.html#FOnFilter">FOnFilter</a></strong>: <a href="uCEFResponseFilter.html#TOnFilterEvent">TOnFilterEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFResponseFilter.TCustomResponseFilter.html#FOnInitFilter">FOnInitFilter</a></strong>: TOnInitFilterEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFResponseFilter.TCustomResponseFilter.html#FOnInitFilter">FOnInitFilter</a></strong>: <a href="uCEFResponseFilter.html#TOnInitFilterEvent">TOnInitFilterEvent</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -53,11 +53,11 @@
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFResponseFilter.TCustomResponseFilter.html#OnFilter">OnFilter</a></strong> : TOnFilterEvent read <a href="uCEFResponseFilter.TCustomResponseFilter.html#FOnFilter">FOnFilter</a> write <a href="uCEFResponseFilter.TCustomResponseFilter.html#FOnFilter">FOnFilter</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFResponseFilter.TCustomResponseFilter.html#OnFilter">OnFilter</a></strong> : <a href="uCEFResponseFilter.html#TOnFilterEvent">TOnFilterEvent</a> read <a href="uCEFResponseFilter.TCustomResponseFilter.html#FOnFilter">FOnFilter</a> write <a href="uCEFResponseFilter.TCustomResponseFilter.html#FOnFilter">FOnFilter</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFResponseFilter.TCustomResponseFilter.html#OnInitFilter">OnInitFilter</a></strong> : TOnInitFilterEvent read <a href="uCEFResponseFilter.TCustomResponseFilter.html#FOnInitFilter">FOnInitFilter</a> write <a href="uCEFResponseFilter.TCustomResponseFilter.html#FOnInitFilter">FOnInitFilter</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFResponseFilter.TCustomResponseFilter.html#OnInitFilter">OnInitFilter</a></strong> : <a href="uCEFResponseFilter.html#TOnInitFilterEvent">TOnInitFilterEvent</a> read <a href="uCEFResponseFilter.TCustomResponseFilter.html#FOnInitFilter">FOnInitFilter</a> write <a href="uCEFResponseFilter.TCustomResponseFilter.html#FOnInitFilter">FOnInitFilter</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -65,7 +65,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnFilter"></span><code><strong>FOnFilter</strong>: TOnFilterEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnFilter"></span><code><strong>FOnFilter</strong>: <a href="uCEFResponseFilter.html#TOnFilterEvent">TOnFilterEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -73,7 +73,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnInitFilter"></span><code><strong>FOnInitFilter</strong>: TOnInitFilterEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnInitFilter"></span><code><strong>FOnInitFilter</strong>: <a href="uCEFResponseFilter.html#TOnInitFilterEvent">TOnInitFilterEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -107,7 +107,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnFilter"></span><code>property <strong>OnFilter</strong> : TOnFilterEvent read <a href="uCEFResponseFilter.TCustomResponseFilter.html#FOnFilter">FOnFilter</a> write <a href="uCEFResponseFilter.TCustomResponseFilter.html#FOnFilter">FOnFilter</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnFilter"></span><code>property <strong>OnFilter</strong> : <a href="uCEFResponseFilter.html#TOnFilterEvent">TOnFilterEvent</a> read <a href="uCEFResponseFilter.TCustomResponseFilter.html#FOnFilter">FOnFilter</a> write <a href="uCEFResponseFilter.TCustomResponseFilter.html#FOnFilter">FOnFilter</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -115,7 +115,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnInitFilter"></span><code>property <strong>OnInitFilter</strong> : TOnInitFilterEvent read <a href="uCEFResponseFilter.TCustomResponseFilter.html#FOnInitFilter">FOnInitFilter</a> write <a href="uCEFResponseFilter.TCustomResponseFilter.html#FOnInitFilter">FOnInitFilter</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnInitFilter"></span><code>property <strong>OnInitFilter</strong> : <a href="uCEFResponseFilter.html#TOnInitFilterEvent">TOnInitFilterEvent</a> read <a href="uCEFResponseFilter.TCustomResponseFilter.html#FOnInitFilter">FOnInitFilter</a> write <a href="uCEFResponseFilter.TCustomResponseFilter.html#FOnInitFilter">FOnInitFilter</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -35,24 +35,24 @@
|
||||
<span id="PasDoc-Types"></span><h3 class="summary">Types</h3>
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFResponseFilter.html#TOnFilterEvent-TObject-Pointer-NativeUInt-NativeUInt-Pointer-NativeUInt-NativeUInt-TCefResponseFilterStatus-">TOnFilterEvent</a></strong> = procedure(Sender: TObject; data_in: Pointer; data_in_size: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var data_in_read: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; data_out: Pointer; data_out_size : <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var data_out_written: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var aResult : <a href="uCEFTypes.html#TCefResponseFilterStatus">TCefResponseFilterStatus</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFResponseFilter.html#TOnFilterEvent">TOnFilterEvent</a></strong> = procedure(Sender: TObject; data_in: Pointer; data_in_size: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var data_in_read: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; data_out: Pointer; data_out_size : <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var data_out_written: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var aResult : <a href="uCEFTypes.html#TCefResponseFilterStatus">TCefResponseFilterStatus</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFResponseFilter.html#TOnInitFilterEvent-TObject-boolean-">TOnInitFilterEvent</a></strong> = procedure(Sender: TObject; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFResponseFilter.html#TOnInitFilterEvent">TOnInitFilterEvent</a></strong> = procedure(Sender: TObject; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
<h3 class="detail">Types</h3>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnFilterEvent-TObject-Pointer-NativeUInt-NativeUInt-Pointer-NativeUInt-NativeUInt-TCefResponseFilterStatus-"></span><code><strong>TOnFilterEvent</strong> = procedure(Sender: TObject; data_in: Pointer; data_in_size: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var data_in_read: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; data_out: Pointer; data_out_size : <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var data_out_written: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var aResult : <a href="uCEFTypes.html#TCefResponseFilterStatus">TCefResponseFilterStatus</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnFilterEvent"></span><code><strong>TOnFilterEvent</strong> = procedure(Sender: TObject; data_in: Pointer; data_in_size: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var data_in_read: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; data_out: Pointer; data_out_size : <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var data_out_written: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var aResult : <a href="uCEFTypes.html#TCefResponseFilterStatus">TCefResponseFilterStatus</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnInitFilterEvent-TObject-boolean-"></span><code><strong>TOnInitFilterEvent</strong> = procedure(Sender: TObject; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnInitFilterEvent"></span><code><strong>TOnInitFilterEvent</strong> = procedure(Sender: TObject; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFRunFileDialogCallback.TCefFastRunFileDialogCallback.html#FCallback">FCallback</a></strong>: TCefRunFileDialogCallbackProc;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFRunFileDialogCallback.TCefFastRunFileDialogCallback.html#FCallback">FCallback</a></strong>: <a href="uCEFInterfaces.html#TCefRunFileDialogCallbackProc">TCefRunFileDialogCallbackProc</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -38,7 +38,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFRunFileDialogCallback.TCefFastRunFileDialogCallback.html#Create-TCefRunFileDialogCallbackProc-">Create</a></strong>(callback: TCefRunFileDialogCallbackProc); reintroduce; virtual;</code></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFRunFileDialogCallback.TCefFastRunFileDialogCallback.html#Create-TCefRunFileDialogCallbackProc-">Create</a></strong>(callback: <a href="uCEFInterfaces.html#TCefRunFileDialogCallbackProc">TCefRunFileDialogCallbackProc</a>); reintroduce; virtual;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -46,7 +46,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FCallback"></span><code><strong>FCallback</strong>: TCefRunFileDialogCallbackProc;</code></td>
|
||||
<td class="itemcode"><span id="FCallback"></span><code><strong>FCallback</strong>: <a href="uCEFInterfaces.html#TCefRunFileDialogCallbackProc">TCefRunFileDialogCallbackProc</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -65,7 +65,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="Create-TCefRunFileDialogCallbackProc-"></span><code>constructor <strong>Create</strong>(callback: TCefRunFileDialogCallbackProc); reintroduce; virtual;</code></td>
|
||||
<td class="itemcode"><span id="Create-TCefRunFileDialogCallbackProc-"></span><code>constructor <strong>Create</strong>(callback: <a href="uCEFInterfaces.html#TCefRunFileDialogCallbackProc">TCefRunFileDialogCallbackProc</a>); reintroduce; virtual;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -41,35 +41,35 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerCreated">FOnServerCreated</a></strong>: TOnServerCreated;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerCreated">FOnServerCreated</a></strong>: <a href="uCEFServerEvents.html#TOnServerCreated">TOnServerCreated</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerDestroyed">FOnServerDestroyed</a></strong>: TOnServerDestroyed;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerDestroyed">FOnServerDestroyed</a></strong>: <a href="uCEFServerEvents.html#TOnServerDestroyed">TOnServerDestroyed</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientConnected">FOnClientConnected</a></strong>: TOnClientConnected;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientConnected">FOnClientConnected</a></strong>: <a href="uCEFServerEvents.html#TOnClientConnected">TOnClientConnected</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientDisconnected">FOnClientDisconnected</a></strong>: TOnClientDisconnected;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientDisconnected">FOnClientDisconnected</a></strong>: <a href="uCEFServerEvents.html#TOnClientDisconnected">TOnClientDisconnected</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnHttpRequest">FOnHttpRequest</a></strong>: TOnHttpRequest;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnHttpRequest">FOnHttpRequest</a></strong>: <a href="uCEFServerEvents.html#TOnHttpRequest">TOnHttpRequest</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketRequest">FOnWebSocketRequest</a></strong>: TOnWebSocketRequest;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketRequest">FOnWebSocketRequest</a></strong>: <a href="uCEFServerEvents.html#TOnWebSocketRequest">TOnWebSocketRequest</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketConnected">FOnWebSocketConnected</a></strong>: TOnWebSocketConnected;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketConnected">FOnWebSocketConnected</a></strong>: <a href="uCEFServerEvents.html#TOnWebSocketConnected">TOnWebSocketConnected</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketMessage">FOnWebSocketMessage</a></strong>: TOnWebSocketMessage;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketMessage">FOnWebSocketMessage</a></strong>: <a href="uCEFServerEvents.html#TOnWebSocketMessage">TOnWebSocketMessage</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -195,35 +195,35 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnServerCreated">OnServerCreated</a></strong> : TOnServerCreated read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerCreated">FOnServerCreated</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerCreated">FOnServerCreated</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnServerCreated">OnServerCreated</a></strong> : <a href="uCEFServerEvents.html#TOnServerCreated">TOnServerCreated</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerCreated">FOnServerCreated</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerCreated">FOnServerCreated</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnServerDestroyed">OnServerDestroyed</a></strong> : TOnServerDestroyed read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerDestroyed">FOnServerDestroyed</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerDestroyed">FOnServerDestroyed</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnServerDestroyed">OnServerDestroyed</a></strong> : <a href="uCEFServerEvents.html#TOnServerDestroyed">TOnServerDestroyed</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerDestroyed">FOnServerDestroyed</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerDestroyed">FOnServerDestroyed</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnClientConnected">OnClientConnected</a></strong> : TOnClientConnected read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientConnected">FOnClientConnected</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientConnected">FOnClientConnected</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnClientConnected">OnClientConnected</a></strong> : <a href="uCEFServerEvents.html#TOnClientConnected">TOnClientConnected</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientConnected">FOnClientConnected</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientConnected">FOnClientConnected</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnClientDisconnected">OnClientDisconnected</a></strong> : TOnClientDisconnected read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientDisconnected">FOnClientDisconnected</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientDisconnected">FOnClientDisconnected</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnClientDisconnected">OnClientDisconnected</a></strong> : <a href="uCEFServerEvents.html#TOnClientDisconnected">TOnClientDisconnected</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientDisconnected">FOnClientDisconnected</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientDisconnected">FOnClientDisconnected</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnHttpRequest">OnHttpRequest</a></strong> : TOnHttpRequest read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnHttpRequest">FOnHttpRequest</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnHttpRequest">FOnHttpRequest</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnHttpRequest">OnHttpRequest</a></strong> : <a href="uCEFServerEvents.html#TOnHttpRequest">TOnHttpRequest</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnHttpRequest">FOnHttpRequest</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnHttpRequest">FOnHttpRequest</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnWebSocketRequest">OnWebSocketRequest</a></strong> : TOnWebSocketRequest read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketRequest">FOnWebSocketRequest</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketRequest">FOnWebSocketRequest</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnWebSocketRequest">OnWebSocketRequest</a></strong> : <a href="uCEFServerEvents.html#TOnWebSocketRequest">TOnWebSocketRequest</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketRequest">FOnWebSocketRequest</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketRequest">FOnWebSocketRequest</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnWebSocketConnected">OnWebSocketConnected</a></strong> : TOnWebSocketConnected read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketConnected">FOnWebSocketConnected</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketConnected">FOnWebSocketConnected</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnWebSocketConnected">OnWebSocketConnected</a></strong> : <a href="uCEFServerEvents.html#TOnWebSocketConnected">TOnWebSocketConnected</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketConnected">FOnWebSocketConnected</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketConnected">FOnWebSocketConnected</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnWebSocketMessage">OnWebSocketMessage</a></strong> : TOnWebSocketMessage read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketMessage">FOnWebSocketMessage</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketMessage">FOnWebSocketMessage</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFServerComponent.TCEFServerComponent.html#OnWebSocketMessage">OnWebSocketMessage</a></strong> : <a href="uCEFServerEvents.html#TOnWebSocketMessage">TOnWebSocketMessage</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketMessage">FOnWebSocketMessage</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketMessage">FOnWebSocketMessage</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -255,7 +255,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnServerCreated"></span><code><strong>FOnServerCreated</strong>: TOnServerCreated;</code></td>
|
||||
<td class="itemcode"><span id="FOnServerCreated"></span><code><strong>FOnServerCreated</strong>: <a href="uCEFServerEvents.html#TOnServerCreated">TOnServerCreated</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -265,7 +265,7 @@ IServerEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnServerDestroyed"></span><code><strong>FOnServerDestroyed</strong>: TOnServerDestroyed;</code></td>
|
||||
<td class="itemcode"><span id="FOnServerDestroyed"></span><code><strong>FOnServerDestroyed</strong>: <a href="uCEFServerEvents.html#TOnServerDestroyed">TOnServerDestroyed</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -273,7 +273,7 @@ IServerEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnClientConnected"></span><code><strong>FOnClientConnected</strong>: TOnClientConnected;</code></td>
|
||||
<td class="itemcode"><span id="FOnClientConnected"></span><code><strong>FOnClientConnected</strong>: <a href="uCEFServerEvents.html#TOnClientConnected">TOnClientConnected</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -281,7 +281,7 @@ IServerEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnClientDisconnected"></span><code><strong>FOnClientDisconnected</strong>: TOnClientDisconnected;</code></td>
|
||||
<td class="itemcode"><span id="FOnClientDisconnected"></span><code><strong>FOnClientDisconnected</strong>: <a href="uCEFServerEvents.html#TOnClientDisconnected">TOnClientDisconnected</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -289,7 +289,7 @@ IServerEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnHttpRequest"></span><code><strong>FOnHttpRequest</strong>: TOnHttpRequest;</code></td>
|
||||
<td class="itemcode"><span id="FOnHttpRequest"></span><code><strong>FOnHttpRequest</strong>: <a href="uCEFServerEvents.html#TOnHttpRequest">TOnHttpRequest</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -297,7 +297,7 @@ IServerEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnWebSocketRequest"></span><code><strong>FOnWebSocketRequest</strong>: TOnWebSocketRequest;</code></td>
|
||||
<td class="itemcode"><span id="FOnWebSocketRequest"></span><code><strong>FOnWebSocketRequest</strong>: <a href="uCEFServerEvents.html#TOnWebSocketRequest">TOnWebSocketRequest</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -305,7 +305,7 @@ IServerEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnWebSocketConnected"></span><code><strong>FOnWebSocketConnected</strong>: TOnWebSocketConnected;</code></td>
|
||||
<td class="itemcode"><span id="FOnWebSocketConnected"></span><code><strong>FOnWebSocketConnected</strong>: <a href="uCEFServerEvents.html#TOnWebSocketConnected">TOnWebSocketConnected</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -313,7 +313,7 @@ IServerEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnWebSocketMessage"></span><code><strong>FOnWebSocketMessage</strong>: TOnWebSocketMessage;</code></td>
|
||||
<td class="itemcode"><span id="FOnWebSocketMessage"></span><code><strong>FOnWebSocketMessage</strong>: <a href="uCEFServerEvents.html#TOnWebSocketMessage">TOnWebSocketMessage</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -585,7 +585,7 @@ IServerEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnServerCreated"></span><code>property <strong>OnServerCreated</strong> : TOnServerCreated read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerCreated">FOnServerCreated</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerCreated">FOnServerCreated</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnServerCreated"></span><code>property <strong>OnServerCreated</strong> : <a href="uCEFServerEvents.html#TOnServerCreated">TOnServerCreated</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerCreated">FOnServerCreated</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerCreated">FOnServerCreated</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -601,7 +601,7 @@ IServerEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnServerDestroyed"></span><code>property <strong>OnServerDestroyed</strong> : TOnServerDestroyed read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerDestroyed">FOnServerDestroyed</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerDestroyed">FOnServerDestroyed</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnServerDestroyed"></span><code>property <strong>OnServerDestroyed</strong> : <a href="uCEFServerEvents.html#TOnServerDestroyed">TOnServerDestroyed</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerDestroyed">FOnServerDestroyed</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnServerDestroyed">FOnServerDestroyed</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -617,7 +617,7 @@ IServerEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnClientConnected"></span><code>property <strong>OnClientConnected</strong> : TOnClientConnected read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientConnected">FOnClientConnected</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientConnected">FOnClientConnected</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnClientConnected"></span><code>property <strong>OnClientConnected</strong> : <a href="uCEFServerEvents.html#TOnClientConnected">TOnClientConnected</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientConnected">FOnClientConnected</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientConnected">FOnClientConnected</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -633,7 +633,7 @@ IServerEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnClientDisconnected"></span><code>property <strong>OnClientDisconnected</strong> : TOnClientDisconnected read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientDisconnected">FOnClientDisconnected</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientDisconnected">FOnClientDisconnected</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnClientDisconnected"></span><code>property <strong>OnClientDisconnected</strong> : <a href="uCEFServerEvents.html#TOnClientDisconnected">TOnClientDisconnected</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientDisconnected">FOnClientDisconnected</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnClientDisconnected">FOnClientDisconnected</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -649,7 +649,7 @@ IServerEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnHttpRequest"></span><code>property <strong>OnHttpRequest</strong> : TOnHttpRequest read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnHttpRequest">FOnHttpRequest</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnHttpRequest">FOnHttpRequest</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnHttpRequest"></span><code>property <strong>OnHttpRequest</strong> : <a href="uCEFServerEvents.html#TOnHttpRequest">TOnHttpRequest</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnHttpRequest">FOnHttpRequest</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnHttpRequest">FOnHttpRequest</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -665,7 +665,7 @@ IServerEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnWebSocketRequest"></span><code>property <strong>OnWebSocketRequest</strong> : TOnWebSocketRequest read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketRequest">FOnWebSocketRequest</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketRequest">FOnWebSocketRequest</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnWebSocketRequest"></span><code>property <strong>OnWebSocketRequest</strong> : <a href="uCEFServerEvents.html#TOnWebSocketRequest">TOnWebSocketRequest</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketRequest">FOnWebSocketRequest</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketRequest">FOnWebSocketRequest</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -681,7 +681,7 @@ IServerEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnWebSocketConnected"></span><code>property <strong>OnWebSocketConnected</strong> : TOnWebSocketConnected read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketConnected">FOnWebSocketConnected</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketConnected">FOnWebSocketConnected</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnWebSocketConnected"></span><code>property <strong>OnWebSocketConnected</strong> : <a href="uCEFServerEvents.html#TOnWebSocketConnected">TOnWebSocketConnected</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketConnected">FOnWebSocketConnected</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketConnected">FOnWebSocketConnected</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -697,7 +697,7 @@ IServerEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnWebSocketMessage"></span><code>property <strong>OnWebSocketMessage</strong> : TOnWebSocketMessage read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketMessage">FOnWebSocketMessage</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketMessage">FOnWebSocketMessage</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnWebSocketMessage"></span><code>property <strong>OnWebSocketMessage</strong> : <a href="uCEFServerEvents.html#TOnWebSocketMessage">TOnWebSocketMessage</a> read <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketMessage">FOnWebSocketMessage</a> write <a href="uCEFServerComponent.TCEFServerComponent.html#FOnWebSocketMessage">FOnWebSocketMessage</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
|
@ -16,84 +16,84 @@
|
||||
<span id="PasDoc-Types"></span><h3 class="summary">Types</h3>
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerEvents.html#TOnServerCreated-TObject-ICefServer-">TOnServerCreated</a></strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerEvents.html#TOnServerCreated">TOnServerCreated</a></strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerEvents.html#TOnServerDestroyed-TObject-ICefServer-">TOnServerDestroyed</a></strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerEvents.html#TOnServerDestroyed">TOnServerDestroyed</a></strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerEvents.html#TOnClientConnected-TObject-ICefServer-Integer-">TOnClientConnected</a></strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>; connection_id: Integer) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerEvents.html#TOnClientConnected">TOnClientConnected</a></strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>; connection_id: Integer) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerEvents.html#TOnClientDisconnected-TObject-ICefServer-Integer-">TOnClientDisconnected</a></strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>; connection_id: Integer) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerEvents.html#TOnClientDisconnected">TOnClientDisconnected</a></strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>; connection_id: Integer) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerEvents.html#TOnHttpRequest-TObject-ICefServer-Integer-ustring-ICefRequest-">TOnHttpRequest</a></strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>; connection_id: Integer; const client_address: <a href="uCEFTypes.html#ustring">ustring</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerEvents.html#TOnHttpRequest">TOnHttpRequest</a></strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>; connection_id: Integer; const client_address: <a href="uCEFTypes.html#ustring">ustring</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerEvents.html#TOnWebSocketRequest-TObject-ICefServer-Integer-ustring-ICefRequest-ICefCallback-">TOnWebSocketRequest</a></strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>; connection_id: Integer; const client_address: <a href="uCEFTypes.html#ustring">ustring</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; const callback: <a href="uCEFInterfaces.ICefCallback.html">ICefCallback</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerEvents.html#TOnWebSocketRequest">TOnWebSocketRequest</a></strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>; connection_id: Integer; const client_address: <a href="uCEFTypes.html#ustring">ustring</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; const callback: <a href="uCEFInterfaces.ICefCallback.html">ICefCallback</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerEvents.html#TOnWebSocketConnected-TObject-ICefServer-Integer-">TOnWebSocketConnected</a></strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>; connection_id: Integer) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerEvents.html#TOnWebSocketConnected">TOnWebSocketConnected</a></strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>; connection_id: Integer) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerEvents.html#TOnWebSocketMessage-TObject-ICefServer-Integer-Pointer-NativeUInt-">TOnWebSocketMessage</a></strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>; connection_id: Integer; const data: Pointer; data_size: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFServerEvents.html#TOnWebSocketMessage">TOnWebSocketMessage</a></strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>; connection_id: Integer; const data: Pointer; data_size: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>) of object;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
<h3 class="detail">Types</h3>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnServerCreated-TObject-ICefServer-"></span><code><strong>TOnServerCreated</strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnServerCreated"></span><code><strong>TOnServerCreated</strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnServerDestroyed-TObject-ICefServer-"></span><code><strong>TOnServerDestroyed</strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnServerDestroyed"></span><code><strong>TOnServerDestroyed</strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnClientConnected-TObject-ICefServer-Integer-"></span><code><strong>TOnClientConnected</strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>; connection_id: Integer) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnClientConnected"></span><code><strong>TOnClientConnected</strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>; connection_id: Integer) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnClientDisconnected-TObject-ICefServer-Integer-"></span><code><strong>TOnClientDisconnected</strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>; connection_id: Integer) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnClientDisconnected"></span><code><strong>TOnClientDisconnected</strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>; connection_id: Integer) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnHttpRequest-TObject-ICefServer-Integer-ustring-ICefRequest-"></span><code><strong>TOnHttpRequest</strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>; connection_id: Integer; const client_address: <a href="uCEFTypes.html#ustring">ustring</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnHttpRequest"></span><code><strong>TOnHttpRequest</strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>; connection_id: Integer; const client_address: <a href="uCEFTypes.html#ustring">ustring</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnWebSocketRequest-TObject-ICefServer-Integer-ustring-ICefRequest-ICefCallback-"></span><code><strong>TOnWebSocketRequest</strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>; connection_id: Integer; const client_address: <a href="uCEFTypes.html#ustring">ustring</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; const callback: <a href="uCEFInterfaces.ICefCallback.html">ICefCallback</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnWebSocketRequest"></span><code><strong>TOnWebSocketRequest</strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>; connection_id: Integer; const client_address: <a href="uCEFTypes.html#ustring">ustring</a>; const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; const callback: <a href="uCEFInterfaces.ICefCallback.html">ICefCallback</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnWebSocketConnected-TObject-ICefServer-Integer-"></span><code><strong>TOnWebSocketConnected</strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>; connection_id: Integer) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnWebSocketConnected"></span><code><strong>TOnWebSocketConnected</strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>; connection_id: Integer) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnWebSocketMessage-TObject-ICefServer-Integer-Pointer-NativeUInt-"></span><code><strong>TOnWebSocketMessage</strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>; connection_id: Integer; const data: Pointer; data_size: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnWebSocketMessage"></span><code><strong>TOnWebSocketMessage</strong> = procedure(Sender: TObject; const server: <a href="uCEFInterfaces.ICefServer.html">ICefServer</a>; connection_id: Integer; const data: Pointer; data_size: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFSetCookieCallback.TCefFastSetCookieCallback.html#FCallback">FCallback</a></strong>: TCefSetCookieCallbackProc;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFSetCookieCallback.TCefFastSetCookieCallback.html#FCallback">FCallback</a></strong>: <a href="uCEFInterfaces.html#TCefSetCookieCallbackProc">TCefSetCookieCallbackProc</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -38,7 +38,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFSetCookieCallback.TCefFastSetCookieCallback.html#Create-TCefSetCookieCallbackProc-">Create</a></strong>(const callback: TCefSetCookieCallbackProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFSetCookieCallback.TCefFastSetCookieCallback.html#Create-TCefSetCookieCallbackProc-">Create</a></strong>(const callback: <a href="uCEFInterfaces.html#TCefSetCookieCallbackProc">TCefSetCookieCallbackProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -46,7 +46,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FCallback"></span><code><strong>FCallback</strong>: TCefSetCookieCallbackProc;</code></td>
|
||||
<td class="itemcode"><span id="FCallback"></span><code><strong>FCallback</strong>: <a href="uCEFInterfaces.html#TCefSetCookieCallbackProc">TCefSetCookieCallbackProc</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -65,7 +65,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="Create-TCefSetCookieCallbackProc-"></span><code>constructor <strong>Create</strong>(const callback: TCefSetCookieCallbackProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><span id="Create-TCefSetCookieCallbackProc-"></span><code>constructor <strong>Create</strong>(const callback: <a href="uCEFInterfaces.html#TCefSetCookieCallbackProc">TCefSetCookieCallbackProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFStringVisitor.TCefFastStringVisitor.html#FVisit">FVisit</a></strong>: TCefStringVisitorProc;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFStringVisitor.TCefFastStringVisitor.html#FVisit">FVisit</a></strong>: <a href="uCEFInterfaces.html#TCefStringVisitorProc">TCefStringVisitorProc</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -38,7 +38,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFStringVisitor.TCefFastStringVisitor.html#Create-TCefStringVisitorProc-">Create</a></strong>(const callback: TCefStringVisitorProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFStringVisitor.TCefFastStringVisitor.html#Create-TCefStringVisitorProc-">Create</a></strong>(const callback: <a href="uCEFInterfaces.html#TCefStringVisitorProc">TCefStringVisitorProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -46,7 +46,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FVisit"></span><code><strong>FVisit</strong>: TCefStringVisitorProc;</code></td>
|
||||
<td class="itemcode"><span id="FVisit"></span><code><strong>FVisit</strong>: <a href="uCEFInterfaces.html#TCefStringVisitorProc">TCefStringVisitorProc</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -65,7 +65,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="Create-TCefStringVisitorProc-"></span><code>constructor <strong>Create</strong>(const callback: TCefStringVisitorProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><span id="Create-TCefStringVisitorProc-"></span><code>constructor <strong>Create</strong>(const callback: <a href="uCEFInterfaces.html#TCefStringVisitorProc">TCefStringVisitorProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -32,11 +32,11 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFTextfieldComponent.TCEFTextfieldComponent.html#FOnTextfieldKeyEvent">FOnTextfieldKeyEvent</a></strong>: TOnTextfieldKeyEventEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFTextfieldComponent.TCEFTextfieldComponent.html#FOnTextfieldKeyEvent">FOnTextfieldKeyEvent</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnTextfieldKeyEventEvent">TOnTextfieldKeyEventEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFTextfieldComponent.TCEFTextfieldComponent.html#FOnAfterUserAction">FOnAfterUserAction</a></strong>: TOnAfterUserActionEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFTextfieldComponent.TCEFTextfieldComponent.html#FOnAfterUserAction">FOnAfterUserAction</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnAfterUserActionEvent">TOnAfterUserActionEvent</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -250,11 +250,11 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFTextfieldComponent.TCEFTextfieldComponent.html#OnTextfieldKeyEvent">OnTextfieldKeyEvent</a></strong> : TOnTextfieldKeyEventEvent read <a href="uCEFTextfieldComponent.TCEFTextfieldComponent.html#FOnTextfieldKeyEvent">FOnTextfieldKeyEvent</a> write <a href="uCEFTextfieldComponent.TCEFTextfieldComponent.html#FOnTextfieldKeyEvent">FOnTextfieldKeyEvent</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFTextfieldComponent.TCEFTextfieldComponent.html#OnTextfieldKeyEvent">OnTextfieldKeyEvent</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnTextfieldKeyEventEvent">TOnTextfieldKeyEventEvent</a> read <a href="uCEFTextfieldComponent.TCEFTextfieldComponent.html#FOnTextfieldKeyEvent">FOnTextfieldKeyEvent</a> write <a href="uCEFTextfieldComponent.TCEFTextfieldComponent.html#FOnTextfieldKeyEvent">FOnTextfieldKeyEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFTextfieldComponent.TCEFTextfieldComponent.html#OnAfterUserAction">OnAfterUserAction</a></strong> : TOnAfterUserActionEvent read <a href="uCEFTextfieldComponent.TCEFTextfieldComponent.html#FOnAfterUserAction">FOnAfterUserAction</a> write <a href="uCEFTextfieldComponent.TCEFTextfieldComponent.html#FOnAfterUserAction">FOnAfterUserAction</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFTextfieldComponent.TCEFTextfieldComponent.html#OnAfterUserAction">OnAfterUserAction</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnAfterUserActionEvent">TOnAfterUserActionEvent</a> read <a href="uCEFTextfieldComponent.TCEFTextfieldComponent.html#FOnAfterUserAction">FOnAfterUserAction</a> write <a href="uCEFTextfieldComponent.TCEFTextfieldComponent.html#FOnAfterUserAction">FOnAfterUserAction</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -270,7 +270,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnTextfieldKeyEvent"></span><code><strong>FOnTextfieldKeyEvent</strong>: TOnTextfieldKeyEventEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnTextfieldKeyEvent"></span><code><strong>FOnTextfieldKeyEvent</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnTextfieldKeyEventEvent">TOnTextfieldKeyEventEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -280,7 +280,7 @@ ICefTextfieldDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnAfterUserAction"></span><code><strong>FOnAfterUserAction</strong>: TOnAfterUserActionEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnAfterUserAction"></span><code><strong>FOnAfterUserAction</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnAfterUserActionEvent">TOnAfterUserActionEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -772,7 +772,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnTextfieldKeyEvent"></span><code>property <strong>OnTextfieldKeyEvent</strong> : TOnTextfieldKeyEventEvent read <a href="uCEFTextfieldComponent.TCEFTextfieldComponent.html#FOnTextfieldKeyEvent">FOnTextfieldKeyEvent</a> write <a href="uCEFTextfieldComponent.TCEFTextfieldComponent.html#FOnTextfieldKeyEvent">FOnTextfieldKeyEvent</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnTextfieldKeyEvent"></span><code>property <strong>OnTextfieldKeyEvent</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnTextfieldKeyEventEvent">TOnTextfieldKeyEventEvent</a> read <a href="uCEFTextfieldComponent.TCEFTextfieldComponent.html#FOnTextfieldKeyEvent">FOnTextfieldKeyEvent</a> write <a href="uCEFTextfieldComponent.TCEFTextfieldComponent.html#FOnTextfieldKeyEvent">FOnTextfieldKeyEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -782,7 +782,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnAfterUserAction"></span><code>property <strong>OnAfterUserAction</strong> : TOnAfterUserActionEvent read <a href="uCEFTextfieldComponent.TCEFTextfieldComponent.html#FOnAfterUserAction">FOnAfterUserAction</a> write <a href="uCEFTextfieldComponent.TCEFTextfieldComponent.html#FOnAfterUserAction">FOnAfterUserAction</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnAfterUserAction"></span><code>property <strong>OnAfterUserAction</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnAfterUserActionEvent">TOnAfterUserActionEvent</a> read <a href="uCEFTextfieldComponent.TCEFTextfieldComponent.html#FOnAfterUserAction">FOnAfterUserAction</a> write <a href="uCEFTextfieldComponent.TCEFTextfieldComponent.html#FOnAfterUserAction">FOnAfterUserAction</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
|
@ -49,7 +49,7 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html#FOnAllowDoWork">FOnAllowDoWork</a></strong>: TOnAllowEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html#FOnAllowDoWork">FOnAllowDoWork</a></strong>: <a href="uCEFTimerWorkScheduler.html#TOnAllowEvent">TOnAllowEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
@ -151,7 +151,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html#OnAllowDoWork">OnAllowDoWork</a></strong> : TOnAllowEvent read <a href="uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html#FOnAllowDoWork">FOnAllowDoWork</a> write <a href="uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html#FOnAllowDoWork">FOnAllowDoWork</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html#OnAllowDoWork">OnAllowDoWork</a></strong> : <a href="uCEFTimerWorkScheduler.html#TOnAllowEvent">TOnAllowEvent</a> read <a href="uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html#FOnAllowDoWork">FOnAllowDoWork</a> write <a href="uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html#FOnAllowDoWork">FOnAllowDoWork</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -207,7 +207,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnAllowDoWork"></span><code><strong>FOnAllowDoWork</strong>: TOnAllowEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnAllowDoWork"></span><code><strong>FOnAllowDoWork</strong>: <a href="uCEFTimerWorkScheduler.html#TOnAllowEvent">TOnAllowEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -401,7 +401,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnAllowDoWork"></span><code>property <strong>OnAllowDoWork</strong> : TOnAllowEvent read <a href="uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html#FOnAllowDoWork">FOnAllowDoWork</a> write <a href="uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html#FOnAllowDoWork">FOnAllowDoWork</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnAllowDoWork"></span><code>property <strong>OnAllowDoWork</strong> : <a href="uCEFTimerWorkScheduler.html#TOnAllowEvent">TOnAllowEvent</a> read <a href="uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html#FOnAllowDoWork">FOnAllowDoWork</a> write <a href="uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html#FOnAllowDoWork">FOnAllowDoWork</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -33,7 +33,7 @@
|
||||
<span id="PasDoc-Types"></span><h3 class="summary">Types</h3>
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFTimerWorkScheduler.html#TOnAllowEvent-TObject-boolean-">TOnAllowEvent</a></strong> = procedure(Sender: TObject; var allow : boolean) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFTimerWorkScheduler.html#TOnAllowEvent">TOnAllowEvent</a></strong> = procedure(Sender: TObject; var allow : boolean) of object;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Variables"></span><h3 class="summary">Variables</h3>
|
||||
@ -54,7 +54,7 @@
|
||||
<h3 class="detail">Types</h3>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnAllowEvent-TObject-boolean-"></span><code><strong>TOnAllowEvent</strong> = procedure(Sender: TObject; var allow : boolean) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnAllowEvent"></span><code><strong>TOnAllowEvent</strong> = procedure(Sender: TObject; var allow : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -41,23 +41,23 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnRequestComplete">FOnRequestComplete</a></strong>: TOnRequestComplete;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnRequestComplete">FOnRequestComplete</a></strong>: <a href="uCEFUrlRequestClientEvents.html#TOnRequestComplete">TOnRequestComplete</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnUploadProgress">FOnUploadProgress</a></strong>: TOnUploadProgress;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnUploadProgress">FOnUploadProgress</a></strong>: <a href="uCEFUrlRequestClientEvents.html#TOnUploadProgress">TOnUploadProgress</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadProgress">FOnDownloadProgress</a></strong>: TOnDownloadProgress;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadProgress">FOnDownloadProgress</a></strong>: <a href="uCEFUrlRequestClientEvents.html#TOnDownloadProgress">TOnDownloadProgress</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadData">FOnDownloadData</a></strong>: TOnDownloadData;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadData">FOnDownloadData</a></strong>: <a href="uCEFUrlRequestClientEvents.html#TOnDownloadData">TOnDownloadData</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a></strong>: TOnGetAuthCredentials;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a></strong>: <a href="uCEFUrlRequestClientEvents.html#TOnGetAuthCredentials">TOnGetAuthCredentials</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
@ -127,23 +127,23 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#OnRequestComplete">OnRequestComplete</a></strong> : TOnRequestComplete read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnRequestComplete">FOnRequestComplete</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnRequestComplete">FOnRequestComplete</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#OnRequestComplete">OnRequestComplete</a></strong> : <a href="uCEFUrlRequestClientEvents.html#TOnRequestComplete">TOnRequestComplete</a> read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnRequestComplete">FOnRequestComplete</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnRequestComplete">FOnRequestComplete</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#OnUploadProgress">OnUploadProgress</a></strong> : TOnUploadProgress read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnUploadProgress">FOnUploadProgress</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnUploadProgress">FOnUploadProgress</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#OnUploadProgress">OnUploadProgress</a></strong> : <a href="uCEFUrlRequestClientEvents.html#TOnUploadProgress">TOnUploadProgress</a> read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnUploadProgress">FOnUploadProgress</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnUploadProgress">FOnUploadProgress</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#OnDownloadProgress">OnDownloadProgress</a></strong> : TOnDownloadProgress read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadProgress">FOnDownloadProgress</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadProgress">FOnDownloadProgress</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#OnDownloadProgress">OnDownloadProgress</a></strong> : <a href="uCEFUrlRequestClientEvents.html#TOnDownloadProgress">TOnDownloadProgress</a> read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadProgress">FOnDownloadProgress</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadProgress">FOnDownloadProgress</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#OnDownloadData">OnDownloadData</a></strong> : TOnDownloadData read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadData">FOnDownloadData</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadData">FOnDownloadData</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#OnDownloadData">OnDownloadData</a></strong> : <a href="uCEFUrlRequestClientEvents.html#TOnDownloadData">TOnDownloadData</a> read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadData">FOnDownloadData</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadData">FOnDownloadData</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#OnGetAuthCredentials">OnGetAuthCredentials</a></strong> : TOnGetAuthCredentials read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#OnGetAuthCredentials">OnGetAuthCredentials</a></strong> : <a href="uCEFUrlRequestClientEvents.html#TOnGetAuthCredentials">TOnGetAuthCredentials</a> read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
@ -179,7 +179,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnRequestComplete"></span><code><strong>FOnRequestComplete</strong>: TOnRequestComplete;</code></td>
|
||||
<td class="itemcode"><span id="FOnRequestComplete"></span><code><strong>FOnRequestComplete</strong>: <a href="uCEFUrlRequestClientEvents.html#TOnRequestComplete">TOnRequestComplete</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -187,7 +187,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnUploadProgress"></span><code><strong>FOnUploadProgress</strong>: TOnUploadProgress;</code></td>
|
||||
<td class="itemcode"><span id="FOnUploadProgress"></span><code><strong>FOnUploadProgress</strong>: <a href="uCEFUrlRequestClientEvents.html#TOnUploadProgress">TOnUploadProgress</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -195,7 +195,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnDownloadProgress"></span><code><strong>FOnDownloadProgress</strong>: TOnDownloadProgress;</code></td>
|
||||
<td class="itemcode"><span id="FOnDownloadProgress"></span><code><strong>FOnDownloadProgress</strong>: <a href="uCEFUrlRequestClientEvents.html#TOnDownloadProgress">TOnDownloadProgress</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -203,7 +203,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnDownloadData"></span><code><strong>FOnDownloadData</strong>: TOnDownloadData;</code></td>
|
||||
<td class="itemcode"><span id="FOnDownloadData"></span><code><strong>FOnDownloadData</strong>: <a href="uCEFUrlRequestClientEvents.html#TOnDownloadData">TOnDownloadData</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -211,7 +211,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnGetAuthCredentials"></span><code><strong>FOnGetAuthCredentials</strong>: TOnGetAuthCredentials;</code></td>
|
||||
<td class="itemcode"><span id="FOnGetAuthCredentials"></span><code><strong>FOnGetAuthCredentials</strong>: <a href="uCEFUrlRequestClientEvents.html#TOnGetAuthCredentials">TOnGetAuthCredentials</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -351,7 +351,7 @@ Custom</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnRequestComplete"></span><code>property <strong>OnRequestComplete</strong> : TOnRequestComplete read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnRequestComplete">FOnRequestComplete</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnRequestComplete">FOnRequestComplete</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnRequestComplete"></span><code>property <strong>OnRequestComplete</strong> : <a href="uCEFUrlRequestClientEvents.html#TOnRequestComplete">TOnRequestComplete</a> read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnRequestComplete">FOnRequestComplete</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnRequestComplete">FOnRequestComplete</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -367,7 +367,7 @@ Custom</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnUploadProgress"></span><code>property <strong>OnUploadProgress</strong> : TOnUploadProgress read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnUploadProgress">FOnUploadProgress</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnUploadProgress">FOnUploadProgress</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnUploadProgress"></span><code>property <strong>OnUploadProgress</strong> : <a href="uCEFUrlRequestClientEvents.html#TOnUploadProgress">TOnUploadProgress</a> read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnUploadProgress">FOnUploadProgress</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnUploadProgress">FOnUploadProgress</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -383,7 +383,7 @@ Custom</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnDownloadProgress"></span><code>property <strong>OnDownloadProgress</strong> : TOnDownloadProgress read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadProgress">FOnDownloadProgress</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadProgress">FOnDownloadProgress</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnDownloadProgress"></span><code>property <strong>OnDownloadProgress</strong> : <a href="uCEFUrlRequestClientEvents.html#TOnDownloadProgress">TOnDownloadProgress</a> read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadProgress">FOnDownloadProgress</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadProgress">FOnDownloadProgress</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -399,7 +399,7 @@ Custom</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnDownloadData"></span><code>property <strong>OnDownloadData</strong> : TOnDownloadData read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadData">FOnDownloadData</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadData">FOnDownloadData</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnDownloadData"></span><code>property <strong>OnDownloadData</strong> : <a href="uCEFUrlRequestClientEvents.html#TOnDownloadData">TOnDownloadData</a> read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadData">FOnDownloadData</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnDownloadData">FOnDownloadData</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -415,7 +415,7 @@ Custom</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnGetAuthCredentials"></span><code>property <strong>OnGetAuthCredentials</strong> : TOnGetAuthCredentials read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnGetAuthCredentials"></span><code>property <strong>OnGetAuthCredentials</strong> : <a href="uCEFUrlRequestClientEvents.html#TOnGetAuthCredentials">TOnGetAuthCredentials</a> read <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a> write <a href="uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html#FOnGetAuthCredentials">FOnGetAuthCredentials</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
|
@ -16,54 +16,54 @@
|
||||
<span id="PasDoc-Types"></span><h3 class="summary">Types</h3>
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientEvents.html#TOnRequestComplete-TObject-ICefUrlRequest-">TOnRequestComplete</a></strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientEvents.html#TOnRequestComplete">TOnRequestComplete</a></strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientEvents.html#TOnUploadProgress-TObject-ICefUrlRequest-Int64-Int64-">TOnUploadProgress</a></strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; current, total: Int64) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientEvents.html#TOnUploadProgress">TOnUploadProgress</a></strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; current, total: Int64) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientEvents.html#TOnDownloadProgress-TObject-ICefUrlRequest-Int64-Int64-">TOnDownloadProgress</a></strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; current, total: Int64) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientEvents.html#TOnDownloadProgress">TOnDownloadProgress</a></strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; current, total: Int64) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientEvents.html#TOnDownloadData-TObject-ICefUrlRequest-Pointer-NativeUInt-">TOnDownloadData</a></strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; data: Pointer; dataLength: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientEvents.html#TOnDownloadData">TOnDownloadData</a></strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; data: Pointer; dataLength: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientEvents.html#TOnGetAuthCredentials-TObject-Boolean-ustring-Integer-ustring-ustring-ICefAuthCallback-Boolean-">TOnGetAuthCredentials</a></strong> = procedure(Sender: TObject; isProxy: Boolean; const host: <a href="uCEFTypes.html#ustring">ustring</a>; port: Integer; const realm, scheme: <a href="uCEFTypes.html#ustring">ustring</a>; const callback: <a href="uCEFInterfaces.ICefAuthCallback.html">ICefAuthCallback</a>; var aResult : Boolean) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFUrlRequestClientEvents.html#TOnGetAuthCredentials">TOnGetAuthCredentials</a></strong> = procedure(Sender: TObject; isProxy: Boolean; const host: <a href="uCEFTypes.html#ustring">ustring</a>; port: Integer; const realm, scheme: <a href="uCEFTypes.html#ustring">ustring</a>; const callback: <a href="uCEFInterfaces.ICefAuthCallback.html">ICefAuthCallback</a>; var aResult : Boolean) of object;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
<h3 class="detail">Types</h3>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnRequestComplete-TObject-ICefUrlRequest-"></span><code><strong>TOnRequestComplete</strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnRequestComplete"></span><code><strong>TOnRequestComplete</strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnUploadProgress-TObject-ICefUrlRequest-Int64-Int64-"></span><code><strong>TOnUploadProgress</strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; current, total: Int64) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnUploadProgress"></span><code><strong>TOnUploadProgress</strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; current, total: Int64) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnDownloadProgress-TObject-ICefUrlRequest-Int64-Int64-"></span><code><strong>TOnDownloadProgress</strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; current, total: Int64) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnDownloadProgress"></span><code><strong>TOnDownloadProgress</strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; current, total: Int64) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnDownloadData-TObject-ICefUrlRequest-Pointer-NativeUInt-"></span><code><strong>TOnDownloadData</strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; data: Pointer; dataLength: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnDownloadData"></span><code><strong>TOnDownloadData</strong> = procedure(Sender: TObject; const request: <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; data: Pointer; dataLength: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnGetAuthCredentials-TObject-Boolean-ustring-Integer-ustring-ustring-ICefAuthCallback-Boolean-"></span><code><strong>TOnGetAuthCredentials</strong> = procedure(Sender: TObject; isProxy: Boolean; const host: <a href="uCEFTypes.html#ustring">ustring</a>; port: Integer; const realm, scheme: <a href="uCEFTypes.html#ustring">ustring</a>; const callback: <a href="uCEFInterfaces.ICefAuthCallback.html">ICefAuthCallback</a>; var aResult : Boolean) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnGetAuthCredentials"></span><code><strong>TOnGetAuthCredentials</strong> = procedure(Sender: TObject; isProxy: Boolean; const host: <a href="uCEFTypes.html#ustring">ustring</a>; port: Integer; const realm, scheme: <a href="uCEFTypes.html#ustring">ustring</a>; const callback: <a href="uCEFInterfaces.ICefAuthCallback.html">ICefAuthCallback</a>; var aResult : Boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -27,43 +27,43 @@
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetPreferredSize">FOnGetPreferredSize</a></strong>: TOnGetPreferredSizeEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetPreferredSize">FOnGetPreferredSize</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnGetPreferredSizeEvent">TOnGetPreferredSizeEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetMinimumSize">FOnGetMinimumSize</a></strong>: TOnGetMinimumSizeEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetMinimumSize">FOnGetMinimumSize</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnGetMinimumSizeEvent">TOnGetMinimumSizeEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetMaximumSize">FOnGetMaximumSize</a></strong>: TOnGetMaximumSizeEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetMaximumSize">FOnGetMaximumSize</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnGetMaximumSizeEvent">TOnGetMaximumSizeEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetHeightForWidth">FOnGetHeightForWidth</a></strong>: TOnGetHeightForWidthEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetHeightForWidth">FOnGetHeightForWidth</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnGetHeightForWidthEvent">TOnGetHeightForWidthEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewComponent.TCEFViewComponent.html#FOnParentViewChanged">FOnParentViewChanged</a></strong>: TOnParentViewChangedEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewComponent.TCEFViewComponent.html#FOnParentViewChanged">FOnParentViewChanged</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnParentViewChangedEvent">TOnParentViewChangedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewComponent.TCEFViewComponent.html#FOnChildViewChanged">FOnChildViewChanged</a></strong>: TOnChildViewChangedEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewComponent.TCEFViewComponent.html#FOnChildViewChanged">FOnChildViewChanged</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnChildViewChangedEvent">TOnChildViewChangedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewComponent.TCEFViewComponent.html#FOnWindowChanged">FOnWindowChanged</a></strong>: TOnWindowChangedEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewComponent.TCEFViewComponent.html#FOnWindowChanged">FOnWindowChanged</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnWindowChangedEvent">TOnWindowChangedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewComponent.TCEFViewComponent.html#FOnLayoutChanged">FOnLayoutChanged</a></strong>: TOnLayoutChangedEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewComponent.TCEFViewComponent.html#FOnLayoutChanged">FOnLayoutChanged</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnLayoutChangedEvent">TOnLayoutChangedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewComponent.TCEFViewComponent.html#FOnFocus">FOnFocus</a></strong>: TOnFocusEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewComponent.TCEFViewComponent.html#FOnFocus">FOnFocus</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnFocusEvent">TOnFocusEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewComponent.TCEFViewComponent.html#FOnBlur">FOnBlur</a></strong>: TOnBlurEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewComponent.TCEFViewComponent.html#FOnBlur">FOnBlur</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnBlurEvent">TOnBlurEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
@ -481,43 +481,43 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFViewComponent.TCEFViewComponent.html#OnGetPreferredSize">OnGetPreferredSize</a></strong> : TOnGetPreferredSizeEvent read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetPreferredSize">FOnGetPreferredSize</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetPreferredSize">FOnGetPreferredSize</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFViewComponent.TCEFViewComponent.html#OnGetPreferredSize">OnGetPreferredSize</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnGetPreferredSizeEvent">TOnGetPreferredSizeEvent</a> read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetPreferredSize">FOnGetPreferredSize</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetPreferredSize">FOnGetPreferredSize</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFViewComponent.TCEFViewComponent.html#OnGetMinimumSize">OnGetMinimumSize</a></strong> : TOnGetMinimumSizeEvent read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetMinimumSize">FOnGetMinimumSize</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetMinimumSize">FOnGetMinimumSize</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFViewComponent.TCEFViewComponent.html#OnGetMinimumSize">OnGetMinimumSize</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnGetMinimumSizeEvent">TOnGetMinimumSizeEvent</a> read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetMinimumSize">FOnGetMinimumSize</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetMinimumSize">FOnGetMinimumSize</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFViewComponent.TCEFViewComponent.html#OnGetMaximumSize">OnGetMaximumSize</a></strong> : TOnGetMaximumSizeEvent read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetMaximumSize">FOnGetMaximumSize</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetMaximumSize">FOnGetMaximumSize</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFViewComponent.TCEFViewComponent.html#OnGetMaximumSize">OnGetMaximumSize</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnGetMaximumSizeEvent">TOnGetMaximumSizeEvent</a> read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetMaximumSize">FOnGetMaximumSize</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetMaximumSize">FOnGetMaximumSize</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFViewComponent.TCEFViewComponent.html#OnGetHeightForWidth">OnGetHeightForWidth</a></strong> : TOnGetHeightForWidthEvent read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetHeightForWidth">FOnGetHeightForWidth</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetHeightForWidth">FOnGetHeightForWidth</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFViewComponent.TCEFViewComponent.html#OnGetHeightForWidth">OnGetHeightForWidth</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnGetHeightForWidthEvent">TOnGetHeightForWidthEvent</a> read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetHeightForWidth">FOnGetHeightForWidth</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetHeightForWidth">FOnGetHeightForWidth</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFViewComponent.TCEFViewComponent.html#OnParentViewChanged">OnParentViewChanged</a></strong> : TOnParentViewChangedEvent read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnParentViewChanged">FOnParentViewChanged</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnParentViewChanged">FOnParentViewChanged</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFViewComponent.TCEFViewComponent.html#OnParentViewChanged">OnParentViewChanged</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnParentViewChangedEvent">TOnParentViewChangedEvent</a> read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnParentViewChanged">FOnParentViewChanged</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnParentViewChanged">FOnParentViewChanged</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFViewComponent.TCEFViewComponent.html#OnChildViewChanged">OnChildViewChanged</a></strong> : TOnChildViewChangedEvent read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnChildViewChanged">FOnChildViewChanged</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnChildViewChanged">FOnChildViewChanged</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFViewComponent.TCEFViewComponent.html#OnChildViewChanged">OnChildViewChanged</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnChildViewChangedEvent">TOnChildViewChangedEvent</a> read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnChildViewChanged">FOnChildViewChanged</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnChildViewChanged">FOnChildViewChanged</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFViewComponent.TCEFViewComponent.html#OnWindowChanged">OnWindowChanged</a></strong> : TOnWindowChangedEvent read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnWindowChanged">FOnWindowChanged</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnWindowChanged">FOnWindowChanged</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFViewComponent.TCEFViewComponent.html#OnWindowChanged">OnWindowChanged</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnWindowChangedEvent">TOnWindowChangedEvent</a> read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnWindowChanged">FOnWindowChanged</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnWindowChanged">FOnWindowChanged</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFViewComponent.TCEFViewComponent.html#OnLayoutChanged">OnLayoutChanged</a></strong> : TOnLayoutChangedEvent read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnLayoutChanged">FOnLayoutChanged</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnLayoutChanged">FOnLayoutChanged</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFViewComponent.TCEFViewComponent.html#OnLayoutChanged">OnLayoutChanged</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnLayoutChangedEvent">TOnLayoutChangedEvent</a> read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnLayoutChanged">FOnLayoutChanged</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnLayoutChanged">FOnLayoutChanged</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFViewComponent.TCEFViewComponent.html#OnFocus">OnFocus</a></strong> : TOnFocusEvent read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnFocus">FOnFocus</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnFocus">FOnFocus</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFViewComponent.TCEFViewComponent.html#OnFocus">OnFocus</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnFocusEvent">TOnFocusEvent</a> read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnFocus">FOnFocus</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnFocus">FOnFocus</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFViewComponent.TCEFViewComponent.html#OnBlur">OnBlur</a></strong> : TOnBlurEvent read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnBlur">FOnBlur</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnBlur">FOnBlur</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFViewComponent.TCEFViewComponent.html#OnBlur">OnBlur</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnBlurEvent">TOnBlurEvent</a> read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnBlur">FOnBlur</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnBlur">FOnBlur</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -525,7 +525,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnGetPreferredSize"></span><code><strong>FOnGetPreferredSize</strong>: TOnGetPreferredSizeEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnGetPreferredSize"></span><code><strong>FOnGetPreferredSize</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnGetPreferredSizeEvent">TOnGetPreferredSizeEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -535,7 +535,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnGetMinimumSize"></span><code><strong>FOnGetMinimumSize</strong>: TOnGetMinimumSizeEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnGetMinimumSize"></span><code><strong>FOnGetMinimumSize</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnGetMinimumSizeEvent">TOnGetMinimumSizeEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -543,7 +543,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnGetMaximumSize"></span><code><strong>FOnGetMaximumSize</strong>: TOnGetMaximumSizeEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnGetMaximumSize"></span><code><strong>FOnGetMaximumSize</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnGetMaximumSizeEvent">TOnGetMaximumSizeEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -551,7 +551,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnGetHeightForWidth"></span><code><strong>FOnGetHeightForWidth</strong>: TOnGetHeightForWidthEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnGetHeightForWidth"></span><code><strong>FOnGetHeightForWidth</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnGetHeightForWidthEvent">TOnGetHeightForWidthEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -559,7 +559,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnParentViewChanged"></span><code><strong>FOnParentViewChanged</strong>: TOnParentViewChangedEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnParentViewChanged"></span><code><strong>FOnParentViewChanged</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnParentViewChangedEvent">TOnParentViewChangedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -567,7 +567,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnChildViewChanged"></span><code><strong>FOnChildViewChanged</strong>: TOnChildViewChangedEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnChildViewChanged"></span><code><strong>FOnChildViewChanged</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnChildViewChangedEvent">TOnChildViewChangedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -575,7 +575,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnWindowChanged"></span><code><strong>FOnWindowChanged</strong>: TOnWindowChangedEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnWindowChanged"></span><code><strong>FOnWindowChanged</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnWindowChangedEvent">TOnWindowChangedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -583,7 +583,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnLayoutChanged"></span><code><strong>FOnLayoutChanged</strong>: TOnLayoutChangedEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnLayoutChanged"></span><code><strong>FOnLayoutChanged</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnLayoutChangedEvent">TOnLayoutChangedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -591,7 +591,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnFocus"></span><code><strong>FOnFocus</strong>: TOnFocusEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnFocus"></span><code><strong>FOnFocus</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnFocusEvent">TOnFocusEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -599,7 +599,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnBlur"></span><code><strong>FOnBlur</strong>: TOnBlurEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnBlur"></span><code><strong>FOnBlur</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnBlurEvent">TOnBlurEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -1513,7 +1513,7 @@ Custom</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnGetPreferredSize"></span><code>property <strong>OnGetPreferredSize</strong> : TOnGetPreferredSizeEvent read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetPreferredSize">FOnGetPreferredSize</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetPreferredSize">FOnGetPreferredSize</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnGetPreferredSize"></span><code>property <strong>OnGetPreferredSize</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnGetPreferredSizeEvent">TOnGetPreferredSizeEvent</a> read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetPreferredSize">FOnGetPreferredSize</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetPreferredSize">FOnGetPreferredSize</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1523,7 +1523,7 @@ Custom</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnGetMinimumSize"></span><code>property <strong>OnGetMinimumSize</strong> : TOnGetMinimumSizeEvent read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetMinimumSize">FOnGetMinimumSize</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetMinimumSize">FOnGetMinimumSize</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnGetMinimumSize"></span><code>property <strong>OnGetMinimumSize</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnGetMinimumSizeEvent">TOnGetMinimumSizeEvent</a> read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetMinimumSize">FOnGetMinimumSize</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetMinimumSize">FOnGetMinimumSize</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1533,7 +1533,7 @@ Custom</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnGetMaximumSize"></span><code>property <strong>OnGetMaximumSize</strong> : TOnGetMaximumSizeEvent read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetMaximumSize">FOnGetMaximumSize</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetMaximumSize">FOnGetMaximumSize</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnGetMaximumSize"></span><code>property <strong>OnGetMaximumSize</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnGetMaximumSizeEvent">TOnGetMaximumSizeEvent</a> read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetMaximumSize">FOnGetMaximumSize</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetMaximumSize">FOnGetMaximumSize</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1543,7 +1543,7 @@ Custom</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnGetHeightForWidth"></span><code>property <strong>OnGetHeightForWidth</strong> : TOnGetHeightForWidthEvent read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetHeightForWidth">FOnGetHeightForWidth</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetHeightForWidth">FOnGetHeightForWidth</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnGetHeightForWidth"></span><code>property <strong>OnGetHeightForWidth</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnGetHeightForWidthEvent">TOnGetHeightForWidthEvent</a> read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetHeightForWidth">FOnGetHeightForWidth</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnGetHeightForWidth">FOnGetHeightForWidth</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1553,7 +1553,7 @@ Custom</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnParentViewChanged"></span><code>property <strong>OnParentViewChanged</strong> : TOnParentViewChangedEvent read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnParentViewChanged">FOnParentViewChanged</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnParentViewChanged">FOnParentViewChanged</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnParentViewChanged"></span><code>property <strong>OnParentViewChanged</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnParentViewChangedEvent">TOnParentViewChangedEvent</a> read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnParentViewChanged">FOnParentViewChanged</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnParentViewChanged">FOnParentViewChanged</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1563,7 +1563,7 @@ Custom</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnChildViewChanged"></span><code>property <strong>OnChildViewChanged</strong> : TOnChildViewChangedEvent read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnChildViewChanged">FOnChildViewChanged</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnChildViewChanged">FOnChildViewChanged</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnChildViewChanged"></span><code>property <strong>OnChildViewChanged</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnChildViewChangedEvent">TOnChildViewChangedEvent</a> read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnChildViewChanged">FOnChildViewChanged</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnChildViewChanged">FOnChildViewChanged</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1573,7 +1573,7 @@ Custom</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnWindowChanged"></span><code>property <strong>OnWindowChanged</strong> : TOnWindowChangedEvent read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnWindowChanged">FOnWindowChanged</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnWindowChanged">FOnWindowChanged</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnWindowChanged"></span><code>property <strong>OnWindowChanged</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnWindowChangedEvent">TOnWindowChangedEvent</a> read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnWindowChanged">FOnWindowChanged</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnWindowChanged">FOnWindowChanged</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1583,7 +1583,7 @@ Custom</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnLayoutChanged"></span><code>property <strong>OnLayoutChanged</strong> : TOnLayoutChangedEvent read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnLayoutChanged">FOnLayoutChanged</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnLayoutChanged">FOnLayoutChanged</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnLayoutChanged"></span><code>property <strong>OnLayoutChanged</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnLayoutChangedEvent">TOnLayoutChangedEvent</a> read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnLayoutChanged">FOnLayoutChanged</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnLayoutChanged">FOnLayoutChanged</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1593,7 +1593,7 @@ Custom</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnFocus"></span><code>property <strong>OnFocus</strong> : TOnFocusEvent read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnFocus">FOnFocus</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnFocus">FOnFocus</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnFocus"></span><code>property <strong>OnFocus</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnFocusEvent">TOnFocusEvent</a> read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnFocus">FOnFocus</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnFocus">FOnFocus</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1603,7 +1603,7 @@ Custom</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnBlur"></span><code>property <strong>OnBlur</strong> : TOnBlurEvent read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnBlur">FOnBlur</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnBlur">FOnBlur</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnBlur"></span><code>property <strong>OnBlur</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnBlurEvent">TOnBlurEvent</a> read <a href="uCEFViewComponent.TCEFViewComponent.html#FOnBlur">FOnBlur</a> write <a href="uCEFViewComponent.TCEFViewComponent.html#FOnBlur">FOnBlur</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
|
@ -16,134 +16,134 @@
|
||||
<span id="PasDoc-Types"></span><h3 class="summary">Types</h3>
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetPreferredSizeEvent-TObject-ICefView-TCefSize-">TOnGetPreferredSizeEvent</a></strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; var aResult : <a href="uCEFTypes.TCefSize.html">TCefSize</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetPreferredSizeEvent">TOnGetPreferredSizeEvent</a></strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; var aResult : <a href="uCEFTypes.TCefSize.html">TCefSize</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetMinimumSizeEvent-TObject-ICefView-TCefSize-">TOnGetMinimumSizeEvent</a></strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; var aResult : <a href="uCEFTypes.TCefSize.html">TCefSize</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetMinimumSizeEvent">TOnGetMinimumSizeEvent</a></strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; var aResult : <a href="uCEFTypes.TCefSize.html">TCefSize</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetMaximumSizeEvent-TObject-ICefView-TCefSize-">TOnGetMaximumSizeEvent</a></strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; var aResult : <a href="uCEFTypes.TCefSize.html">TCefSize</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetMaximumSizeEvent">TOnGetMaximumSizeEvent</a></strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; var aResult : <a href="uCEFTypes.TCefSize.html">TCefSize</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetHeightForWidthEvent-TObject-ICefView-Integer-Integer-">TOnGetHeightForWidthEvent</a></strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; width: Integer; var aResult: Integer) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetHeightForWidthEvent">TOnGetHeightForWidthEvent</a></strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; width: Integer; var aResult: Integer) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnParentViewChangedEvent-TObject-ICefView-boolean-ICefView-">TOnParentViewChangedEvent</a></strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; added: boolean; const parent: <a href="uCEFInterfaces.ICefView.html">ICefView</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnParentViewChangedEvent">TOnParentViewChangedEvent</a></strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; added: boolean; const parent: <a href="uCEFInterfaces.ICefView.html">ICefView</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnChildViewChangedEvent-TObject-ICefView-boolean-ICefView-">TOnChildViewChangedEvent</a></strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; added: boolean; const child: <a href="uCEFInterfaces.ICefView.html">ICefView</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnChildViewChangedEvent">TOnChildViewChangedEvent</a></strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; added: boolean; const child: <a href="uCEFInterfaces.ICefView.html">ICefView</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWindowChangedEvent-TObject-ICefView-boolean-">TOnWindowChangedEvent</a></strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; added: boolean) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWindowChangedEvent">TOnWindowChangedEvent</a></strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; added: boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnLayoutChangedEvent-TObject-ICefView-TCefRect-">TOnLayoutChangedEvent</a></strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; new_bounds: <a href="uCEFTypes.TCefRect.html">TCefRect</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnLayoutChangedEvent">TOnLayoutChangedEvent</a></strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; new_bounds: <a href="uCEFTypes.TCefRect.html">TCefRect</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnFocusEvent-TObject-ICefView-">TOnFocusEvent</a></strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnFocusEvent">TOnFocusEvent</a></strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnBlurEvent-TObject-ICefView-">TOnBlurEvent</a></strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnBlurEvent">TOnBlurEvent</a></strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnTextfieldKeyEventEvent-TObject-ICefTextfield-TCefKeyEvent-boolean-">TOnTextfieldKeyEventEvent</a></strong> = procedure(const Sender: TObject; const textfield: <a href="uCEFInterfaces.ICefTextfield.html">ICefTextfield</a>; const event: <a href="uCEFTypes.TCefKeyEvent.html">TCefKeyEvent</a>; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnTextfieldKeyEventEvent">TOnTextfieldKeyEventEvent</a></strong> = procedure(const Sender: TObject; const textfield: <a href="uCEFInterfaces.ICefTextfield.html">ICefTextfield</a>; const event: <a href="uCEFTypes.TCefKeyEvent.html">TCefKeyEvent</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnAfterUserActionEvent-TObject-ICefTextfield-">TOnAfterUserActionEvent</a></strong> = procedure(const Sender: TObject; const textfield: <a href="uCEFInterfaces.ICefTextfield.html">ICefTextfield</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnAfterUserActionEvent">TOnAfterUserActionEvent</a></strong> = procedure(const Sender: TObject; const textfield: <a href="uCEFInterfaces.ICefTextfield.html">ICefTextfield</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnBrowserCreatedEvent-TObject-ICefBrowserView-ICefBrowser-">TOnBrowserCreatedEvent</a></strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnBrowserCreatedEvent">TOnBrowserCreatedEvent</a></strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnBrowserDestroyedEvent-TObject-ICefBrowserView-ICefBrowser-">TOnBrowserDestroyedEvent</a></strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnBrowserDestroyedEvent">TOnBrowserDestroyedEvent</a></strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetDelegateForPopupBrowserViewEvent-TObject-ICefBrowserView-TCefBrowserSettings-ICefClient-boolean-ICefBrowserViewDelegate-">TOnGetDelegateForPopupBrowserViewEvent</a></strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; const settings: <a href="uCEFTypes.TCefBrowserSettings.html">TCefBrowserSettings</a>; const client: <a href="uCEFInterfaces.ICefClient.html">ICefClient</a>; is_devtools: boolean; var aResult : <a href="uCEFInterfaces.ICefBrowserViewDelegate.html">ICefBrowserViewDelegate</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetDelegateForPopupBrowserViewEvent">TOnGetDelegateForPopupBrowserViewEvent</a></strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; const settings: <a href="uCEFTypes.TCefBrowserSettings.html">TCefBrowserSettings</a>; const client: <a href="uCEFInterfaces.ICefClient.html">ICefClient</a>; is_devtools: boolean; var aResult : <a href="uCEFInterfaces.ICefBrowserViewDelegate.html">ICefBrowserViewDelegate</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnPopupBrowserViewCreatedEvent-TObject-ICefBrowserView-ICefBrowserView-boolean-boolean-">TOnPopupBrowserViewCreatedEvent</a></strong> = procedure(const Sender: TObject; const browser_view, popup_browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; is_devtools: boolean; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnPopupBrowserViewCreatedEvent">TOnPopupBrowserViewCreatedEvent</a></strong> = procedure(const Sender: TObject; const browser_view, popup_browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; is_devtools: boolean; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetChromeToolbarTypeEvent-TObject-ICefBrowserView-TCefChromeToolbarType-">TOnGetChromeToolbarTypeEvent</a></strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; var aChromeToolbarType: <a href="uCEFTypes.html#TCefChromeToolbarType">TCefChromeToolbarType</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetChromeToolbarTypeEvent">TOnGetChromeToolbarTypeEvent</a></strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; var aChromeToolbarType: <a href="uCEFTypes.html#TCefChromeToolbarType">TCefChromeToolbarType</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnUseFramelessWindowForPictureInPicture-TObject-ICefBrowserView-boolean-">TOnUseFramelessWindowForPictureInPicture</a></strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnUseFramelessWindowForPictureInPicture">TOnUseFramelessWindowForPictureInPicture</a></strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGestureCommandEvent-TObject-ICefBrowserView-TCefGestureCommand-boolean-">TOnGestureCommandEvent</a></strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; gesture_command: <a href="uCEFTypes.html#TCefGestureCommand">TCefGestureCommand</a>; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGestureCommandEvent">TOnGestureCommandEvent</a></strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; gesture_command: <a href="uCEFTypes.html#TCefGestureCommand">TCefGestureCommand</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnButtonPressedEvent-TObject-ICefButton-">TOnButtonPressedEvent</a></strong> = procedure(const Sender: TObject; const button: <a href="uCEFInterfaces.ICefButton.html">ICefButton</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnButtonPressedEvent">TOnButtonPressedEvent</a></strong> = procedure(const Sender: TObject; const button: <a href="uCEFInterfaces.ICefButton.html">ICefButton</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnButtonStateChangedEvent-TObject-ICefButton-">TOnButtonStateChangedEvent</a></strong> = procedure(const Sender: TObject; const button: <a href="uCEFInterfaces.ICefButton.html">ICefButton</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnButtonStateChangedEvent">TOnButtonStateChangedEvent</a></strong> = procedure(const Sender: TObject; const button: <a href="uCEFInterfaces.ICefButton.html">ICefButton</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnMenuButtonPressedEvent-TObject-ICefMenuButton-TCefPoint-ICefMenuButtonPressedLock-">TOnMenuButtonPressedEvent</a></strong> = procedure(const Sender: TObject; const menu_button: <a href="uCEFInterfaces.ICefMenuButton.html">ICefMenuButton</a>; const screen_point: <a href="uCEFTypes.TCefPoint.html">TCefPoint</a>; const button_pressed_lock: <a href="uCEFInterfaces.ICefMenuButtonPressedLock.html">ICefMenuButtonPressedLock</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnMenuButtonPressedEvent">TOnMenuButtonPressedEvent</a></strong> = procedure(const Sender: TObject; const menu_button: <a href="uCEFInterfaces.ICefMenuButton.html">ICefMenuButton</a>; const screen_point: <a href="uCEFTypes.TCefPoint.html">TCefPoint</a>; const button_pressed_lock: <a href="uCEFInterfaces.ICefMenuButtonPressedLock.html">ICefMenuButtonPressedLock</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWindowCreatedEvent-TObject-ICefWindow-">TOnWindowCreatedEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWindowCreatedEvent">TOnWindowCreatedEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWindowClosingEvent-TObject-ICefWindow-">TOnWindowClosingEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWindowClosingEvent">TOnWindowClosingEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWindowDestroyedEvent-TObject-ICefWindow-">TOnWindowDestroyedEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWindowDestroyedEvent">TOnWindowDestroyedEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWindowActivationChangedEvent-TObject-ICefWindow-boolean-">TOnWindowActivationChangedEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; active: boolean) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWindowActivationChangedEvent">TOnWindowActivationChangedEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; active: boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWindowBoundsChangedEvent-TObject-ICefWindow-TCefRect-">TOnWindowBoundsChangedEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; const new_bounds: <a href="uCEFTypes.TCefRect.html">TCefRect</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWindowBoundsChangedEvent">TOnWindowBoundsChangedEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; const new_bounds: <a href="uCEFTypes.TCefRect.html">TCefRect</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetParentWindowEvent-TObject-ICefWindow-boolean-boolean-ICefWindow-">TOnGetParentWindowEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var is_menu, can_activate_menu: boolean; var aResult : <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetParentWindowEvent">TOnGetParentWindowEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var is_menu, can_activate_menu: boolean; var aResult : <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnIsWindowModalDialogEvent-TObject-ICefWindow-boolean-">TOnIsWindowModalDialogEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnIsWindowModalDialogEvent">TOnIsWindowModalDialogEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetInitialBoundsEvent-TObject-ICefWindow-TCefRect-">TOnGetInitialBoundsEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : <a href="uCEFTypes.TCefRect.html">TCefRect</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetInitialBoundsEvent">TOnGetInitialBoundsEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : <a href="uCEFTypes.TCefRect.html">TCefRect</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetInitialShowStateEvent-TObject-ICefWindow-TCefShowState-">TOnGetInitialShowStateEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : <a href="uCEFTypes.html#TCefShowState">TCefShowState</a>) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetInitialShowStateEvent">TOnGetInitialShowStateEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : <a href="uCEFTypes.html#TCefShowState">TCefShowState</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnIsFramelessEvent-TObject-ICefWindow-boolean-">TOnIsFramelessEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnIsFramelessEvent">TOnIsFramelessEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWithStandardWindowButtonsEvent-TObject-ICefWindow-boolean-">TOnWithStandardWindowButtonsEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWithStandardWindowButtonsEvent">TOnWithStandardWindowButtonsEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetTitlebarHeightEvent-TObject-ICefWindow-Single-boolean-">TOnGetTitlebarHeightEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var titlebar_height: Single; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnGetTitlebarHeightEvent">TOnGetTitlebarHeightEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var titlebar_height: Single; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnCanResizeEvent-TObject-ICefWindow-boolean-">TOnCanResizeEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnCanResizeEvent">TOnCanResizeEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnCanMaximizeEvent-TObject-ICefWindow-boolean-">TOnCanMaximizeEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnCanMaximizeEvent">TOnCanMaximizeEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnCanMinimizeEvent-TObject-ICefWindow-boolean-">TOnCanMinimizeEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnCanMinimizeEvent">TOnCanMinimizeEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnCanCloseEvent-TObject-ICefWindow-boolean-">TOnCanCloseEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnCanCloseEvent">TOnCanCloseEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnAcceleratorEvent-TObject-ICefWindow-Integer-boolean-">TOnAcceleratorEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; command_id: Integer; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnAcceleratorEvent">TOnAcceleratorEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; command_id: Integer; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWindowKeyEventEvent-TObject-ICefWindow-TCefKeyEvent-boolean-">TOnWindowKeyEventEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; const event: <a href="uCEFTypes.TCefKeyEvent.html">TCefKeyEvent</a>; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWindowKeyEventEvent">TOnWindowKeyEventEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; const event: <a href="uCEFTypes.TCefKeyEvent.html">TCefKeyEvent</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWindowFullscreenTransitionEvent-TObject-ICefWindow-boolean-">TOnWindowFullscreenTransitionEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; is_completed: boolean) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFViewsFrameworkEvents.html#TOnWindowFullscreenTransitionEvent">TOnWindowFullscreenTransitionEvent</a></strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; is_completed: boolean) of object;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
<h3 class="detail">Types</h3>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnGetPreferredSizeEvent-TObject-ICefView-TCefSize-"></span><code><strong>TOnGetPreferredSizeEvent</strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; var aResult : <a href="uCEFTypes.TCefSize.html">TCefSize</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnGetPreferredSizeEvent"></span><code><strong>TOnGetPreferredSizeEvent</strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; var aResult : <a href="uCEFTypes.TCefSize.html">TCefSize</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p>
|
||||
@ -152,70 +152,70 @@ ICefViewDelegate</p>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnGetMinimumSizeEvent-TObject-ICefView-TCefSize-"></span><code><strong>TOnGetMinimumSizeEvent</strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; var aResult : <a href="uCEFTypes.TCefSize.html">TCefSize</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnGetMinimumSizeEvent"></span><code><strong>TOnGetMinimumSizeEvent</strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; var aResult : <a href="uCEFTypes.TCefSize.html">TCefSize</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnGetMaximumSizeEvent-TObject-ICefView-TCefSize-"></span><code><strong>TOnGetMaximumSizeEvent</strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; var aResult : <a href="uCEFTypes.TCefSize.html">TCefSize</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnGetMaximumSizeEvent"></span><code><strong>TOnGetMaximumSizeEvent</strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; var aResult : <a href="uCEFTypes.TCefSize.html">TCefSize</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnGetHeightForWidthEvent-TObject-ICefView-Integer-Integer-"></span><code><strong>TOnGetHeightForWidthEvent</strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; width: Integer; var aResult: Integer) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnGetHeightForWidthEvent"></span><code><strong>TOnGetHeightForWidthEvent</strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; width: Integer; var aResult: Integer) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnParentViewChangedEvent-TObject-ICefView-boolean-ICefView-"></span><code><strong>TOnParentViewChangedEvent</strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; added: boolean; const parent: <a href="uCEFInterfaces.ICefView.html">ICefView</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnParentViewChangedEvent"></span><code><strong>TOnParentViewChangedEvent</strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; added: boolean; const parent: <a href="uCEFInterfaces.ICefView.html">ICefView</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnChildViewChangedEvent-TObject-ICefView-boolean-ICefView-"></span><code><strong>TOnChildViewChangedEvent</strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; added: boolean; const child: <a href="uCEFInterfaces.ICefView.html">ICefView</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnChildViewChangedEvent"></span><code><strong>TOnChildViewChangedEvent</strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; added: boolean; const child: <a href="uCEFInterfaces.ICefView.html">ICefView</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnWindowChangedEvent-TObject-ICefView-boolean-"></span><code><strong>TOnWindowChangedEvent</strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; added: boolean) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnWindowChangedEvent"></span><code><strong>TOnWindowChangedEvent</strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; added: boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnLayoutChangedEvent-TObject-ICefView-TCefRect-"></span><code><strong>TOnLayoutChangedEvent</strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; new_bounds: <a href="uCEFTypes.TCefRect.html">TCefRect</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnLayoutChangedEvent"></span><code><strong>TOnLayoutChangedEvent</strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>; new_bounds: <a href="uCEFTypes.TCefRect.html">TCefRect</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnFocusEvent-TObject-ICefView-"></span><code><strong>TOnFocusEvent</strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnFocusEvent"></span><code><strong>TOnFocusEvent</strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnBlurEvent-TObject-ICefView-"></span><code><strong>TOnBlurEvent</strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnBlurEvent"></span><code><strong>TOnBlurEvent</strong> = procedure(const Sender: TObject; const view: <a href="uCEFInterfaces.ICefView.html">ICefView</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnTextfieldKeyEventEvent-TObject-ICefTextfield-TCefKeyEvent-boolean-"></span><code><strong>TOnTextfieldKeyEventEvent</strong> = procedure(const Sender: TObject; const textfield: <a href="uCEFInterfaces.ICefTextfield.html">ICefTextfield</a>; const event: <a href="uCEFTypes.TCefKeyEvent.html">TCefKeyEvent</a>; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnTextfieldKeyEventEvent"></span><code><strong>TOnTextfieldKeyEventEvent</strong> = procedure(const Sender: TObject; const textfield: <a href="uCEFInterfaces.ICefTextfield.html">ICefTextfield</a>; const event: <a href="uCEFTypes.TCefKeyEvent.html">TCefKeyEvent</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p>
|
||||
@ -224,14 +224,14 @@ ICefTextfieldDelegate</p>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnAfterUserActionEvent-TObject-ICefTextfield-"></span><code><strong>TOnAfterUserActionEvent</strong> = procedure(const Sender: TObject; const textfield: <a href="uCEFInterfaces.ICefTextfield.html">ICefTextfield</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnAfterUserActionEvent"></span><code><strong>TOnAfterUserActionEvent</strong> = procedure(const Sender: TObject; const textfield: <a href="uCEFInterfaces.ICefTextfield.html">ICefTextfield</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnBrowserCreatedEvent-TObject-ICefBrowserView-ICefBrowser-"></span><code><strong>TOnBrowserCreatedEvent</strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnBrowserCreatedEvent"></span><code><strong>TOnBrowserCreatedEvent</strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p>
|
||||
@ -240,49 +240,49 @@ ICefPanelDelegate ICefBrowserViewDelegate</p>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnBrowserDestroyedEvent-TObject-ICefBrowserView-ICefBrowser-"></span><code><strong>TOnBrowserDestroyedEvent</strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnBrowserDestroyedEvent"></span><code><strong>TOnBrowserDestroyedEvent</strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnGetDelegateForPopupBrowserViewEvent-TObject-ICefBrowserView-TCefBrowserSettings-ICefClient-boolean-ICefBrowserViewDelegate-"></span><code><strong>TOnGetDelegateForPopupBrowserViewEvent</strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; const settings: <a href="uCEFTypes.TCefBrowserSettings.html">TCefBrowserSettings</a>; const client: <a href="uCEFInterfaces.ICefClient.html">ICefClient</a>; is_devtools: boolean; var aResult : <a href="uCEFInterfaces.ICefBrowserViewDelegate.html">ICefBrowserViewDelegate</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnGetDelegateForPopupBrowserViewEvent"></span><code><strong>TOnGetDelegateForPopupBrowserViewEvent</strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; const settings: <a href="uCEFTypes.TCefBrowserSettings.html">TCefBrowserSettings</a>; const client: <a href="uCEFInterfaces.ICefClient.html">ICefClient</a>; is_devtools: boolean; var aResult : <a href="uCEFInterfaces.ICefBrowserViewDelegate.html">ICefBrowserViewDelegate</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnPopupBrowserViewCreatedEvent-TObject-ICefBrowserView-ICefBrowserView-boolean-boolean-"></span><code><strong>TOnPopupBrowserViewCreatedEvent</strong> = procedure(const Sender: TObject; const browser_view, popup_browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; is_devtools: boolean; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnPopupBrowserViewCreatedEvent"></span><code><strong>TOnPopupBrowserViewCreatedEvent</strong> = procedure(const Sender: TObject; const browser_view, popup_browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; is_devtools: boolean; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnGetChromeToolbarTypeEvent-TObject-ICefBrowserView-TCefChromeToolbarType-"></span><code><strong>TOnGetChromeToolbarTypeEvent</strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; var aChromeToolbarType: <a href="uCEFTypes.html#TCefChromeToolbarType">TCefChromeToolbarType</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnGetChromeToolbarTypeEvent"></span><code><strong>TOnGetChromeToolbarTypeEvent</strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; var aChromeToolbarType: <a href="uCEFTypes.html#TCefChromeToolbarType">TCefChromeToolbarType</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnUseFramelessWindowForPictureInPicture-TObject-ICefBrowserView-boolean-"></span><code><strong>TOnUseFramelessWindowForPictureInPicture</strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnUseFramelessWindowForPictureInPicture"></span><code><strong>TOnUseFramelessWindowForPictureInPicture</strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnGestureCommandEvent-TObject-ICefBrowserView-TCefGestureCommand-boolean-"></span><code><strong>TOnGestureCommandEvent</strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; gesture_command: <a href="uCEFTypes.html#TCefGestureCommand">TCefGestureCommand</a>; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnGestureCommandEvent"></span><code><strong>TOnGestureCommandEvent</strong> = procedure(const Sender: TObject; const browser_view: <a href="uCEFInterfaces.ICefBrowserView.html">ICefBrowserView</a>; gesture_command: <a href="uCEFTypes.html#TCefGestureCommand">TCefGestureCommand</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnButtonPressedEvent-TObject-ICefButton-"></span><code><strong>TOnButtonPressedEvent</strong> = procedure(const Sender: TObject; const button: <a href="uCEFInterfaces.ICefButton.html">ICefButton</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnButtonPressedEvent"></span><code><strong>TOnButtonPressedEvent</strong> = procedure(const Sender: TObject; const button: <a href="uCEFInterfaces.ICefButton.html">ICefButton</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p>
|
||||
@ -291,14 +291,14 @@ ICefButtonDelegate</p>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnButtonStateChangedEvent-TObject-ICefButton-"></span><code><strong>TOnButtonStateChangedEvent</strong> = procedure(const Sender: TObject; const button: <a href="uCEFInterfaces.ICefButton.html">ICefButton</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnButtonStateChangedEvent"></span><code><strong>TOnButtonStateChangedEvent</strong> = procedure(const Sender: TObject; const button: <a href="uCEFInterfaces.ICefButton.html">ICefButton</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnMenuButtonPressedEvent-TObject-ICefMenuButton-TCefPoint-ICefMenuButtonPressedLock-"></span><code><strong>TOnMenuButtonPressedEvent</strong> = procedure(const Sender: TObject; const menu_button: <a href="uCEFInterfaces.ICefMenuButton.html">ICefMenuButton</a>; const screen_point: <a href="uCEFTypes.TCefPoint.html">TCefPoint</a>; const button_pressed_lock: <a href="uCEFInterfaces.ICefMenuButtonPressedLock.html">ICefMenuButtonPressedLock</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnMenuButtonPressedEvent"></span><code><strong>TOnMenuButtonPressedEvent</strong> = procedure(const Sender: TObject; const menu_button: <a href="uCEFInterfaces.ICefMenuButton.html">ICefMenuButton</a>; const screen_point: <a href="uCEFTypes.TCefPoint.html">TCefPoint</a>; const button_pressed_lock: <a href="uCEFInterfaces.ICefMenuButtonPressedLock.html">ICefMenuButtonPressedLock</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p>
|
||||
@ -307,7 +307,7 @@ ICefMenuButtonDelegate</p>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnWindowCreatedEvent-TObject-ICefWindow-"></span><code><strong>TOnWindowCreatedEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnWindowCreatedEvent"></span><code><strong>TOnWindowCreatedEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p>
|
||||
@ -316,126 +316,126 @@ ICefWindowDelegate</p>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnWindowClosingEvent-TObject-ICefWindow-"></span><code><strong>TOnWindowClosingEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnWindowClosingEvent"></span><code><strong>TOnWindowClosingEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnWindowDestroyedEvent-TObject-ICefWindow-"></span><code><strong>TOnWindowDestroyedEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnWindowDestroyedEvent"></span><code><strong>TOnWindowDestroyedEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnWindowActivationChangedEvent-TObject-ICefWindow-boolean-"></span><code><strong>TOnWindowActivationChangedEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; active: boolean) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnWindowActivationChangedEvent"></span><code><strong>TOnWindowActivationChangedEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; active: boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnWindowBoundsChangedEvent-TObject-ICefWindow-TCefRect-"></span><code><strong>TOnWindowBoundsChangedEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; const new_bounds: <a href="uCEFTypes.TCefRect.html">TCefRect</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnWindowBoundsChangedEvent"></span><code><strong>TOnWindowBoundsChangedEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; const new_bounds: <a href="uCEFTypes.TCefRect.html">TCefRect</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnGetParentWindowEvent-TObject-ICefWindow-boolean-boolean-ICefWindow-"></span><code><strong>TOnGetParentWindowEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var is_menu, can_activate_menu: boolean; var aResult : <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnGetParentWindowEvent"></span><code><strong>TOnGetParentWindowEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var is_menu, can_activate_menu: boolean; var aResult : <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnIsWindowModalDialogEvent-TObject-ICefWindow-boolean-"></span><code><strong>TOnIsWindowModalDialogEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnIsWindowModalDialogEvent"></span><code><strong>TOnIsWindowModalDialogEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnGetInitialBoundsEvent-TObject-ICefWindow-TCefRect-"></span><code><strong>TOnGetInitialBoundsEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : <a href="uCEFTypes.TCefRect.html">TCefRect</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnGetInitialBoundsEvent"></span><code><strong>TOnGetInitialBoundsEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : <a href="uCEFTypes.TCefRect.html">TCefRect</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnGetInitialShowStateEvent-TObject-ICefWindow-TCefShowState-"></span><code><strong>TOnGetInitialShowStateEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : <a href="uCEFTypes.html#TCefShowState">TCefShowState</a>) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnGetInitialShowStateEvent"></span><code><strong>TOnGetInitialShowStateEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : <a href="uCEFTypes.html#TCefShowState">TCefShowState</a>) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnIsFramelessEvent-TObject-ICefWindow-boolean-"></span><code><strong>TOnIsFramelessEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnIsFramelessEvent"></span><code><strong>TOnIsFramelessEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnWithStandardWindowButtonsEvent-TObject-ICefWindow-boolean-"></span><code><strong>TOnWithStandardWindowButtonsEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnWithStandardWindowButtonsEvent"></span><code><strong>TOnWithStandardWindowButtonsEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnGetTitlebarHeightEvent-TObject-ICefWindow-Single-boolean-"></span><code><strong>TOnGetTitlebarHeightEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var titlebar_height: Single; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnGetTitlebarHeightEvent"></span><code><strong>TOnGetTitlebarHeightEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var titlebar_height: Single; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnCanResizeEvent-TObject-ICefWindow-boolean-"></span><code><strong>TOnCanResizeEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnCanResizeEvent"></span><code><strong>TOnCanResizeEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnCanMaximizeEvent-TObject-ICefWindow-boolean-"></span><code><strong>TOnCanMaximizeEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnCanMaximizeEvent"></span><code><strong>TOnCanMaximizeEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnCanMinimizeEvent-TObject-ICefWindow-boolean-"></span><code><strong>TOnCanMinimizeEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnCanMinimizeEvent"></span><code><strong>TOnCanMinimizeEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnCanCloseEvent-TObject-ICefWindow-boolean-"></span><code><strong>TOnCanCloseEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnCanCloseEvent"></span><code><strong>TOnCanCloseEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnAcceleratorEvent-TObject-ICefWindow-Integer-boolean-"></span><code><strong>TOnAcceleratorEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; command_id: Integer; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnAcceleratorEvent"></span><code><strong>TOnAcceleratorEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; command_id: Integer; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnWindowKeyEventEvent-TObject-ICefWindow-TCefKeyEvent-boolean-"></span><code><strong>TOnWindowKeyEventEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; const event: <a href="uCEFTypes.TCefKeyEvent.html">TCefKeyEvent</a>; var aResult : boolean) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnWindowKeyEventEvent"></span><code><strong>TOnWindowKeyEventEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; const event: <a href="uCEFTypes.TCefKeyEvent.html">TCefKeyEvent</a>; var aResult : boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnWindowFullscreenTransitionEvent-TObject-ICefWindow-boolean-"></span><code><strong>TOnWindowFullscreenTransitionEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; is_completed: boolean) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnWindowFullscreenTransitionEvent"></span><code><strong>TOnWindowFullscreenTransitionEvent</strong> = procedure(const Sender: TObject; const window_: <a href="uCEFInterfaces.ICefWindow.html">ICefWindow</a>; is_completed: boolean) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -37,79 +37,79 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowCreated">FOnWindowCreated</a></strong>: TOnWindowCreatedEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowCreated">FOnWindowCreated</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnWindowCreatedEvent">TOnWindowCreatedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowClosing">FOnWindowClosing</a></strong>: TOnWindowClosingEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowClosing">FOnWindowClosing</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnWindowClosingEvent">TOnWindowClosingEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowDestroyed">FOnWindowDestroyed</a></strong>: TOnWindowDestroyedEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowDestroyed">FOnWindowDestroyed</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnWindowDestroyedEvent">TOnWindowDestroyedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowActivationChanged">FOnWindowActivationChanged</a></strong>: TOnWindowActivationChangedEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowActivationChanged">FOnWindowActivationChanged</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnWindowActivationChangedEvent">TOnWindowActivationChangedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowBoundsChanged">FOnWindowBoundsChanged</a></strong>: TOnWindowBoundsChangedEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowBoundsChanged">FOnWindowBoundsChanged</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnWindowBoundsChangedEvent">TOnWindowBoundsChangedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetParentWindow">FOnGetParentWindow</a></strong>: TOnGetParentWindowEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetParentWindow">FOnGetParentWindow</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnGetParentWindowEvent">TOnGetParentWindowEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsWindowModalDialog">FOnIsWindowModalDialog</a></strong>: TOnIsWindowModalDialogEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsWindowModalDialog">FOnIsWindowModalDialog</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnIsWindowModalDialogEvent">TOnIsWindowModalDialogEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialBounds">FOnGetInitialBounds</a></strong>: TOnGetInitialBoundsEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialBounds">FOnGetInitialBounds</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnGetInitialBoundsEvent">TOnGetInitialBoundsEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialShowState">FOnGetInitialShowState</a></strong>: TOnGetInitialShowStateEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialShowState">FOnGetInitialShowState</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnGetInitialShowStateEvent">TOnGetInitialShowStateEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsFrameless">FOnIsFrameless</a></strong>: TOnIsFramelessEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsFrameless">FOnIsFrameless</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnIsFramelessEvent">TOnIsFramelessEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWithStandardWindowButtons">FOnWithStandardWindowButtons</a></strong>: TOnWithStandardWindowButtonsEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWithStandardWindowButtons">FOnWithStandardWindowButtons</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnWithStandardWindowButtonsEvent">TOnWithStandardWindowButtonsEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetTitlebarHeight">FOnGetTitlebarHeight</a></strong>: TOnGetTitlebarHeightEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetTitlebarHeight">FOnGetTitlebarHeight</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnGetTitlebarHeightEvent">TOnGetTitlebarHeightEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanResize">FOnCanResize</a></strong>: TOnCanResizeEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanResize">FOnCanResize</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnCanResizeEvent">TOnCanResizeEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMaximize">FOnCanMaximize</a></strong>: TOnCanMaximizeEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMaximize">FOnCanMaximize</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnCanMaximizeEvent">TOnCanMaximizeEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMinimize">FOnCanMinimize</a></strong>: TOnCanMinimizeEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMinimize">FOnCanMinimize</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnCanMinimizeEvent">TOnCanMinimizeEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanClose">FOnCanClose</a></strong>: TOnCanCloseEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanClose">FOnCanClose</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnCanCloseEvent">TOnCanCloseEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnAccelerator">FOnAccelerator</a></strong>: TOnAcceleratorEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnAccelerator">FOnAccelerator</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnAcceleratorEvent">TOnAcceleratorEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnKeyEvent">FOnKeyEvent</a></strong>: TOnWindowKeyEventEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnKeyEvent">FOnKeyEvent</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnWindowKeyEventEvent">TOnWindowKeyEventEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowFullscreenTransition">FOnWindowFullscreenTransition</a></strong>: TOnWindowFullscreenTransitionEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowFullscreenTransition">FOnWindowFullscreenTransition</a></strong>: <a href="uCEFViewsFrameworkEvents.html#TOnWindowFullscreenTransitionEvent">TOnWindowFullscreenTransitionEvent</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -427,79 +427,79 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnWindowCreated">OnWindowCreated</a></strong> : TOnWindowCreatedEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowCreated">FOnWindowCreated</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowCreated">FOnWindowCreated</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnWindowCreated">OnWindowCreated</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnWindowCreatedEvent">TOnWindowCreatedEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowCreated">FOnWindowCreated</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowCreated">FOnWindowCreated</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnWindowClosing">OnWindowClosing</a></strong> : TOnWindowClosingEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowClosing">FOnWindowClosing</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowClosing">FOnWindowClosing</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnWindowClosing">OnWindowClosing</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnWindowClosingEvent">TOnWindowClosingEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowClosing">FOnWindowClosing</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowClosing">FOnWindowClosing</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnWindowDestroyed">OnWindowDestroyed</a></strong> : TOnWindowDestroyedEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowDestroyed">FOnWindowDestroyed</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowDestroyed">FOnWindowDestroyed</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnWindowDestroyed">OnWindowDestroyed</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnWindowDestroyedEvent">TOnWindowDestroyedEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowDestroyed">FOnWindowDestroyed</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowDestroyed">FOnWindowDestroyed</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnWindowActivationChanged">OnWindowActivationChanged</a></strong> : TOnWindowActivationChangedEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowActivationChanged">FOnWindowActivationChanged</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowActivationChanged">FOnWindowActivationChanged</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnWindowActivationChanged">OnWindowActivationChanged</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnWindowActivationChangedEvent">TOnWindowActivationChangedEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowActivationChanged">FOnWindowActivationChanged</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowActivationChanged">FOnWindowActivationChanged</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnWindowBoundsChanged">OnWindowBoundsChanged</a></strong> : TOnWindowBoundsChangedEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowBoundsChanged">FOnWindowBoundsChanged</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowBoundsChanged">FOnWindowBoundsChanged</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnWindowBoundsChanged">OnWindowBoundsChanged</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnWindowBoundsChangedEvent">TOnWindowBoundsChangedEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowBoundsChanged">FOnWindowBoundsChanged</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowBoundsChanged">FOnWindowBoundsChanged</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnGetParentWindow">OnGetParentWindow</a></strong> : TOnGetParentWindowEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetParentWindow">FOnGetParentWindow</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetParentWindow">FOnGetParentWindow</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnGetParentWindow">OnGetParentWindow</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnGetParentWindowEvent">TOnGetParentWindowEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetParentWindow">FOnGetParentWindow</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetParentWindow">FOnGetParentWindow</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnIsWindowModalDialog">OnIsWindowModalDialog</a></strong> : TOnIsWindowModalDialogEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsWindowModalDialog">FOnIsWindowModalDialog</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsWindowModalDialog">FOnIsWindowModalDialog</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnIsWindowModalDialog">OnIsWindowModalDialog</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnIsWindowModalDialogEvent">TOnIsWindowModalDialogEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsWindowModalDialog">FOnIsWindowModalDialog</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsWindowModalDialog">FOnIsWindowModalDialog</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnGetInitialBounds">OnGetInitialBounds</a></strong> : TOnGetInitialBoundsEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialBounds">FOnGetInitialBounds</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialBounds">FOnGetInitialBounds</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnGetInitialBounds">OnGetInitialBounds</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnGetInitialBoundsEvent">TOnGetInitialBoundsEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialBounds">FOnGetInitialBounds</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialBounds">FOnGetInitialBounds</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnGetInitialShowState">OnGetInitialShowState</a></strong> : TOnGetInitialShowStateEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialShowState">FOnGetInitialShowState</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialShowState">FOnGetInitialShowState</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnGetInitialShowState">OnGetInitialShowState</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnGetInitialShowStateEvent">TOnGetInitialShowStateEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialShowState">FOnGetInitialShowState</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialShowState">FOnGetInitialShowState</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnIsFrameless">OnIsFrameless</a></strong> : TOnIsFramelessEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsFrameless">FOnIsFrameless</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsFrameless">FOnIsFrameless</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnIsFrameless">OnIsFrameless</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnIsFramelessEvent">TOnIsFramelessEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsFrameless">FOnIsFrameless</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsFrameless">FOnIsFrameless</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnWithStandardWindowButtons">OnWithStandardWindowButtons</a></strong> : TOnWithStandardWindowButtonsEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWithStandardWindowButtons">FOnWithStandardWindowButtons</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWithStandardWindowButtons">FOnWithStandardWindowButtons</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnWithStandardWindowButtons">OnWithStandardWindowButtons</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnWithStandardWindowButtonsEvent">TOnWithStandardWindowButtonsEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWithStandardWindowButtons">FOnWithStandardWindowButtons</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWithStandardWindowButtons">FOnWithStandardWindowButtons</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnGetTitlebarHeight">OnGetTitlebarHeight</a></strong> : TOnGetTitlebarHeightEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetTitlebarHeight">FOnGetTitlebarHeight</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetTitlebarHeight">FOnGetTitlebarHeight</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnGetTitlebarHeight">OnGetTitlebarHeight</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnGetTitlebarHeightEvent">TOnGetTitlebarHeightEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetTitlebarHeight">FOnGetTitlebarHeight</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetTitlebarHeight">FOnGetTitlebarHeight</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnCanResize">OnCanResize</a></strong> : TOnCanResizeEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanResize">FOnCanResize</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanResize">FOnCanResize</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnCanResize">OnCanResize</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnCanResizeEvent">TOnCanResizeEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanResize">FOnCanResize</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanResize">FOnCanResize</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnCanMaximize">OnCanMaximize</a></strong> : TOnCanMaximizeEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMaximize">FOnCanMaximize</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMaximize">FOnCanMaximize</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnCanMaximize">OnCanMaximize</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnCanMaximizeEvent">TOnCanMaximizeEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMaximize">FOnCanMaximize</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMaximize">FOnCanMaximize</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnCanMinimize">OnCanMinimize</a></strong> : TOnCanMinimizeEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMinimize">FOnCanMinimize</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMinimize">FOnCanMinimize</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnCanMinimize">OnCanMinimize</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnCanMinimizeEvent">TOnCanMinimizeEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMinimize">FOnCanMinimize</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMinimize">FOnCanMinimize</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnCanClose">OnCanClose</a></strong> : TOnCanCloseEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanClose">FOnCanClose</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanClose">FOnCanClose</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnCanClose">OnCanClose</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnCanCloseEvent">TOnCanCloseEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanClose">FOnCanClose</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanClose">FOnCanClose</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnAccelerator">OnAccelerator</a></strong> : TOnAcceleratorEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnAccelerator">FOnAccelerator</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnAccelerator">FOnAccelerator</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnAccelerator">OnAccelerator</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnAcceleratorEvent">TOnAcceleratorEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnAccelerator">FOnAccelerator</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnAccelerator">FOnAccelerator</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnKeyEvent">OnKeyEvent</a></strong> : TOnWindowKeyEventEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnKeyEvent">FOnKeyEvent</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnKeyEvent">FOnKeyEvent</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnKeyEvent">OnKeyEvent</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnWindowKeyEventEvent">TOnWindowKeyEventEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnKeyEvent">FOnKeyEvent</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnKeyEvent">FOnKeyEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnWindowFullscreenTransition">OnWindowFullscreenTransition</a></strong> : TOnWindowFullscreenTransitionEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowFullscreenTransition">FOnWindowFullscreenTransition</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowFullscreenTransition">FOnWindowFullscreenTransition</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWindowComponent.TCEFWindowComponent.html#OnWindowFullscreenTransition">OnWindowFullscreenTransition</a></strong> : <a href="uCEFViewsFrameworkEvents.html#TOnWindowFullscreenTransitionEvent">TOnWindowFullscreenTransitionEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowFullscreenTransition">FOnWindowFullscreenTransition</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowFullscreenTransition">FOnWindowFullscreenTransition</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -523,7 +523,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnWindowCreated"></span><code><strong>FOnWindowCreated</strong>: TOnWindowCreatedEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnWindowCreated"></span><code><strong>FOnWindowCreated</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnWindowCreatedEvent">TOnWindowCreatedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -533,7 +533,7 @@ ICefWindowDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnWindowClosing"></span><code><strong>FOnWindowClosing</strong>: TOnWindowClosingEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnWindowClosing"></span><code><strong>FOnWindowClosing</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnWindowClosingEvent">TOnWindowClosingEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -541,7 +541,7 @@ ICefWindowDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnWindowDestroyed"></span><code><strong>FOnWindowDestroyed</strong>: TOnWindowDestroyedEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnWindowDestroyed"></span><code><strong>FOnWindowDestroyed</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnWindowDestroyedEvent">TOnWindowDestroyedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -549,7 +549,7 @@ ICefWindowDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnWindowActivationChanged"></span><code><strong>FOnWindowActivationChanged</strong>: TOnWindowActivationChangedEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnWindowActivationChanged"></span><code><strong>FOnWindowActivationChanged</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnWindowActivationChangedEvent">TOnWindowActivationChangedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -557,7 +557,7 @@ ICefWindowDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnWindowBoundsChanged"></span><code><strong>FOnWindowBoundsChanged</strong>: TOnWindowBoundsChangedEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnWindowBoundsChanged"></span><code><strong>FOnWindowBoundsChanged</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnWindowBoundsChangedEvent">TOnWindowBoundsChangedEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -565,7 +565,7 @@ ICefWindowDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnGetParentWindow"></span><code><strong>FOnGetParentWindow</strong>: TOnGetParentWindowEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnGetParentWindow"></span><code><strong>FOnGetParentWindow</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnGetParentWindowEvent">TOnGetParentWindowEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -573,7 +573,7 @@ ICefWindowDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnIsWindowModalDialog"></span><code><strong>FOnIsWindowModalDialog</strong>: TOnIsWindowModalDialogEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnIsWindowModalDialog"></span><code><strong>FOnIsWindowModalDialog</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnIsWindowModalDialogEvent">TOnIsWindowModalDialogEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -581,7 +581,7 @@ ICefWindowDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnGetInitialBounds"></span><code><strong>FOnGetInitialBounds</strong>: TOnGetInitialBoundsEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnGetInitialBounds"></span><code><strong>FOnGetInitialBounds</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnGetInitialBoundsEvent">TOnGetInitialBoundsEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -589,7 +589,7 @@ ICefWindowDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnGetInitialShowState"></span><code><strong>FOnGetInitialShowState</strong>: TOnGetInitialShowStateEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnGetInitialShowState"></span><code><strong>FOnGetInitialShowState</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnGetInitialShowStateEvent">TOnGetInitialShowStateEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -597,7 +597,7 @@ ICefWindowDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnIsFrameless"></span><code><strong>FOnIsFrameless</strong>: TOnIsFramelessEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnIsFrameless"></span><code><strong>FOnIsFrameless</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnIsFramelessEvent">TOnIsFramelessEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -605,7 +605,7 @@ ICefWindowDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnWithStandardWindowButtons"></span><code><strong>FOnWithStandardWindowButtons</strong>: TOnWithStandardWindowButtonsEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnWithStandardWindowButtons"></span><code><strong>FOnWithStandardWindowButtons</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnWithStandardWindowButtonsEvent">TOnWithStandardWindowButtonsEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -613,7 +613,7 @@ ICefWindowDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnGetTitlebarHeight"></span><code><strong>FOnGetTitlebarHeight</strong>: TOnGetTitlebarHeightEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnGetTitlebarHeight"></span><code><strong>FOnGetTitlebarHeight</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnGetTitlebarHeightEvent">TOnGetTitlebarHeightEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -621,7 +621,7 @@ ICefWindowDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnCanResize"></span><code><strong>FOnCanResize</strong>: TOnCanResizeEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnCanResize"></span><code><strong>FOnCanResize</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnCanResizeEvent">TOnCanResizeEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -629,7 +629,7 @@ ICefWindowDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnCanMaximize"></span><code><strong>FOnCanMaximize</strong>: TOnCanMaximizeEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnCanMaximize"></span><code><strong>FOnCanMaximize</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnCanMaximizeEvent">TOnCanMaximizeEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -637,7 +637,7 @@ ICefWindowDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnCanMinimize"></span><code><strong>FOnCanMinimize</strong>: TOnCanMinimizeEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnCanMinimize"></span><code><strong>FOnCanMinimize</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnCanMinimizeEvent">TOnCanMinimizeEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -645,7 +645,7 @@ ICefWindowDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnCanClose"></span><code><strong>FOnCanClose</strong>: TOnCanCloseEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnCanClose"></span><code><strong>FOnCanClose</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnCanCloseEvent">TOnCanCloseEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -653,7 +653,7 @@ ICefWindowDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnAccelerator"></span><code><strong>FOnAccelerator</strong>: TOnAcceleratorEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnAccelerator"></span><code><strong>FOnAccelerator</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnAcceleratorEvent">TOnAcceleratorEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -661,7 +661,7 @@ ICefWindowDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnKeyEvent"></span><code><strong>FOnKeyEvent</strong>: TOnWindowKeyEventEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnKeyEvent"></span><code><strong>FOnKeyEvent</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnWindowKeyEventEvent">TOnWindowKeyEventEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -669,7 +669,7 @@ ICefWindowDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnWindowFullscreenTransition"></span><code><strong>FOnWindowFullscreenTransition</strong>: TOnWindowFullscreenTransitionEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnWindowFullscreenTransition"></span><code><strong>FOnWindowFullscreenTransition</strong>: <a href="uCEFViewsFrameworkEvents.html#TOnWindowFullscreenTransitionEvent">TOnWindowFullscreenTransitionEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -1409,7 +1409,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnWindowCreated"></span><code>property <strong>OnWindowCreated</strong> : TOnWindowCreatedEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowCreated">FOnWindowCreated</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowCreated">FOnWindowCreated</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnWindowCreated"></span><code>property <strong>OnWindowCreated</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnWindowCreatedEvent">TOnWindowCreatedEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowCreated">FOnWindowCreated</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowCreated">FOnWindowCreated</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1419,7 +1419,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnWindowClosing"></span><code>property <strong>OnWindowClosing</strong> : TOnWindowClosingEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowClosing">FOnWindowClosing</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowClosing">FOnWindowClosing</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnWindowClosing"></span><code>property <strong>OnWindowClosing</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnWindowClosingEvent">TOnWindowClosingEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowClosing">FOnWindowClosing</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowClosing">FOnWindowClosing</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1429,7 +1429,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnWindowDestroyed"></span><code>property <strong>OnWindowDestroyed</strong> : TOnWindowDestroyedEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowDestroyed">FOnWindowDestroyed</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowDestroyed">FOnWindowDestroyed</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnWindowDestroyed"></span><code>property <strong>OnWindowDestroyed</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnWindowDestroyedEvent">TOnWindowDestroyedEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowDestroyed">FOnWindowDestroyed</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowDestroyed">FOnWindowDestroyed</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1439,7 +1439,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnWindowActivationChanged"></span><code>property <strong>OnWindowActivationChanged</strong> : TOnWindowActivationChangedEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowActivationChanged">FOnWindowActivationChanged</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowActivationChanged">FOnWindowActivationChanged</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnWindowActivationChanged"></span><code>property <strong>OnWindowActivationChanged</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnWindowActivationChangedEvent">TOnWindowActivationChangedEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowActivationChanged">FOnWindowActivationChanged</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowActivationChanged">FOnWindowActivationChanged</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1449,7 +1449,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnWindowBoundsChanged"></span><code>property <strong>OnWindowBoundsChanged</strong> : TOnWindowBoundsChangedEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowBoundsChanged">FOnWindowBoundsChanged</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowBoundsChanged">FOnWindowBoundsChanged</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnWindowBoundsChanged"></span><code>property <strong>OnWindowBoundsChanged</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnWindowBoundsChangedEvent">TOnWindowBoundsChangedEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowBoundsChanged">FOnWindowBoundsChanged</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowBoundsChanged">FOnWindowBoundsChanged</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1459,7 +1459,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnGetParentWindow"></span><code>property <strong>OnGetParentWindow</strong> : TOnGetParentWindowEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetParentWindow">FOnGetParentWindow</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetParentWindow">FOnGetParentWindow</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnGetParentWindow"></span><code>property <strong>OnGetParentWindow</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnGetParentWindowEvent">TOnGetParentWindowEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetParentWindow">FOnGetParentWindow</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetParentWindow">FOnGetParentWindow</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1469,7 +1469,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnIsWindowModalDialog"></span><code>property <strong>OnIsWindowModalDialog</strong> : TOnIsWindowModalDialogEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsWindowModalDialog">FOnIsWindowModalDialog</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsWindowModalDialog">FOnIsWindowModalDialog</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnIsWindowModalDialog"></span><code>property <strong>OnIsWindowModalDialog</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnIsWindowModalDialogEvent">TOnIsWindowModalDialogEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsWindowModalDialog">FOnIsWindowModalDialog</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsWindowModalDialog">FOnIsWindowModalDialog</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1479,7 +1479,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnGetInitialBounds"></span><code>property <strong>OnGetInitialBounds</strong> : TOnGetInitialBoundsEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialBounds">FOnGetInitialBounds</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialBounds">FOnGetInitialBounds</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnGetInitialBounds"></span><code>property <strong>OnGetInitialBounds</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnGetInitialBoundsEvent">TOnGetInitialBoundsEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialBounds">FOnGetInitialBounds</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialBounds">FOnGetInitialBounds</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1489,7 +1489,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnGetInitialShowState"></span><code>property <strong>OnGetInitialShowState</strong> : TOnGetInitialShowStateEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialShowState">FOnGetInitialShowState</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialShowState">FOnGetInitialShowState</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnGetInitialShowState"></span><code>property <strong>OnGetInitialShowState</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnGetInitialShowStateEvent">TOnGetInitialShowStateEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialShowState">FOnGetInitialShowState</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetInitialShowState">FOnGetInitialShowState</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1499,7 +1499,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnIsFrameless"></span><code>property <strong>OnIsFrameless</strong> : TOnIsFramelessEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsFrameless">FOnIsFrameless</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsFrameless">FOnIsFrameless</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnIsFrameless"></span><code>property <strong>OnIsFrameless</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnIsFramelessEvent">TOnIsFramelessEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsFrameless">FOnIsFrameless</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnIsFrameless">FOnIsFrameless</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1509,7 +1509,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnWithStandardWindowButtons"></span><code>property <strong>OnWithStandardWindowButtons</strong> : TOnWithStandardWindowButtonsEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWithStandardWindowButtons">FOnWithStandardWindowButtons</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWithStandardWindowButtons">FOnWithStandardWindowButtons</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnWithStandardWindowButtons"></span><code>property <strong>OnWithStandardWindowButtons</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnWithStandardWindowButtonsEvent">TOnWithStandardWindowButtonsEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWithStandardWindowButtons">FOnWithStandardWindowButtons</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWithStandardWindowButtons">FOnWithStandardWindowButtons</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1519,7 +1519,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnGetTitlebarHeight"></span><code>property <strong>OnGetTitlebarHeight</strong> : TOnGetTitlebarHeightEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetTitlebarHeight">FOnGetTitlebarHeight</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetTitlebarHeight">FOnGetTitlebarHeight</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnGetTitlebarHeight"></span><code>property <strong>OnGetTitlebarHeight</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnGetTitlebarHeightEvent">TOnGetTitlebarHeightEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetTitlebarHeight">FOnGetTitlebarHeight</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnGetTitlebarHeight">FOnGetTitlebarHeight</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1529,7 +1529,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnCanResize"></span><code>property <strong>OnCanResize</strong> : TOnCanResizeEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanResize">FOnCanResize</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanResize">FOnCanResize</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnCanResize"></span><code>property <strong>OnCanResize</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnCanResizeEvent">TOnCanResizeEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanResize">FOnCanResize</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanResize">FOnCanResize</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1539,7 +1539,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnCanMaximize"></span><code>property <strong>OnCanMaximize</strong> : TOnCanMaximizeEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMaximize">FOnCanMaximize</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMaximize">FOnCanMaximize</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnCanMaximize"></span><code>property <strong>OnCanMaximize</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnCanMaximizeEvent">TOnCanMaximizeEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMaximize">FOnCanMaximize</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMaximize">FOnCanMaximize</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1549,7 +1549,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnCanMinimize"></span><code>property <strong>OnCanMinimize</strong> : TOnCanMinimizeEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMinimize">FOnCanMinimize</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMinimize">FOnCanMinimize</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnCanMinimize"></span><code>property <strong>OnCanMinimize</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnCanMinimizeEvent">TOnCanMinimizeEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMinimize">FOnCanMinimize</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanMinimize">FOnCanMinimize</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1559,7 +1559,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnCanClose"></span><code>property <strong>OnCanClose</strong> : TOnCanCloseEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanClose">FOnCanClose</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanClose">FOnCanClose</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnCanClose"></span><code>property <strong>OnCanClose</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnCanCloseEvent">TOnCanCloseEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanClose">FOnCanClose</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnCanClose">FOnCanClose</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1569,7 +1569,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnAccelerator"></span><code>property <strong>OnAccelerator</strong> : TOnAcceleratorEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnAccelerator">FOnAccelerator</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnAccelerator">FOnAccelerator</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnAccelerator"></span><code>property <strong>OnAccelerator</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnAcceleratorEvent">TOnAcceleratorEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnAccelerator">FOnAccelerator</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnAccelerator">FOnAccelerator</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1579,7 +1579,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnKeyEvent"></span><code>property <strong>OnKeyEvent</strong> : TOnWindowKeyEventEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnKeyEvent">FOnKeyEvent</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnKeyEvent">FOnKeyEvent</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnKeyEvent"></span><code>property <strong>OnKeyEvent</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnWindowKeyEventEvent">TOnWindowKeyEventEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnKeyEvent">FOnKeyEvent</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnKeyEvent">FOnKeyEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -1589,7 +1589,7 @@ ICefViewDelegateEvents</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
||||
<td class="itemcode"><span id="OnWindowFullscreenTransition"></span><code>property <strong>OnWindowFullscreenTransition</strong> : TOnWindowFullscreenTransitionEvent read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowFullscreenTransition">FOnWindowFullscreenTransition</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowFullscreenTransition">FOnWindowFullscreenTransition</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnWindowFullscreenTransition"></span><code>property <strong>OnWindowFullscreenTransition</strong> : <a href="uCEFViewsFrameworkEvents.html#TOnWindowFullscreenTransitionEvent">TOnWindowFullscreenTransitionEvent</a> read <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowFullscreenTransition">FOnWindowFullscreenTransition</a> write <a href="uCEFWindowComponent.TCEFWindowComponent.html#FOnWindowFullscreenTransition">FOnWindowFullscreenTransition</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
|
@ -50,7 +50,7 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWorkSchedulerQueueThread.TCEFWorkSchedulerQueueThread.html#FOnPulse">FOnPulse</a></strong>: TOnPulseEvent;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWorkSchedulerQueueThread.TCEFWorkSchedulerQueueThread.html#FOnPulse">FOnPulse</a></strong>: <a href="uCEFWorkSchedulerQueueThread.html#TOnPulseEvent">TOnPulseEvent</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -124,7 +124,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWorkSchedulerQueueThread.TCEFWorkSchedulerQueueThread.html#OnPulse">OnPulse</a></strong> : TOnPulseEvent read <a href="uCEFWorkSchedulerQueueThread.TCEFWorkSchedulerQueueThread.html#FOnPulse">FOnPulse</a> write <a href="uCEFWorkSchedulerQueueThread.TCEFWorkSchedulerQueueThread.html#FOnPulse">FOnPulse</a>;</code></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFWorkSchedulerQueueThread.TCEFWorkSchedulerQueueThread.html#OnPulse">OnPulse</a></strong> : <a href="uCEFWorkSchedulerQueueThread.html#TOnPulseEvent">TOnPulseEvent</a> read <a href="uCEFWorkSchedulerQueueThread.TCEFWorkSchedulerQueueThread.html#FOnPulse">FOnPulse</a> write <a href="uCEFWorkSchedulerQueueThread.TCEFWorkSchedulerQueueThread.html#FOnPulse">FOnPulse</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -180,7 +180,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FOnPulse"></span><code><strong>FOnPulse</strong>: TOnPulseEvent;</code></td>
|
||||
<td class="itemcode"><span id="FOnPulse"></span><code><strong>FOnPulse</strong>: <a href="uCEFWorkSchedulerQueueThread.html#TOnPulseEvent">TOnPulseEvent</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -318,7 +318,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="OnPulse"></span><code>property <strong>OnPulse</strong> : TOnPulseEvent read <a href="uCEFWorkSchedulerQueueThread.TCEFWorkSchedulerQueueThread.html#FOnPulse">FOnPulse</a> write <a href="uCEFWorkSchedulerQueueThread.TCEFWorkSchedulerQueueThread.html#FOnPulse">FOnPulse</a>;</code></td>
|
||||
<td class="itemcode"><span id="OnPulse"></span><code>property <strong>OnPulse</strong> : <a href="uCEFWorkSchedulerQueueThread.html#TOnPulseEvent">TOnPulseEvent</a> read <a href="uCEFWorkSchedulerQueueThread.TCEFWorkSchedulerQueueThread.html#FOnPulse">FOnPulse</a> write <a href="uCEFWorkSchedulerQueueThread.TCEFWorkSchedulerQueueThread.html#FOnPulse">FOnPulse</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<span id="PasDoc-Types"></span><h3 class="summary">Types</h3>
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFWorkSchedulerQueueThread.html#TOnPulseEvent-TObject-integer-">TOnPulseEvent</a></strong> = procedure(Sender: TObject; aDelay: integer) of object;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFWorkSchedulerQueueThread.html#TOnPulseEvent">TOnPulseEvent</a></strong> = procedure(Sender: TObject; aDelay: integer) of object;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFWorkSchedulerQueueThread.html#TValuesArray">TValuesArray</a></strong> = array of integer;</code></td>
|
||||
@ -37,7 +37,7 @@
|
||||
<h3 class="detail">Types</h3>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="TOnPulseEvent-TObject-integer-"></span><code><strong>TOnPulseEvent</strong> = procedure(Sender: TObject; aDelay: integer) of object;</code></td>
|
||||
<td class="itemcode"><span id="TOnPulseEvent"></span><code><strong>TOnPulseEvent</strong> = procedure(Sender: TObject; aDelay: integer) of object;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -27,11 +27,11 @@
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFv8Accessor.TCefFastV8Accessor.html#FGetter">FGetter</a></strong>: TCefV8AccessorGetterProc;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFv8Accessor.TCefFastV8Accessor.html#FGetter">FGetter</a></strong>: <a href="uCEFInterfaces.html#TCefV8AccessorGetterProc">TCefV8AccessorGetterProc</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFv8Accessor.TCefFastV8Accessor.html#FSetter">FSetter</a></strong>: TCefV8AccessorSetterProc;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFv8Accessor.TCefFastV8Accessor.html#FSetter">FSetter</a></strong>: <a href="uCEFInterfaces.html#TCefV8AccessorSetterProc">TCefV8AccessorSetterProc</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -46,7 +46,7 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFv8Accessor.TCefFastV8Accessor.html#Create-TCefV8AccessorGetterProc-TCefV8AccessorSetterProc-">Create</a></strong>(const getter: TCefV8AccessorGetterProc; const setter: TCefV8AccessorSetterProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFv8Accessor.TCefFastV8Accessor.html#Create-TCefV8AccessorGetterProc-TCefV8AccessorSetterProc-">Create</a></strong>(const getter: <a href="uCEFInterfaces.html#TCefV8AccessorGetterProc">TCefV8AccessorGetterProc</a>; const setter: <a href="uCEFInterfaces.html#TCefV8AccessorSetterProc">TCefV8AccessorSetterProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -54,7 +54,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FGetter"></span><code><strong>FGetter</strong>: TCefV8AccessorGetterProc;</code></td>
|
||||
<td class="itemcode"><span id="FGetter"></span><code><strong>FGetter</strong>: <a href="uCEFInterfaces.html#TCefV8AccessorGetterProc">TCefV8AccessorGetterProc</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -62,7 +62,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FSetter"></span><code><strong>FSetter</strong>: TCefV8AccessorSetterProc;</code></td>
|
||||
<td class="itemcode"><span id="FSetter"></span><code><strong>FSetter</strong>: <a href="uCEFInterfaces.html#TCefV8AccessorSetterProc">TCefV8AccessorSetterProc</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -91,7 +91,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="Create-TCefV8AccessorGetterProc-TCefV8AccessorSetterProc-"></span><code>constructor <strong>Create</strong>(const getter: TCefV8AccessorGetterProc; const setter: TCefV8AccessorSetterProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><span id="Create-TCefV8AccessorGetterProc-TCefV8AccessorSetterProc-"></span><code>constructor <strong>Create</strong>(const getter: <a href="uCEFInterfaces.html#TCefV8AccessorGetterProc">TCefV8AccessorGetterProc</a>; const setter: <a href="uCEFInterfaces.html#TCefV8AccessorSetterProc">TCefV8AccessorSetterProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFv8ArrayBufferReleaseCallback.TCefFastv8ArrayBufferReleaseCallback.html#FCallback">FCallback</a></strong>: TCefv8ArrayBufferReleaseCallbackProc;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFv8ArrayBufferReleaseCallback.TCefFastv8ArrayBufferReleaseCallback.html#FCallback">FCallback</a></strong>: <a href="uCEFInterfaces.html#TCefv8ArrayBufferReleaseCallbackProc">TCefv8ArrayBufferReleaseCallbackProc</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -38,7 +38,7 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFv8ArrayBufferReleaseCallback.TCefFastv8ArrayBufferReleaseCallback.html#Create-TCefv8ArrayBufferReleaseCallbackProc-">Create</a></strong>(const callback: TCefv8ArrayBufferReleaseCallbackProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFv8ArrayBufferReleaseCallback.TCefFastv8ArrayBufferReleaseCallback.html#Create-TCefv8ArrayBufferReleaseCallbackProc-">Create</a></strong>(const callback: <a href="uCEFInterfaces.html#TCefv8ArrayBufferReleaseCallbackProc">TCefv8ArrayBufferReleaseCallbackProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -46,7 +46,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FCallback"></span><code><strong>FCallback</strong>: TCefv8ArrayBufferReleaseCallbackProc;</code></td>
|
||||
<td class="itemcode"><span id="FCallback"></span><code><strong>FCallback</strong>: <a href="uCEFInterfaces.html#TCefv8ArrayBufferReleaseCallbackProc">TCefv8ArrayBufferReleaseCallbackProc</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -65,7 +65,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="Create-TCefv8ArrayBufferReleaseCallbackProc-"></span><code>constructor <strong>Create</strong>(const callback: TCefv8ArrayBufferReleaseCallbackProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><span id="Create-TCefv8ArrayBufferReleaseCallbackProc-"></span><code>constructor <strong>Create</strong>(const callback: <a href="uCEFInterfaces.html#TCefv8ArrayBufferReleaseCallbackProc">TCefv8ArrayBufferReleaseCallbackProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -27,19 +27,19 @@
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFv8Interceptor.TCefFastV8Interceptor.html#FGetterByName">FGetterByName</a></strong>: TCefV8InterceptorGetterByNameProc;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFv8Interceptor.TCefFastV8Interceptor.html#FGetterByName">FGetterByName</a></strong>: <a href="uCEFInterfaces.html#TCefV8InterceptorGetterByNameProc">TCefV8InterceptorGetterByNameProc</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFv8Interceptor.TCefFastV8Interceptor.html#FSetterByName">FSetterByName</a></strong>: TCefV8InterceptorSetterByNameProc;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFv8Interceptor.TCefFastV8Interceptor.html#FSetterByName">FSetterByName</a></strong>: <a href="uCEFInterfaces.html#TCefV8InterceptorSetterByNameProc">TCefV8InterceptorSetterByNameProc</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFv8Interceptor.TCefFastV8Interceptor.html#FGetterByIndex">FGetterByIndex</a></strong>: TCefV8InterceptorGetterByIndexProc;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFv8Interceptor.TCefFastV8Interceptor.html#FGetterByIndex">FGetterByIndex</a></strong>: <a href="uCEFInterfaces.html#TCefV8InterceptorGetterByIndexProc">TCefV8InterceptorGetterByIndexProc</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFv8Interceptor.TCefFastV8Interceptor.html#FSetterByIndex">FSetterByIndex</a></strong>: TCefV8InterceptorSetterByIndexProc;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFv8Interceptor.TCefFastV8Interceptor.html#FSetterByIndex">FSetterByIndex</a></strong>: <a href="uCEFInterfaces.html#TCefV8InterceptorSetterByIndexProc">TCefV8InterceptorSetterByIndexProc</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
@ -62,7 +62,7 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFv8Interceptor.TCefFastV8Interceptor.html#Create-TCefV8InterceptorGetterByNameProc-TCefV8InterceptorSetterByNameProc-TCefV8InterceptorGetterByIndexProc-TCefV8InterceptorSetterByIndexProc-">Create</a></strong>(const getterbyname : TCefV8InterceptorGetterByNameProc; const setterbyname : TCefV8InterceptorSetterByNameProc; const getterbyindex : TCefV8InterceptorGetterByIndexProc; const setterbyindex : TCefV8InterceptorSetterByIndexProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFv8Interceptor.TCefFastV8Interceptor.html#Create-TCefV8InterceptorGetterByNameProc-TCefV8InterceptorSetterByNameProc-TCefV8InterceptorGetterByIndexProc-TCefV8InterceptorSetterByIndexProc-">Create</a></strong>(const getterbyname : <a href="uCEFInterfaces.html#TCefV8InterceptorGetterByNameProc">TCefV8InterceptorGetterByNameProc</a>; const setterbyname : <a href="uCEFInterfaces.html#TCefV8InterceptorSetterByNameProc">TCefV8InterceptorSetterByNameProc</a>; const getterbyindex : <a href="uCEFInterfaces.html#TCefV8InterceptorGetterByIndexProc">TCefV8InterceptorGetterByIndexProc</a>; const setterbyindex : <a href="uCEFInterfaces.html#TCefV8InterceptorSetterByIndexProc">TCefV8InterceptorSetterByIndexProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
@ -70,7 +70,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FGetterByName"></span><code><strong>FGetterByName</strong>: TCefV8InterceptorGetterByNameProc;</code></td>
|
||||
<td class="itemcode"><span id="FGetterByName"></span><code><strong>FGetterByName</strong>: <a href="uCEFInterfaces.html#TCefV8InterceptorGetterByNameProc">TCefV8InterceptorGetterByNameProc</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -78,7 +78,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FSetterByName"></span><code><strong>FSetterByName</strong>: TCefV8InterceptorSetterByNameProc;</code></td>
|
||||
<td class="itemcode"><span id="FSetterByName"></span><code><strong>FSetterByName</strong>: <a href="uCEFInterfaces.html#TCefV8InterceptorSetterByNameProc">TCefV8InterceptorSetterByNameProc</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -86,7 +86,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FGetterByIndex"></span><code><strong>FGetterByIndex</strong>: TCefV8InterceptorGetterByIndexProc;</code></td>
|
||||
<td class="itemcode"><span id="FGetterByIndex"></span><code><strong>FGetterByIndex</strong>: <a href="uCEFInterfaces.html#TCefV8InterceptorGetterByIndexProc">TCefV8InterceptorGetterByIndexProc</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -94,7 +94,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FSetterByIndex"></span><code><strong>FSetterByIndex</strong>: TCefV8InterceptorSetterByIndexProc;</code></td>
|
||||
<td class="itemcode"><span id="FSetterByIndex"></span><code><strong>FSetterByIndex</strong>: <a href="uCEFInterfaces.html#TCefV8InterceptorSetterByIndexProc">TCefV8InterceptorSetterByIndexProc</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -143,7 +143,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="Create-TCefV8InterceptorGetterByNameProc-TCefV8InterceptorSetterByNameProc-TCefV8InterceptorGetterByIndexProc-TCefV8InterceptorSetterByIndexProc-"></span><code>constructor <strong>Create</strong>(const getterbyname : TCefV8InterceptorGetterByNameProc; const setterbyname : TCefV8InterceptorSetterByNameProc; const getterbyindex : TCefV8InterceptorGetterByIndexProc; const setterbyindex : TCefV8InterceptorSetterByIndexProc); reintroduce;</code></td>
|
||||
<td class="itemcode"><span id="Create-TCefV8InterceptorGetterByNameProc-TCefV8InterceptorSetterByNameProc-TCefV8InterceptorGetterByIndexProc-TCefV8InterceptorSetterByIndexProc-"></span><code>constructor <strong>Create</strong>(const getterbyname : <a href="uCEFInterfaces.html#TCefV8InterceptorGetterByNameProc">TCefV8InterceptorGetterByNameProc</a>; const setterbyname : <a href="uCEFInterfaces.html#TCefV8InterceptorSetterByNameProc">TCefV8InterceptorSetterByNameProc</a>; const getterbyindex : <a href="uCEFInterfaces.html#TCefV8InterceptorGetterByIndexProc">TCefV8InterceptorGetterByIndexProc</a>; const setterbyindex : <a href="uCEFInterfaces.html#TCefV8InterceptorSetterByIndexProc">TCefV8InterceptorSetterByIndexProc</a>); reintroduce;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -274,7 +274,7 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>class function <strong><a href="uCEFv8Value.TCefv8ValueRef.html#NewObjectProc-TCefV8AccessorGetterProc-TCefV8AccessorSetterProc-TCefV8InterceptorGetterByNameProc-TCefV8InterceptorSetterByNameProc-TCefV8InterceptorGetterByIndexProc-TCefV8InterceptorSetterByIndexProc-">NewObjectProc</a></strong>(const getter : TCefV8AccessorGetterProc; const setter : TCefV8AccessorSetterProc; const getterbyname : TCefV8InterceptorGetterByNameProc; const setterbyname : TCefV8InterceptorSetterByNameProc; const getterbyindex : TCefV8InterceptorGetterByIndexProc; const setterbyindex : TCefV8InterceptorSetterByIndexProc): <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>;</code></td>
|
||||
<td class="itemcode"><code>class function <strong><a href="uCEFv8Value.TCefv8ValueRef.html#NewObjectProc-TCefV8AccessorGetterProc-TCefV8AccessorSetterProc-TCefV8InterceptorGetterByNameProc-TCefV8InterceptorSetterByNameProc-TCefV8InterceptorGetterByIndexProc-TCefV8InterceptorSetterByIndexProc-">NewObjectProc</a></strong>(const getter : <a href="uCEFInterfaces.html#TCefV8AccessorGetterProc">TCefV8AccessorGetterProc</a>; const setter : <a href="uCEFInterfaces.html#TCefV8AccessorSetterProc">TCefV8AccessorSetterProc</a>; const getterbyname : <a href="uCEFInterfaces.html#TCefV8InterceptorGetterByNameProc">TCefV8InterceptorGetterByNameProc</a>; const setterbyname : <a href="uCEFInterfaces.html#TCefV8InterceptorSetterByNameProc">TCefV8InterceptorSetterByNameProc</a>; const getterbyindex : <a href="uCEFInterfaces.html#TCefV8InterceptorGetterByIndexProc">TCefV8InterceptorGetterByIndexProc</a>; const setterbyindex : <a href="uCEFInterfaces.html#TCefV8InterceptorSetterByIndexProc">TCefV8InterceptorSetterByIndexProc</a>): <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
@ -918,7 +918,7 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="NewObjectProc-TCefV8AccessorGetterProc-TCefV8AccessorSetterProc-TCefV8InterceptorGetterByNameProc-TCefV8InterceptorSetterByNameProc-TCefV8InterceptorGetterByIndexProc-TCefV8InterceptorSetterByIndexProc-"></span><code>class function <strong>NewObjectProc</strong>(const getter : TCefV8AccessorGetterProc; const setter : TCefV8AccessorSetterProc; const getterbyname : TCefV8InterceptorGetterByNameProc; const setterbyname : TCefV8InterceptorSetterByNameProc; const getterbyindex : TCefV8InterceptorGetterByIndexProc; const setterbyindex : TCefV8InterceptorSetterByIndexProc): <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>;</code></td>
|
||||
<td class="itemcode"><span id="NewObjectProc-TCefV8AccessorGetterProc-TCefV8AccessorSetterProc-TCefV8InterceptorGetterByNameProc-TCefV8InterceptorSetterByNameProc-TCefV8InterceptorGetterByIndexProc-TCefV8InterceptorSetterByIndexProc-"></span><code>class function <strong>NewObjectProc</strong>(const getter : <a href="uCEFInterfaces.html#TCefV8AccessorGetterProc">TCefV8AccessorGetterProc</a>; const setter : <a href="uCEFInterfaces.html#TCefV8AccessorSetterProc">TCefV8AccessorSetterProc</a>; const getterbyname : <a href="uCEFInterfaces.html#TCefV8InterceptorGetterByNameProc">TCefV8InterceptorGetterByNameProc</a>; const setterbyname : <a href="uCEFInterfaces.html#TCefV8InterceptorSetterByNameProc">TCefV8InterceptorSetterByNameProc</a>; const getterbyindex : <a href="uCEFInterfaces.html#TCefV8InterceptorGetterByIndexProc">TCefV8InterceptorGetterByIndexProc</a>; const setterbyindex : <a href="uCEFInterfaces.html#TCefV8InterceptorSetterByIndexProc">TCefV8InterceptorSetterByIndexProc</a>): <a href="uCEFInterfaces.ICefv8Value.html">ICefv8Value</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
|
@ -1683,161 +1683,161 @@ type
|
||||
/// </remarks>
|
||||
ICefRequest = interface(ICefBaseRefCounted)
|
||||
['{FB4718D3-7D13-4979-9F4C-D7F6C0EC592A}']
|
||||
///
|
||||
/// <summary>
|
||||
/// Returns true (1) if this object is read-only.
|
||||
///
|
||||
/// </summary>
|
||||
function IsReadOnly: Boolean;
|
||||
///
|
||||
/// <summary>
|
||||
/// Get the fully qualified URL.
|
||||
///
|
||||
/// </summary>
|
||||
function GetUrl: ustring;
|
||||
///
|
||||
/// <summary>
|
||||
/// Set the fully qualified URL.
|
||||
///
|
||||
/// </summary>
|
||||
procedure SetUrl(const value: ustring);
|
||||
///
|
||||
/// <summary>
|
||||
/// Get the request function type. The value will default to POST if post data
|
||||
/// is provided and GET otherwise.
|
||||
///
|
||||
/// </summary>
|
||||
function GetMethod: ustring;
|
||||
///
|
||||
/// <summary>
|
||||
/// Set the request function type.
|
||||
///
|
||||
/// </summary>
|
||||
procedure SetMethod(const value: ustring);
|
||||
///
|
||||
/// <summary>
|
||||
/// Set the referrer URL and policy. If non-NULL the referrer URL must be
|
||||
/// fully qualified with an HTTP or HTTPS scheme component. Any username,
|
||||
/// password or ref component will be removed.
|
||||
///
|
||||
/// </summary>
|
||||
procedure SetReferrer(const referrerUrl: ustring; policy: TCefReferrerPolicy);
|
||||
///
|
||||
/// <summary>
|
||||
/// Get the referrer URL.
|
||||
///
|
||||
/// </summary>
|
||||
function GetReferrerUrl: ustring;
|
||||
///
|
||||
/// <summary>
|
||||
/// Get the referrer policy.
|
||||
///
|
||||
/// </summary>
|
||||
function GetReferrerPolicy: TCefReferrerPolicy;
|
||||
///
|
||||
/// <summary>
|
||||
/// Get the post data.
|
||||
///
|
||||
/// </summary>
|
||||
function GetPostData: ICefPostData;
|
||||
///
|
||||
/// <summary>
|
||||
/// Set the post data.
|
||||
///
|
||||
/// </summary>
|
||||
procedure SetPostData(const value: ICefPostData);
|
||||
///
|
||||
/// <summary>
|
||||
/// Get the header values. Will not include the Referer value if any.
|
||||
///
|
||||
/// </summary>
|
||||
procedure GetHeaderMap(const HeaderMap: ICefStringMultimap);
|
||||
///
|
||||
/// <summary>
|
||||
/// Set the header values. If a Referer value exists in the header map it will
|
||||
/// be removed and ignored.
|
||||
///
|
||||
/// </summary>
|
||||
procedure SetHeaderMap(const HeaderMap: ICefStringMultimap);
|
||||
///
|
||||
/// <summary>
|
||||
/// Returns the first header value for |name| or an NULL string if not found.
|
||||
/// Will not return the Referer value if any. Use GetHeaderMap instead if
|
||||
/// |name| might have multiple values.
|
||||
///
|
||||
/// </summary>
|
||||
function GetHeaderByName(const name: ustring): ustring;
|
||||
///
|
||||
/// <summary>
|
||||
/// Set the header |name| to |value|. If |overwrite| is true (1) any existing
|
||||
/// values will be replaced with the new value. If |overwrite| is false (0)
|
||||
/// any existing values will not be overwritten. The Referer value cannot be
|
||||
/// set using this function.
|
||||
///
|
||||
/// </summary>
|
||||
procedure SetHeaderByName(const name, value: ustring; overwrite: boolean);
|
||||
///
|
||||
/// <summary>
|
||||
/// Get the flags used in combination with ICefUrlRequest. See
|
||||
/// TCefUrlRequestFlags for supported values.
|
||||
///
|
||||
/// </summary>
|
||||
function GetFlags: TCefUrlRequestFlags;
|
||||
///
|
||||
/// <summary>
|
||||
/// Set the flags used in combination with ICefUrlRequest. See
|
||||
/// TCefUrlRequestFlags for supported values.
|
||||
///
|
||||
/// </summary>
|
||||
procedure SetFlags(flags: TCefUrlRequestFlags);
|
||||
///
|
||||
/// <summary>
|
||||
/// Get the URL to the first party for cookies used in combination with
|
||||
/// ICefUrlRequest.
|
||||
///
|
||||
/// </summary>
|
||||
function GetFirstPartyForCookies: ustring;
|
||||
///
|
||||
/// <summary>
|
||||
/// Set the URL to the first party for cookies used in combination with
|
||||
/// ICefUrlRequest.
|
||||
///
|
||||
/// </summary>
|
||||
procedure SetFirstPartyForCookies(const url: ustring);
|
||||
///
|
||||
/// <summary>
|
||||
/// Set all values at one time. This method corresponds to TCefRequest.set_ and cef_request_t.set
|
||||
///
|
||||
/// </summary>
|
||||
procedure Assign(const url, method: ustring; const postData: ICefPostData; const headerMap: ICefStringMultimap);
|
||||
///
|
||||
/// <summary>
|
||||
/// Get the resource type for this request. Only available in the browser
|
||||
/// process.
|
||||
///
|
||||
/// </summary>
|
||||
function GetResourceType: TCefResourceType;
|
||||
///
|
||||
/// <summary>
|
||||
/// Get the transition type for this request. Only available in the browser
|
||||
/// process and only applies to requests that represent a main frame or sub-
|
||||
/// frame navigation.
|
||||
///
|
||||
/// </summary>
|
||||
function GetTransitionType: TCefTransitionType;
|
||||
///
|
||||
/// <summary>
|
||||
/// Returns the globally unique identifier for this request or 0 if not
|
||||
/// specified. Can be used by ICefResourceRequestHandler implementations
|
||||
/// in the browser process to track a single request across multiple
|
||||
/// callbacks.
|
||||
///
|
||||
/// </summary>
|
||||
function GetIdentifier: UInt64;
|
||||
///
|
||||
/// <summary>
|
||||
/// Get the fully qualified URL.
|
||||
///
|
||||
/// </summary>
|
||||
property Url : ustring read GetUrl write SetUrl;
|
||||
///
|
||||
/// <summary>
|
||||
/// Get the request function type. The value will default to POST if post data
|
||||
/// is provided and GET otherwise.
|
||||
///
|
||||
/// </summary>
|
||||
property Method : ustring read GetMethod write SetMethod;
|
||||
///
|
||||
/// <summary>
|
||||
/// Get the referrer URL.
|
||||
///
|
||||
/// </summary>
|
||||
property ReferrerUrl : ustring read GetReferrerUrl;
|
||||
///
|
||||
/// <summary>
|
||||
/// Get the referrer policy.
|
||||
///
|
||||
/// </summary>
|
||||
property ReferrerPolicy : TCefReferrerPolicy read GetReferrerPolicy;
|
||||
///
|
||||
/// <summary>
|
||||
/// Get the post data.
|
||||
///
|
||||
/// </summary>
|
||||
property PostData : ICefPostData read GetPostData write SetPostData;
|
||||
///
|
||||
/// <summary>
|
||||
/// Get the flags used in combination with ICefUrlRequest. See
|
||||
/// TCefUrlRequestFlags for supported values.
|
||||
///
|
||||
/// </summary>
|
||||
property Flags : TCefUrlRequestFlags read GetFlags write SetFlags;
|
||||
///
|
||||
/// <summary>
|
||||
/// Get the URL to the first party for cookies used in combination with
|
||||
/// ICefUrlRequest.
|
||||
///
|
||||
/// </summary>
|
||||
property FirstPartyForCookies : ustring read GetFirstPartyForCookies write SetFirstPartyForCookies;
|
||||
///
|
||||
/// <summary>
|
||||
/// Get the resource type for this request. Only available in the browser
|
||||
/// process.
|
||||
///
|
||||
/// </summary>
|
||||
property ResourceType : TCefResourceType read GetResourceType;
|
||||
///
|
||||
/// <summary>
|
||||
/// Get the transition type for this request. Only available in the browser
|
||||
/// process and only applies to requests that represent a main frame or sub-
|
||||
/// frame navigation.
|
||||
///
|
||||
/// </summary>
|
||||
property TransitionType : TCefTransitionType read GetTransitionType;
|
||||
///
|
||||
/// <summary>
|
||||
/// Returns the globally unique identifier for this request or 0 if not
|
||||
/// specified. Can be used by ICefResourceRequestHandler implementations
|
||||
/// in the browser process to track a single request across multiple
|
||||
/// callbacks.
|
||||
///
|
||||
/// </summary>
|
||||
property Identifier : UInt64 read GetIdentifier;
|
||||
end;
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 583,
|
||||
"InternalVersion" : 584,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "123.0.13"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user