type TCefResourceBundleRef = class(TCefBaseRefCountedRef, ICefResourceBundle)
This item has no description.
function GetLocalizedString(stringId: Integer): ustring; |
|
function GetDataResource(resourceId: Integer): ICefBinaryValue; |
|
function GetDataResourceForScale(resourceId: Integer; scaleFactor: TCefScaleFactor): ICefBinaryValue; |
|
class function UnWrap(data: Pointer): ICefResourceBundle; |
|
class function Global: ICefResourceBundle; |
function GetLocalizedString(stringId: Integer): ustring; |
|
This item has no description. Showing description inherited from ICefResourceBundle.GetLocalizedString. 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. |
function GetDataResource(resourceId: Integer): ICefBinaryValue; |
|
This item has no description. Showing description inherited from ICefResourceBundle.GetDataResource. 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. |
function GetDataResourceForScale(resourceId: Integer; scaleFactor: TCefScaleFactor): ICefBinaryValue; |
|
This item has no description. Showing description inherited from ICefResourceBundle.GetDataResourceForScale. 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. |
class function UnWrap(data: Pointer): ICefResourceBundle; |
|
This item has no description. |
class function Global: ICefResourceBundle; |
|
This item has no description. |