<tdclass="itemcode"><code>class function <strong><ahref="uCEFPostData.TCefPostDataRef.html#UnWrap-Pointer-">UnWrap</a></strong>(data: Pointer): <ahref="uCEFInterfaces.ICefPostData.html">ICefPostData</a>;</code></td>
<tdclass="itemcode"><code>class function <strong><ahref="uCEFPostData.TCefPostDataRef.html#New">New</a></strong>: <ahref="uCEFInterfaces.ICefPostData.html">ICefPostData</a>;</code></td>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefPostData.html#IsReadOnly">ICefPostData.IsReadOnly</a>.</p><p>
Returns true (1) if this object is read-only. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefPostData.html#HasExcludedElements">ICefPostData.HasExcludedElements</a>.</p><p>
Returns true (1) if the underlying POST data includes elements that are not represented by this ICefPostData object (for example, multi-part file upload data). Modifying ICefPostData objects with excluded elements may result in the request failing. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefPostData.html#GetElementCount">ICefPostData.GetElementCount</a>.</p><p>
Returns the number of existing post data elements. </p>
<tdclass="itemcode"><spanid="GetElements-NativeUInt-TCefPostDataElementArray-"></span><code>procedure <strong>GetElements</strong>(elementsCount: <ahref="uCEFTypes.html#NativeUInt">NativeUInt</a>; var elements: <ahref="uCEFInterfaces.html#TCefPostDataElementArray">TCefPostDataElementArray</a>);</code></td>
</tr>
<tr><tdcolspan="2">
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefPostData.html#GetElements-NativeUInt-TCefPostDataElementArray-">ICefPostData.GetElements</a>.</p><p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefPostData.html#RemoveElement-ICefPostDataElement-">ICefPostData.RemoveElement</a>.</p><p>
Remove the specified post data element. Returns true (1) if the removal succeeds. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefPostData.html#AddElement-ICefPostDataElement-">ICefPostData.AddElement</a>.</p><p>
Add the specified post data element. Returns true (1) if the add succeeds. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefPostData.html#RemoveElements">ICefPostData.RemoveElements</a>.</p><p>
<tdclass="itemcode"><spanid="UnWrap-Pointer-"></span><code>class function <strong>UnWrap</strong>(data: Pointer): <ahref="uCEFInterfaces.ICefPostData.html">ICefPostData</a>;</code></td>
</tr>
<tr><tdcolspan="2">
<pclass="nodescription">This item has no description.</p></td></tr>
<tdclass="itemcode"><spanid="New"></span><code>class function <strong>New</strong>: <ahref="uCEFInterfaces.ICefPostData.html">ICefPostData</a>;</code></td>
</tr>
<tr><tdcolspan="2">
<pclass="nodescription">This item has no description.</p></td></tr>