You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
Fixed ICefRequest documentation and code comments
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user