You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
This commit is contained in:
@@ -3414,111 +3414,116 @@
|
||||
<td class="itemdesc"><p> Record used by cef_version_info to get the CEF version information </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFTypes.TCefVersionInfoEx.html">TCefVersionInfoEx</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFTypes.html">uCEFTypes</a></td>
|
||||
<td class="itemdesc"><p> Structure representing all CEF version information. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFTypes.TCefView.html">TCefView</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFTypes.html">uCEFTypes</a></td>
|
||||
<td class="itemdesc"><p> A View is a rectangle within the views View hierarchy. It is the base structure for all Views. All size and position values are in density independent pixels (DIP) unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated.
|
||||
|
||||
<p>NOTE: This struct is allocated DLL-side. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFViewComponent.TCEFViewComponent.html">TCEFViewComponent</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFViewComponent.html">uCEFViewComponent</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFTypes.TCefViewDelegate.html">TCefViewDelegate</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFTypes.html">uCEFTypes</a></td>
|
||||
<td class="itemdesc"><p> Implement this structure to handle view events. All size and position values are in density independent pixels (DIP) unless otherwise indicated. The functions of this structure will be called on the browser process UI thread unless otherwise indicated.
|
||||
|
||||
<p>NOTE: This struct is allocated client-side. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFViewDelegate.TCefViewDelegateOwn.html">TCefViewDelegateOwn</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFViewDelegate.html">uCEFViewDelegate</a></td>
|
||||
<td class="itemdesc"><p> Implement this interface to handle view events. All size and position values are in density independent pixels (DIP) unless otherwise indicated. The functions of this interface will be called on the browser process UI thread unless otherwise indicated. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFViewDelegate.TCefViewDelegateRef.html">TCefViewDelegateRef</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFViewDelegate.html">uCEFViewDelegate</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFTask.TCefViewDelegateTask.html">TCefViewDelegateTask</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFTask.html">uCEFTask</a></td>
|
||||
<td class="itemdesc"><p> Custom class used to execute CEF tasks with a TCEFViewComponent component. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFView.TCefViewRef.html">TCefViewRef</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFView.html">uCEFView</a></td>
|
||||
<td class="itemdesc"><p> A View is a rectangle within the views View hierarchy. It is the base interface for all Views. All size and position values are in density independent pixels (DIP) unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFTypes.TCefWaitableEvent.html">TCefWaitableEvent</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFTypes.html">uCEFTypes</a></td>
|
||||
<td class="itemdesc"><p> WaitableEvent is a thread synchronization tool that allows one thread to wait for another thread to finish some work. This is equivalent to using a Lock+ConditionVariable to protect a simple boolean value. However, using WaitableEvent in conjunction with a Lock to wait for a more complex state change (e.g., for an item to be added to a queue) is not recommended. In that case consider using a ConditionVariable instead of a WaitableEvent. It is safe to create and/or signal a WaitableEvent from any thread. Blocking on a WaitableEvent by calling the *wait() functions is not allowed on the browser process UI or IO threads.
|
||||
|
||||
<p>NOTE: This struct is allocated DLL-side. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFWaitableEvent.TCefWaitableEventRef.html">TCefWaitableEventRef</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFWaitableEvent.html">uCEFWaitableEvent</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFWinControl.TCEFWinControl.html">TCEFWinControl</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFWinControl.html">uCEFWinControl</a></td>
|
||||
<td class="itemdesc"><p> Custom TWinControl used by CEF browsers. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFTypes.TCefWindow.html">TCefWindow</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFTypes.html">uCEFTypes</a></td>
|
||||
<td class="itemdesc"><p> A Window is a top-level Window/widget in the Views hierarchy. By default it will have a non-client area with title bar, icon and buttons that supports moving and resizing. All size and position values are in density independent pixels (DIP) unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated.
|
||||
|
||||
<p>NOTE: This struct is allocated DLL-side. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFWindowComponent.TCEFWindowComponent.html">TCEFWindowComponent</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFWindowComponent.html">uCEFWindowComponent</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFTypes.TCefWindowDelegate.html">TCefWindowDelegate</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFTypes.html">uCEFTypes</a></td>
|
||||
<td class="itemdesc"><p> Implement this structure to handle window events. The functions of this structure will be called on the browser process UI thread unless otherwise indicated.
|
||||
|
||||
<p>NOTE: This struct is allocated client-side. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFWindowDelegate.TCefWindowDelegateOwn.html">TCefWindowDelegateOwn</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFWindowDelegate.html">uCEFWindowDelegate</a></td>
|
||||
<td class="itemdesc"><p> Implement this interface to handle window events. The functions of this interface will be called on the browser process UI thread unless otherwise indicated. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFWindowDelegate.TCefWindowDelegateRef.html">TCefWindowDelegateRef</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFWindowDelegate.html">uCEFWindowDelegate</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFTypes.TCefWindowInfo.html">TCefWindowInfo</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFTypes.html">uCEFTypes</a></td>
|
||||
<td class="itemdesc"><p> Structure representing window information. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFWindowInfoWrapper.TCEFWindowInfoWrapper.html">TCEFWindowInfoWrapper</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFWindowInfoWrapper.html">uCEFWindowInfoWrapper</a></td>
|
||||
<td class="itemdesc"><p> Wrapper class used to initialize a TCEFWindowInfo record. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFWindowParent.TCEFWindowParent.html">TCEFWindowParent</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFWindowParent.html">uCEFWindowParent</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFWindow.TCefWindowRef.html">TCefWindowRef</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFWindow.html">uCEFWindow</a></td>
|
||||
<td class="itemdesc"><p> A Window is a top-level Window/widget in the Views hierarchy. By default it will have a non-client area with title bar, icon and buttons that supports moving and resizing. All size and position values are in density independent pixels (DIP) unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFWorkScheduler.TCEFWorkScheduler.html">TCEFWorkScheduler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFWorkScheduler.html">uCEFWorkScheduler</a></td>
|
||||
<td class="itemdesc"><p>
|
||||
@@ -3529,102 +3534,102 @@
|
||||
|
||||
<p></p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFWorkSchedulerQueueThread.TCEFWorkSchedulerQueueThread.html">TCEFWorkSchedulerQueueThread</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFWorkSchedulerQueueThread.html">uCEFWorkSchedulerQueueThread</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFWorkSchedulerThread.TCEFWorkSchedulerThread.html">TCEFWorkSchedulerThread</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFWorkSchedulerThread.html">uCEFWorkSchedulerThread</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFTypes.TCefWriteHandler.html">TCefWriteHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFTypes.html">uCEFTypes</a></td>
|
||||
<td class="itemdesc"><p> Structure the client can implement to provide a custom stream writer. The functions of this structure may be called on any thread.
|
||||
|
||||
<p>NOTE: This struct is allocated client-side. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFWriteHandler.TCefWriteHandlerOwn.html">TCefWriteHandlerOwn</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFWriteHandler.html">uCEFWriteHandler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFTypes.TCefX509Certificate.html">TCefX509Certificate</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFTypes.html">uCEFTypes</a></td>
|
||||
<td class="itemdesc"><p> Structure representing a X.509 certificate.
|
||||
|
||||
<p>NOTE: This struct is allocated DLL-side. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFX509Certificate.TCEFX509CertificateRef.html">TCEFX509CertificateRef</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFX509Certificate.html">uCEFX509Certificate</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFTypes.TCefX509CertPrincipal.html">TCefX509CertPrincipal</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFTypes.html">uCEFTypes</a></td>
|
||||
<td class="itemdesc"><p> Structure representing the issuer or subject field of an X.509 certificate.
|
||||
|
||||
<p>NOTE: This struct is allocated DLL-side. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFX509CertPrincipal.TCefX509CertPrincipalRef.html">TCefX509CertPrincipalRef</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFX509CertPrincipal.html">uCEFX509CertPrincipal</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFTypes.TCefXmlReader.html">TCefXmlReader</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFTypes.html">uCEFTypes</a></td>
|
||||
<td class="itemdesc"><p> Structure that supports the reading of XML data via the libxml streaming API. The functions of this structure should only be called on the thread that creates the object.
|
||||
|
||||
<p>NOTE: This struct is allocated DLL-side. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFXmlReader.TCefXmlReaderRef.html">TCefXmlReaderRef</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFXmlReader.html">uCEFXmlReader</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFTypes.TCefZipReader.html">TCefZipReader</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFTypes.html">uCEFTypes</a></td>
|
||||
<td class="itemdesc"><p> Structure that supports the reading of zip archives via the zlib unzip API. The functions of this structure should only be called on the thread that creates the object.
|
||||
|
||||
<p>NOTE: This struct is allocated DLL-side. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFZipReader.TCefZipReaderRef.html">TCefZipReaderRef</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFZipReader.html">uCEFZipReader</a></td>
|
||||
<td class="itemdesc"><p> Class that supports the reading of zip archives via the zlib unzip API. The functions of this interface should only be called on the thread that creates the object. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFChromium.TChromium.html">TChromium</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFChromium.html">uCEFChromium</a></td>
|
||||
<td class="itemdesc"><p> VCL and LCL version of TChromiumCore that puts together all browser procedures, functions, properties and events in one place. It has all you need to create, modify and destroy a web browser. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFChromiumCore.TChromiumCore.html">TChromiumCore</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFChromiumCore.html">uCEFChromiumCore</a></td>
|
||||
<td class="itemdesc"><p> Parent class of TChromium and TFMXChromium that puts together all browser procedures, functions, properties and events in one place. It has all you need to create, modify and destroy a web browser. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFChromiumFontOptions.TChromiumFontOptions.html">TChromiumFontOptions</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFChromiumFontOptions.html">uCEFChromiumFontOptions</a></td>
|
||||
<td class="itemdesc"><p> The TChromiumFontOptions properties are used to fill the TCefBrowserSettings record which is used during the browser creation. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFChromiumOptions.TChromiumOptions.html">TChromiumOptions</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFChromiumOptions.html">uCEFChromiumOptions</a></td>
|
||||
<td class="itemdesc"><p> The TChromiumOptions properties used to fill the TCefBrowserSettings record which is used during the browser creation. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFTypes.TChromiumVersionInfo.html">TChromiumVersionInfo</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFTypes.html">uCEFTypes</a></td>
|
||||
<td class="itemdesc"><p> Record used by cef_version_info to get the Chromium version information </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFChromiumWindow.TChromiumWindow.html">TChromiumWindow</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFChromiumWindow.html">uCEFChromiumWindow</a></td>
|
||||
<td class="itemdesc"><p>
|
||||
@@ -3635,217 +3640,217 @@
|
||||
|
||||
<p></p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFBrowserWindow.TChromiumWrapper.html">TChromiumWrapper</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFBrowserWindow.html">uCEFBrowserWindow</a></td>
|
||||
<td class="itemdesc"><p>TChromiumWrapper</p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFTypes.TCookie.html">TCookie</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFTypes.html">uCEFTypes</a></td>
|
||||
<td class="itemdesc"><p> Cookie information. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFAccessibilityHandler.TCustomAccessibilityHandler.html">TCustomAccessibilityHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFAccessibilityHandler.html">uCEFAccessibilityHandler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFAudioHandler.TCustomAudioHandler.html">TCustomAudioHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFAudioHandler.html">uCEFAudioHandler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFBrowserViewDelegate.TCustomBrowserViewDelegate.html">TCustomBrowserViewDelegate</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFBrowserViewDelegate.html">uCEFBrowserViewDelegate</a></td>
|
||||
<td class="itemdesc"><p> This class handles all the ICefBrowserViewDelegate methods which call the ICefBrowserViewDelegateEvents methods. ICefBrowserViewDelegateEvents will be implemented by the control receiving the ICefBrowserViewDelegate events. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFButtonDelegate.TCustomButtonDelegate.html">TCustomButtonDelegate</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFButtonDelegate.html">uCEFButtonDelegate</a></td>
|
||||
<td class="itemdesc"><p> This class handles all the ICefButtonDelegate methods which call the ICefButtonDelegateEvents methods. ICefButtonDelegateEvents will be implemented by the control receiving the ICefButtonDelegate events. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFApp.TCustomCefApp.html">TCustomCefApp</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFApp.html">uCEFApp</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFNavigationEntryVisitor.TCustomCefNavigationEntryVisitor.html">TCustomCefNavigationEntryVisitor</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFNavigationEntryVisitor.html">uCEFNavigationEntryVisitor</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFStringVisitor.TCustomCefStringVisitor.html">TCustomCefStringVisitor</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFStringVisitor.html">uCEFStringVisitor</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFUrlrequestClient.TCustomCefUrlrequestClient.html">TCustomCefUrlrequestClient</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFUrlrequestClient.html">uCEFUrlrequestClient</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFClient.TCustomClientHandler.html">TCustomClientHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFClient.html">uCEFClient</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFCommandHandler.TCustomCommandHandler.html">TCustomCommandHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFCommandHandler.html">uCEFCommandHandler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFContextMenuHandler.TCustomContextMenuHandler.html">TCustomContextMenuHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFContextMenuHandler.html">uCEFContextMenuHandler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFCookieAccessFilter.TCustomCookieAccessFilter.html">TCustomCookieAccessFilter</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFCookieAccessFilter.html">uCEFCookieAccessFilter</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFDevToolsMessageObserver.TCustomDevToolsMessageObserver.html">TCustomDevToolsMessageObserver</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFDevToolsMessageObserver.html">uCEFDevToolsMessageObserver</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFDialogHandler.TCustomDialogHandler.html">TCustomDialogHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFDialogHandler.html">uCEFDialogHandler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFDisplayHandler.TCustomDisplayHandler.html">TCustomDisplayHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFDisplayHandler.html">uCEFDisplayHandler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFDownloadHandler.TCustomDownloadHandler.html">TCustomDownloadHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFDownloadHandler.html">uCEFDownloadHandler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFDragHandler.TCustomDragHandler.html">TCustomDragHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFDragHandler.html">uCEFDragHandler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFFindHandler.TCustomFindHandler.html">TCustomFindHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFFindHandler.html">uCEFFindHandler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFFocusHandler.TCustomFocusHandler.html">TCustomFocusHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFFocusHandler.html">uCEFFocusHandler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFFrameHandler.TCustomFrameHandler.html">TCustomFrameHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFFrameHandler.html">uCEFFrameHandler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFJsDialogHandler.TCustomJsDialogHandler.html">TCustomJsDialogHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFJsDialogHandler.html">uCEFJsDialogHandler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFKeyboardHandler.TCustomKeyboardHandler.html">TCustomKeyboardHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFKeyboardHandler.html">uCEFKeyboardHandler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFLifeSpanHandler.TCustomLifeSpanHandler.html">TCustomLifeSpanHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFLifeSpanHandler.html">uCEFLifeSpanHandler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFLoadHandler.TCustomLoadHandler.html">TCustomLoadHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFLoadHandler.html">uCEFLoadHandler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMediaObserver.TCustomMediaObserver.html">TCustomMediaObserver</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMediaObserver.html">uCEFMediaObserver</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMenuButtonDelegate.TCustomMenuButtonDelegate.html">TCustomMenuButtonDelegate</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMenuButtonDelegate.html">uCEFMenuButtonDelegate</a></td>
|
||||
<td class="itemdesc"><p> This class handles all the ICefMenuButtonDelegate methods which call the ICefMenuButtonDelegateEvents methods. ICefMenuButtonDelegateEvents will be implemented by the control receiving the ICefMenuButtonDelegate events. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFPanelDelegate.TCustomPanelDelegate.html">TCustomPanelDelegate</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFPanelDelegate.html">uCEFPanelDelegate</a></td>
|
||||
<td class="itemdesc"><p> This class handles all the ICefPanelDelegate methods which call the ICefPanelDelegateEvents methods. ICefPanelDelegateEvents will be implemented by the control receiving the ICefPanelDelegate events. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFPermissionHandler.TCustomPermissionHandler.html">TCustomPermissionHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFPermissionHandler.html">uCEFPermissionHandler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFPrintHandler.TCustomPrintHandler.html">TCustomPrintHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFPrintHandler.html">uCEFPrintHandler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFRenderHandler.TCustomRenderHandler.html">TCustomRenderHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFRenderHandler.html">uCEFRenderHandler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFLoadHandler.TCustomRenderLoadHandler.html">TCustomRenderLoadHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFLoadHandler.html">uCEFLoadHandler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFRequestContextHandler.TCustomRequestContextHandler.html">TCustomRequestContextHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFRequestContextHandler.html">uCEFRequestContextHandler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFRequestHandler.TCustomRequestHandler.html">TCustomRequestHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFRequestHandler.html">uCEFRequestHandler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFResourceRequestHandler.TCustomResourceRequestHandler.html">TCustomResourceRequestHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFResourceRequestHandler.html">uCEFResourceRequestHandler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFResponseFilter.TCustomResponseFilter.html">TCustomResponseFilter</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFResponseFilter.html">uCEFResponseFilter</a></td>
|
||||
<td class="itemdesc"><p> Custom class implementing a resource filter with events. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFServerHandler.TCustomServerHandler.html">TCustomServerHandler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFServerHandler.html">uCEFServerHandler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFTypes.TCustomTaskInfo.html">TCustomTaskInfo</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFTypes.html">uCEFTypes</a></td>
|
||||
<td class="itemdesc"><p> Pascal version of TCefTaskInfo. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFTextfieldDelegate.TCustomTextfieldDelegate.html">TCustomTextfieldDelegate</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFTextfieldDelegate.html">uCEFTextfieldDelegate</a></td>
|
||||
<td class="itemdesc"><p> This class handles all the ICefTextfieldDelegate and ICefViewDelegate methods which call the ICefTextfieldDelegateEvents methods. ICefTextfieldDelegateEvents will be implemented by the control receiving the ICefTextfieldDelegate events. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFViewDelegate.TCustomViewDelegate.html">TCustomViewDelegate</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFViewDelegate.html">uCEFViewDelegate</a></td>
|
||||
<td class="itemdesc"><p> This class handles all the ICefViewDelegate methods which call the ICefViewDelegateEvents methods. ICefViewDelegateEvents will be implemented by the control receiving the ICefViewDelegate events. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFWindowDelegate.TCustomWindowDelegate.html">TCustomWindowDelegate</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFWindowDelegate.html">uCEFWindowDelegate</a></td>
|
||||
<td class="itemdesc"><p> This class handles all the TCustomWindowDelegate methods which call the ICefWindowDelegateEvents methods. ICefWindowDelegateEvents will be implemented by the control receiving the TCustomWindowDelegate events. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFBrowserWindow.TEmbeddedChromium.html">TEmbeddedChromium</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFBrowserWindow.html">uCEFBrowserWindow</a></td>
|
||||
<td class="itemdesc"><p>TEmbeddedChromium
|
||||
@@ -3854,34 +3859,34 @@
|
||||
|
||||
<p>2) TEmbeddedChromium adds InternalEvents that can be hooked by the component that owns the TEmbeddedChromium. This means the default published events are available to the end user. Published events that should not be available are hidden via THiddenPropertyEditor * Hidden event properties must not be assigned by any end user code. *</p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFOsrBrowserWindow.TEmbeddedOsrChromium.html">TEmbeddedOsrChromium</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFOsrBrowserWindow.html">uCEFOsrBrowserWindow</a></td>
|
||||
<td class="itemdesc"><p>TEmbeddedOsrChromium
|
||||
|
||||
<p>Hides (THiddenPropertyEditor) any published event that is used by TOsrBrowserWindow * Hidden events must also not be used by user code *</p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFTypes.TFileVersionInfo.html">TFileVersionInfo</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFTypes.html">uCEFTypes</a></td>
|
||||
<td class="itemdesc"><p> Record used by GetDLLVersion to get the DLL version information </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFFMXBufferPanel.TFMXBufferPanel.html">TFMXBufferPanel</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFFMXBufferPanel.html">uCEFFMXBufferPanel</a></td>
|
||||
<td class="itemdesc"><p> TBufferPanel is used by FMX applications with browsers in OSR mode to draw the browser contents. See the FMXExternalPumpBrowser demo for more details. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFFMXChromium.TFMXChromium.html">TFMXChromium</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFFMXChromium.html">uCEFFMXChromium</a></td>
|
||||
<td class="itemdesc"><p> FMX version of TChromiumCore that puts together all browser procedures, functions, properties and events in one place. It has all you need to create, modify and destroy a web browser. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFFMXWindowParent.TFMXWindowParent.html">TFMXWindowParent</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFFMXWindowParent.html">uCEFFMXWindowParent</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFFMXWorkScheduler.TFMXWorkScheduler.html">TFMXWorkScheduler</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFFMXWorkScheduler.html">uCEFFMXWorkScheduler</a></td>
|
||||
<td class="itemdesc"><p>
|
||||
@@ -3892,47 +3897,47 @@
|
||||
|
||||
<p></p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFTypes.TLinuxWindowProperties.html">TLinuxWindowProperties</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFTypes.html">uCEFTypes</a></td>
|
||||
<td class="itemdesc"><p> String version of TCefLinuxWindowProperties </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFBaseRefCounted.TLoggingInterfacedObject.html">TLoggingInterfacedObject</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFBaseRefCounted.html">uCEFBaseRefCounted</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFTypes.TMyMemoryStatusEx.html">TMyMemoryStatusEx</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFTypes.html">uCEFTypes</a></td>
|
||||
<td class="itemdesc"><p> Record used with GetGlobalMemoryStatusEx to get the memory status. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFOLEDragAndDrop.TOLEDataObject.html">TOLEDataObject</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFOLEDragAndDrop.html">uCEFOLEDragAndDrop</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFOLEDragAndDrop.TOLEDragAndDropMgr.html">TOLEDragAndDropMgr</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFOLEDragAndDrop.html">uCEFOLEDragAndDrop</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFOLEDragAndDrop.TOLEDropSource.html">TOLEDropSource</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFOLEDragAndDrop.html">uCEFOLEDragAndDrop</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFOLEDragAndDrop.TOLEDropTarget.html">TOLEDropTarget</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFOLEDragAndDrop.html">uCEFOLEDragAndDrop</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFOLEDragAndDrop.TOLEEnumFormatEtc.html">TOLEEnumFormatEtc</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFOLEDragAndDrop.html">uCEFOLEDragAndDrop</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFOsrBrowserWindow.TOsrBrowserWindow.html">TOsrBrowserWindow</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFOsrBrowserWindow.html">uCEFOsrBrowserWindow</a></td>
|
||||
<td class="itemdesc"><p>TOsrBrowserWindow - Off-Screen-Rendering
|
||||
@@ -3943,17 +3948,17 @@
|
||||
|
||||
<p>This component is still experimental. - On MacOS Keyboard support is not complete</p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFTypes.TOSVersionInfoEx.html">TOSVersionInfoEx</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFTypes.html">uCEFTypes</a></td>
|
||||
<td class="itemdesc"><p> Record used with RtlGetVersion to get the Windows version information. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFPDFPrintOptions.TPDFPrintOptions.html">TPDFPrintOptions</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFPDFPrintOptions.html">uCEFPDFPrintOptions</a></td>
|
||||
<td class="itemdesc"><p> The TPDFPrintOptions properties are used to fill the TCefPdfPrintSettings record which is used in the TChromiumCore.PrintToPDF call. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFTypes.TUrlParts.html">TUrlParts</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFTypes.html">uCEFTypes</a></td>
|
||||
<td class="itemdesc"><p> String version of TCefUrlParts </p></td>
|
||||
|
||||
Reference in New Issue
Block a user