You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
Update to CEF 133.4.6
This commit is contained in:
@ -54,7 +54,7 @@
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="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. Include cef_pack_strings.h for a listing of valid string ID values. </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>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
@ -64,7 +64,7 @@
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefResourceBundle.html#GetDataResource-Integer-">ICefResourceBundle.GetDataResource</a>.</p><p>
|
||||
Returns a ICefBinaryValue containing the decompressed contents of the specified scale independent |resource_id| or NULL if not found. Include cef_pack_resources.h for a listing of valid resource ID values. </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>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
@ -74,7 +74,7 @@
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefResourceBundle.html#GetDataResourceForScale-Integer-TCefScaleFactor-">ICefResourceBundle.GetDataResourceForScale</a>.</p><p>
|
||||
Returns a ICefBinaryValue 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.Include cef_pack_resources.h for a listing of valid resource ID values. </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>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
|
Reference in New Issue
Block a user