1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-22 22:17:48 +02:00

Fixed ICefRequest documentation and code comments

This commit is contained in:
Salvador Díaz Fau
2024-04-18 12:25:41 +02:00
parent 7b21547a4b
commit 7d822c5340
67 changed files with 2443 additions and 2443 deletions

View File

@ -173,7 +173,7 @@
</tr>
<tr><td colspan="2">
<p>
Returns true (1) if this object is read-only.</p>
Returns true (1) if this object is read-only. </p>
<h6 class="description_section">Attributes</h6>
<dl class="attributes">
<dt>GUID['{FB4718D3-7D13-4979-9F4C-D7F6C0EC592A}']</dt>
@ -188,7 +188,7 @@ Returns true (1) if this object is read-only.</p>
</tr>
<tr><td colspan="2">
<p>
Get the fully qualified URL.</p>
Get the fully qualified URL. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -198,7 +198,7 @@ Get the fully qualified URL.</p>
</tr>
<tr><td colspan="2">
<p>
Set the fully qualified URL.</p>
Set the fully qualified URL. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -208,7 +208,7 @@ Set the fully qualified URL.</p>
</tr>
<tr><td colspan="2">
<p>
Get the request function type. The value will default to POST if post data is provided and GET otherwise.</p>
Get the request function type. The value will default to POST if post data is provided and GET otherwise. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -218,7 +218,7 @@ Get the request function type. The value will default to POST if post data is pr
</tr>
<tr><td colspan="2">
<p>
Set the request function type.</p>
Set the request function type. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -228,7 +228,7 @@ Set the request function type.</p>
</tr>
<tr><td colspan="2">
<p>
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.</p>
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. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -238,7 +238,7 @@ Set the referrer URL and policy. If non-NULL the referrer URL must be fully qual
</tr>
<tr><td colspan="2">
<p>
Get the referrer URL.</p>
Get the referrer URL. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -248,7 +248,7 @@ Get the referrer URL.</p>
</tr>
<tr><td colspan="2">
<p>
Get the referrer policy.</p>
Get the referrer policy. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -258,7 +258,7 @@ Get the referrer policy.</p>
</tr>
<tr><td colspan="2">
<p>
Get the post data.</p>
Get the post data. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -268,7 +268,7 @@ Get the post data.</p>
</tr>
<tr><td colspan="2">
<p>
Set the post data.</p>
Set the post data. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -278,7 +278,7 @@ Set the post data.</p>
</tr>
<tr><td colspan="2">
<p>
Get the header values. Will not include the Referer value if any.</p>
Get the header values. Will not include the Referer value if any. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -288,7 +288,7 @@ Get the header values. Will not include the Referer value if any.</p>
</tr>
<tr><td colspan="2">
<p>
Set the header values. If a Referer value exists in the header map it will be removed and ignored.</p>
Set the header values. If a Referer value exists in the header map it will be removed and ignored. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -298,7 +298,7 @@ Set the header values. If a Referer value exists in the header map it will be re
</tr>
<tr><td colspan="2">
<p>
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.</p>
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. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -308,7 +308,7 @@ Returns the first header value for |name| or an NULL string if not found. Will n
</tr>
<tr><td colspan="2">
<p>
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.</p>
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. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -318,7 +318,7 @@ Set the header |name| to |value|. If |overwrite| is true (1) any existing values
</tr>
<tr><td colspan="2">
<p>
Get the flags used in combination with ICefUrlRequest. See TCefUrlRequestFlags for supported values.</p>
Get the flags used in combination with ICefUrlRequest. See TCefUrlRequestFlags for supported values. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -328,7 +328,7 @@ Get the flags used in combination with ICefUrlRequest. See TCefUrlRequestFlags f
</tr>
<tr><td colspan="2">
<p>
Set the flags used in combination with ICefUrlRequest. See TCefUrlRequestFlags for supported values.</p>
Set the flags used in combination with ICefUrlRequest. See TCefUrlRequestFlags for supported values. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -338,7 +338,7 @@ Set the flags used in combination with ICefUrlRequest. See TCefUrlRequestFlags f
</tr>
<tr><td colspan="2">
<p>
Get the URL to the first party for cookies used in combination with ICefUrlRequest.</p>
Get the URL to the first party for cookies used in combination with ICefUrlRequest. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -348,7 +348,7 @@ Get the URL to the first party for cookies used in combination with ICefUrlReque
</tr>
<tr><td colspan="2">
<p>
Set the URL to the first party for cookies used in combination with ICefUrlRequest.</p>
Set the URL to the first party for cookies used in combination with ICefUrlRequest. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -358,7 +358,7 @@ Set the URL to the first party for cookies used in combination with ICefUrlReque
</tr>
<tr><td colspan="2">
<p>
Set all values at one time. This method corresponds to TCefRequest.set_ and cef_request_t.set</p>
Set all values at one time. This method corresponds to TCefRequest.set_ and cef_request_t.set </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -368,7 +368,7 @@ Set all values at one time. This method corresponds to TCefRequest.set_ and cef_
</tr>
<tr><td colspan="2">
<p>
Get the resource type for this request. Only available in the browser process.</p>
Get the resource type for this request. Only available in the browser process. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -378,7 +378,7 @@ Get the resource type for this request. Only available in the browser process.</
</tr>
<tr><td colspan="2">
<p>
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.</p>
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. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -388,7 +388,7 @@ Get the transition type for this request. Only available in the browser process
</tr>
<tr><td colspan="2">
<p>
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.</p>
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. </p>
</td></tr>
</table>
<h3 class="detail">Properties</h3>
@ -399,7 +399,7 @@ Returns the globally unique identifier for this request or 0 if not specified. C
</tr>
<tr><td colspan="2">
<p>
Get the fully qualified URL.</p>
Get the fully qualified URL. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -409,7 +409,7 @@ Get the fully qualified URL.</p>
</tr>
<tr><td colspan="2">
<p>
Get the request function type. The value will default to POST if post data is provided and GET otherwise.</p>
Get the request function type. The value will default to POST if post data is provided and GET otherwise. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -419,7 +419,7 @@ Get the request function type. The value will default to POST if post data is pr
</tr>
<tr><td colspan="2">
<p>
Get the referrer URL.</p>
Get the referrer URL. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -429,7 +429,7 @@ Get the referrer URL.</p>
</tr>
<tr><td colspan="2">
<p>
Get the referrer policy.</p>
Get the referrer policy. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -439,7 +439,7 @@ Get the referrer policy.</p>
</tr>
<tr><td colspan="2">
<p>
Get the post data.</p>
Get the post data. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -449,7 +449,7 @@ Get the post data.</p>
</tr>
<tr><td colspan="2">
<p>
Get the flags used in combination with ICefUrlRequest. See TCefUrlRequestFlags for supported values.</p>
Get the flags used in combination with ICefUrlRequest. See TCefUrlRequestFlags for supported values. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -459,7 +459,7 @@ Get the flags used in combination with ICefUrlRequest. See TCefUrlRequestFlags f
</tr>
<tr><td colspan="2">
<p>
Get the URL to the first party for cookies used in combination with ICefUrlRequest.</p>
Get the URL to the first party for cookies used in combination with ICefUrlRequest. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -469,7 +469,7 @@ Get the URL to the first party for cookies used in combination with ICefUrlReque
</tr>
<tr><td colspan="2">
<p>
Get the resource type for this request. Only available in the browser process.</p>
Get the resource type for this request. Only available in the browser process. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -479,7 +479,7 @@ Get the resource type for this request. Only available in the browser process.</
</tr>
<tr><td colspan="2">
<p>
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.</p>
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. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -489,7 +489,7 @@ Get the transition type for this request. Only available in the browser process
</tr>
<tr><td colspan="2">
<p>
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.</p>
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. </p>
</td></tr>
</table>
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 0.16.0-snapshot</a>. </em>