<tdclass="itemcode"><code>class function <strong><ahref="uCEFResourceBundle.TCefResourceBundleRef.html#UnWrap-Pointer-">UnWrap</a></strong>(data: Pointer): <ahref="uCEFInterfaces.ICefResourceBundle.html">ICefResourceBundle</a>;</code></td>
<tdclass="itemcode"><code>class function <strong><ahref="uCEFResourceBundle.TCefResourceBundleRef.html#Global">Global</a></strong>: <ahref="uCEFInterfaces.ICefResourceBundle.html">ICefResourceBundle</a>;</code></td>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefResourceBundle.html#GetLocalizedString-Integer-">ICefResourceBundle.GetLocalizedString</a>.</p><p>
Returns the localized string for the specified |string_id| or an NULL string if the value is not found. Use the cef_id_for_pack_string_name() function for version-safe mapping of string IDS names from cef_pack_strings.h to version-specific numerical |string_id| values. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefResourceBundle.html#GetDataResource-Integer-">ICefResourceBundle.GetDataResource</a>.</p><p>
Returns a cef_binary_value_t containing the decompressed contents of the specified scale independent |resource_id| or NULL if not found. Use the cef_id_for_pack_resource_name() function for version-safe mapping of resource IDR names from cef_pack_resources.h to version-specific numerical |resource_id| values. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefResourceBundle.html#GetDataResourceForScale-Integer-TCefScaleFactor-">ICefResourceBundle.GetDataResourceForScale</a>.</p><p>
Returns a cef_binary_value_t containing the decompressed contents of the specified |resource_id| nearest the scale factor |scale_factor| or NULL if not found. Use a |scale_factor| value of SCALE_FACTOR_NONE for scale independent resources or call GetDataResource instead. Use the cef_id_for_pack_resource_name() function for version-safe mapping of resource IDR names from cef_pack_resources.h to version-specific numerical |resource_id| values. </p>
<tdclass="itemcode"><spanid="UnWrap-Pointer-"></span><code>class function <strong>UnWrap</strong>(data: Pointer): <ahref="uCEFInterfaces.ICefResourceBundle.html">ICefResourceBundle</a>;</code></td>
</tr>
<tr><tdcolspan="2">
<pclass="nodescription">This item has no description.</p></td></tr>
<tdclass="itemcode"><spanid="Global"></span><code>class function <strong>Global</strong>: <ahref="uCEFInterfaces.ICefResourceBundle.html">ICefResourceBundle</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>