You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2026-06-13 16:05:40 +02:00
Update to CEF 146.0.5 (BETA)
ATTENTION: CEF 146 is still in BETA state.
This commit is contained in:
@@ -5,12 +5,13 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="generator" content="PasDoc 0.17.0.snapshot">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<link rel="StyleSheet" type="text/css" href="bootstrap.min.css">
|
||||
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
|
||||
</head>
|
||||
<body>
|
||||
<span id="TCefV8StackFrameRef"></span><h1 class="cio">Class TCefV8StackFrameRef</h1>
|
||||
<div class="sections">
|
||||
<div class="one_section"><a class="section" href="#PasDoc-Description">Description</a></div><div class="one_section"><a class="section" href="#PasDoc-Hierarchy">Hierarchy</a></div><div class="one_section">Fields</div><div class="one_section"><a class="section" href="#PasDoc-Methods">Methods</a></div><div class="one_section">Properties</div></div>
|
||||
<div class="one_section"><a class="section" href="#PasDoc-Description">Description</a></div><div class="one_section"><a class="section" href="#PasDoc-Hierarchy">Hierarchy</a></div><div class="one_section"><a class="section" href="#PasDoc-Methods">Methods</a></div></div>
|
||||
<span id="PasDoc-Description"></span><h2 class="unit">Unit</h2>
|
||||
<p class="unitlink">
|
||||
<a href="uCEFv8StackFrame.html">uCEFv8StackFrame</a></p>
|
||||
@@ -24,48 +25,48 @@
|
||||
<li class="thisitem">TCefV8StackFrameRef</li></ul><h2 class="overview">Overview</h2>
|
||||
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<tr class="list visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFv8StackFrame.TCefV8StackFrameRef.html#IsValid">IsValid</a></strong>: Boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<tr class="list2 visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFv8StackFrame.TCefV8StackFrameRef.html#GetScriptName">GetScriptName</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<tr class="list visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFv8StackFrame.TCefV8StackFrameRef.html#GetScriptNameOrSourceUrl">GetScriptNameOrSourceUrl</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<tr class="list2 visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFv8StackFrame.TCefV8StackFrameRef.html#GetFunctionName">GetFunctionName</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<tr class="list visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFv8StackFrame.TCefV8StackFrameRef.html#GetLineNumber">GetLineNumber</a></strong>: Integer;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<tr class="list2 visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFv8StackFrame.TCefV8StackFrameRef.html#GetColumn">GetColumn</a></strong>: Integer;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<tr class="list visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFv8StackFrame.TCefV8StackFrameRef.html#IsEval">IsEval</a></strong>: Boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<tr class="list2 visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFv8StackFrame.TCefV8StackFrameRef.html#IsConstructor">IsConstructor</a></strong>: Boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<tr class="list visibility-public">
|
||||
<td class="visibility"><span class="badge vis-public">Public</span></td>
|
||||
<td class="itemcode"><code>class function <strong><a href="uCEFv8StackFrame.TCefV8StackFrameRef.html#UnWrap-Pointer-">UnWrap</a></strong>(data: Pointer): <a href="uCEFInterfaces.ICefV8StackFrame.html">ICefV8StackFrame</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
<h3 class="detail">Methods</h3>
|
||||
<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>
|
||||
<table class="detail visibility-protected wide_list">
|
||||
<tr class="list visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><span id="IsValid"></span><code>function <strong>IsValid</strong>: Boolean;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
@@ -73,9 +74,9 @@
|
||||
Returns true (1) if the underlying handle is valid and it can be accessed on the current thread. Do not call any other functions if this function returns false (0). </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<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>
|
||||
<table class="detail visibility-protected wide_list">
|
||||
<tr class="list visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><span id="GetScriptName"></span><code>function <strong>GetScriptName</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
@@ -83,9 +84,9 @@
|
||||
Returns the name of the resource script that contains the function. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<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>
|
||||
<table class="detail visibility-protected wide_list">
|
||||
<tr class="list visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><span id="GetScriptNameOrSourceUrl"></span><code>function <strong>GetScriptNameOrSourceUrl</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
@@ -93,9 +94,9 @@
|
||||
Returns the name of the resource script that contains the function or the sourceURL value if the script name is undefined and its source ends with a "//@ sourceURL=..." string. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<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>
|
||||
<table class="detail visibility-protected wide_list">
|
||||
<tr class="list visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><span id="GetFunctionName"></span><code>function <strong>GetFunctionName</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
@@ -103,9 +104,9 @@
|
||||
Returns the name of the function. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<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>
|
||||
<table class="detail visibility-protected wide_list">
|
||||
<tr class="list visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><span id="GetLineNumber"></span><code>function <strong>GetLineNumber</strong>: Integer;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
@@ -113,9 +114,9 @@
|
||||
Returns the 1-based line number for the function call or 0 if unknown. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<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>
|
||||
<table class="detail visibility-protected wide_list">
|
||||
<tr class="list visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><span id="GetColumn"></span><code>function <strong>GetColumn</strong>: Integer;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
@@ -123,9 +124,9 @@
|
||||
Returns the 1-based column offset on the line for the function call or 0 if unknown. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<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>
|
||||
<table class="detail visibility-protected wide_list">
|
||||
<tr class="list visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><span id="IsEval"></span><code>function <strong>IsEval</strong>: Boolean;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
@@ -133,9 +134,9 @@
|
||||
Returns true (1) if the function was compiled using eval(). </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<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>
|
||||
<table class="detail visibility-protected wide_list">
|
||||
<tr class="list visibility-protected">
|
||||
<td class="visibility"><span class="badge vis-protected">Protected</span></td>
|
||||
<td class="itemcode"><span id="IsConstructor"></span><code>function <strong>IsConstructor</strong>: Boolean;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
@@ -143,9 +144,9 @@
|
||||
Returns true (1) if the function was called as a constructor via "new". </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<table class="detail visibility-public wide_list">
|
||||
<tr class="list visibility-public">
|
||||
<td class="visibility"><span class="badge vis-public">Public</span></td>
|
||||
<td class="itemcode"><span id="UnWrap-Pointer-"></span><code>class function <strong>UnWrap</strong>(data: Pointer): <a href="uCEFInterfaces.ICefV8StackFrame.html">ICefV8StackFrame</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
|
||||
Reference in New Issue
Block a user