<tdclass="itemcode"><code>class function <strong><ahref="uCEFFrame.TCefFrameRef.html#UnWrap-Pointer-">UnWrap</a></strong>(data: Pointer): <ahref="uCEFInterfaces.ICefFrame.html">ICefFrame</a>;</code></td>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#IsValid">ICefFrame.IsValid</a>.</p><p>
True if this object is currently attached to a valid frame. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#Undo">ICefFrame.Undo</a>.</p><p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#Redo">ICefFrame.Redo</a>.</p><p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#Cut">ICefFrame.Cut</a>.</p><p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#Copy">ICefFrame.Copy</a>.</p><p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#Paste">ICefFrame.Paste</a>.</p><p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#Del">ICefFrame.Del</a>.</p><p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#SelectAll">ICefFrame.SelectAll</a>.</p><p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#ViewSource">ICefFrame.ViewSource</a>.</p><p>
Save this frame's HTML source to a temporary file and open it in the default text viewing application. This function can only be called from the browser process. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#GetSource-ICefStringVisitor-">ICefFrame.GetSource</a>.</p><p>
Retrieve this frame's HTML source as a string sent to the specified visitor. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#GetSourceProc-TCefStringVisitorProc-">ICefFrame.GetSourceProc</a>.</p><p>
Retrieve this frame's HTML source as a string sent to the specified visitor. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#GetText-ICefStringVisitor-">ICefFrame.GetText</a>.</p><p>
Retrieve this frame's display text as a string sent to the specified visitor. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#GetTextProc-TCefStringVisitorProc-">ICefFrame.GetTextProc</a>.</p><p>
Retrieve this frame's display text as a string sent to the specified visitor. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#LoadRequest-ICefRequest-">ICefFrame.LoadRequest</a>.</p><p>
Load the request represented by the |request| object.
<p>WARNING: This function will fail with "bad IPC message" reason INVALID_INITIATOR_ORIGIN (213) unless you first navigate to the request origin using some other mechanism (LoadURL, link click, etc). </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#LoadUrl-ustring-">ICefFrame.LoadUrl</a>.</p><p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#ExecuteJavaScript-ustring-ustring-Integer-">ICefFrame.ExecuteJavaScript</a>.</p><p>
Execute a string of JavaScript code in this frame. The |script_url| parameter is the URL where the script in question can be found, if any. The renderer may request this URL to show the developer the source of the error. The |start_line| parameter is the base line number to use for error reporting. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#IsMain">ICefFrame.IsMain</a>.</p><p>
Returns true (1) if this is the main (top-level) frame. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#IsFocused">ICefFrame.IsFocused</a>.</p><p>
Returns true (1) if this is the focused frame. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#GetName">ICefFrame.GetName</a>.</p><p>
Returns the name for this frame. If the frame has an assigned name (for example, set via the iframe "name" attribute) then that value will be returned. Otherwise a unique name will be constructed based on the frame parent hierarchy. The main (top-level) frame will always have an NULL name value. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#GetIdentifier">ICefFrame.GetIdentifier</a>.</p><p>
Returns the globally unique identifier for this frame or empty if the underlying frame does not yet exist. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#GetParent">ICefFrame.GetParent</a>.</p><p>
Returns the parent of this frame or NULL if this is the main (top-level) frame. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#GetUrl">ICefFrame.GetUrl</a>.</p><p>
Returns the URL currently loaded in this frame. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#GetBrowser">ICefFrame.GetBrowser</a>.</p><p>
Returns the browser that this frame belongs to. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#GetV8Context">ICefFrame.GetV8Context</a>.</p><p>
Get the V8 context associated with the frame. This function can only be called from the render process. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#VisitDom-ICefDomVisitor-">ICefFrame.VisitDom</a>.</p><p>
Visit the DOM document. This function can only be called from the render process. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#VisitDomProc-TCefDomVisitorProc-">ICefFrame.VisitDomProc</a>.</p><p>
Visit the DOM document. This function can only be called from the render process. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#CreateUrlRequest-ICefRequest-ICefUrlrequestClient-">ICefFrame.CreateUrlRequest</a>.</p><p>
Create a new URL request that will be treated as originating from this frame and the associated browser. Use TCustomCefUrlrequestClient.Create instead if you do not want the request to have this association, in which case it may be handled differently (see documentation on that function). A request created with this function may only originate from the browser process, and will behave as follows: - It may be intercepted by the client via CefResourceRequestHandler or CefSchemeHandlerFactory. - POST data may only contain a single element of type PDE_TYPE_FILE or PDE_TYPE_BYTES.
<p>The |request| object will be marked as read-only after calling this function. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefFrame.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-">ICefFrame.SendProcessMessage</a>.</p><p>
Send a message to the specified |target_process|. Ownership of the message contents will be transferred and the |message| reference will be invalidated. Message delivery is not guaranteed in all cases (for example, if the browser is closing, navigating, or if the target process crashes). Send an ACK message back from the target process if confirmation is required. </p>
<tdclass="itemcode"><spanid="UnWrap-Pointer-"></span><code>class function <strong>UnWrap</strong>(data: Pointer): <ahref="uCEFInterfaces.ICefFrame.html">ICefFrame</a>;</code></td>
</tr>
<tr><tdcolspan="2">
<pclass="nodescription">This item has no description.</p></td></tr>
</table>
<hr><spanclass="appinfo"><em>Generated by <ahref="https://pasdoc.github.io/">PasDoc 0.16.0-snapshot</a>. </em>