You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-12-13 21:45:55 +02:00
Fixed ICefRequest documentation and code comments
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefRequest.html#IsReadOnly">ICefRequest.IsReadOnly</a>.</p><p>
|
||||
Returns true (1) if this object is read-only.</p>
|
||||
Returns true (1) if this object is read-only. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
@@ -140,7 +140,7 @@ Returns true (1) if this object is read-only.</p>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefRequest.html#GetUrl">ICefRequest.GetUrl</a>.</p><p>
|
||||
Get the fully qualified URL.</p>
|
||||
Get the fully qualified URL. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
@@ -150,7 +150,7 @@ Get the fully qualified URL.</p>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefRequest.html#GetMethod">ICefRequest.GetMethod</a>.</p><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">
|
||||
@@ -160,7 +160,7 @@ Get the request function type. The value will default to POST if post data is pr
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefRequest.html#GetPostData">ICefRequest.GetPostData</a>.</p><p>
|
||||
Get the post data.</p>
|
||||
Get the post data. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
@@ -170,7 +170,7 @@ Get the post data.</p>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefRequest.html#GetHeaderMap-ICefStringMultimap-">ICefRequest.GetHeaderMap</a>.</p><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">
|
||||
@@ -180,7 +180,7 @@ Get the header values. Will not include the Referer value if any.</p>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefRequest.html#SetUrl-ustring-">ICefRequest.SetUrl</a>.</p><p>
|
||||
Set the fully qualified URL.</p>
|
||||
Set the fully qualified URL. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
@@ -190,7 +190,7 @@ Set the fully qualified URL.</p>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefRequest.html#SetMethod-ustring-">ICefRequest.SetMethod</a>.</p><p>
|
||||
Set the request function type.</p>
|
||||
Set the request function type. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
@@ -200,7 +200,7 @@ Set the request function type.</p>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefRequest.html#SetReferrer-ustring-TCefReferrerPolicy-">ICefRequest.SetReferrer</a>.</p><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">
|
||||
@@ -210,7 +210,7 @@ Set the referrer URL and policy. If non-NULL the referrer URL must be fully qual
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefRequest.html#GetReferrerUrl">ICefRequest.GetReferrerUrl</a>.</p><p>
|
||||
Get the referrer URL.</p>
|
||||
Get the referrer URL. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
@@ -220,7 +220,7 @@ Get the referrer URL.</p>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefRequest.html#GetReferrerPolicy">ICefRequest.GetReferrerPolicy</a>.</p><p>
|
||||
Get the referrer policy.</p>
|
||||
Get the referrer policy. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
@@ -230,7 +230,7 @@ Get the referrer policy.</p>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefRequest.html#SetPostData-ICefPostData-">ICefRequest.SetPostData</a>.</p><p>
|
||||
Set the post data.</p>
|
||||
Set the post data. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
@@ -240,7 +240,7 @@ Set the post data.</p>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefRequest.html#SetHeaderMap-ICefStringMultimap-">ICefRequest.SetHeaderMap</a>.</p><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">
|
||||
@@ -250,7 +250,7 @@ Set the header values. If a Referer value exists in the header map it will be re
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefRequest.html#GetHeaderByName-ustring-">ICefRequest.GetHeaderByName</a>.</p><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">
|
||||
@@ -260,7 +260,7 @@ Returns the first header value for |name| or an NULL string if not found. Will n
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefRequest.html#SetHeaderByName-ustring-ustring-boolean-">ICefRequest.SetHeaderByName</a>.</p><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">
|
||||
@@ -270,7 +270,7 @@ Set the header |name| to |value|. If |overwrite| is true (1) any existing values
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefRequest.html#GetFlags">ICefRequest.GetFlags</a>.</p><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">
|
||||
@@ -280,7 +280,7 @@ Get the flags used in combination with ICefUrlRequest. See TCefUrlRequestFlags f
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefRequest.html#SetFlags-TCefUrlRequestFlags-">ICefRequest.SetFlags</a>.</p><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">
|
||||
@@ -290,7 +290,7 @@ Set the flags used in combination with ICefUrlRequest. See TCefUrlRequestFlags f
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefRequest.html#GetFirstPartyForCookies">ICefRequest.GetFirstPartyForCookies</a>.</p><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">
|
||||
@@ -300,7 +300,7 @@ Get the URL to the first party for cookies used in combination with ICefUrlReque
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefRequest.html#SetFirstPartyForCookies-ustring-">ICefRequest.SetFirstPartyForCookies</a>.</p><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">
|
||||
@@ -310,7 +310,7 @@ Set the URL to the first party for cookies used in combination with ICefUrlReque
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefRequest.html#Assign-ustring-ustring-ICefPostData-ICefStringMultimap-">ICefRequest.Assign</a>.</p><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">
|
||||
@@ -320,7 +320,7 @@ Set all values at one time. This method corresponds to TCefRequest.set_ and cef_
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefRequest.html#GetResourceType">ICefRequest.GetResourceType</a>.</p><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">
|
||||
@@ -330,7 +330,7 @@ Get the resource type for this request. Only available in the browser process.</
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefRequest.html#GetTransitionType">ICefRequest.GetTransitionType</a>.</p><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">
|
||||
@@ -340,7 +340,7 @@ Get the transition type for this request. Only available in the browser process
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefRequest.html#GetIdentifier">ICefRequest.GetIdentifier</a>.</p><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>
|
||||
<table class="detail wide_list">
|
||||
|
||||
Reference in New Issue
Block a user