type TCefBinaryValue = record
Structure representing a binary value. Can be used on any process and thread.
NOTE: This struct is allocated DLL-side.
Implemented by ICefBinaryValue.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_values_capi.h">CEF source file: /include/capi/cef_values_capi.h (cef_binary_value_t))
| Public | base: TCefBaseRefCounted; |
| Public | is_valid: function(self: PCefBinaryValue): Integer; stdcall; |
| Public | is_owned: function(self: PCefBinaryValue): Integer; stdcall; |
| Public | is_same: function(self, that: PCefBinaryValue):Integer; stdcall; |
| Public | is_equal: function(self, that: PCefBinaryValue): Integer; stdcall; |
| Public | copy: function(self: PCefBinaryValue): PCefBinaryValue; stdcall; |
| Public | get_raw_data: function(self: PCefBinaryValue): Pointer; stdcall; |
| Public | get_size: function(self: PCefBinaryValue): NativeUInt; stdcall; |
| Public | get_data: function(self: PCefBinaryValue; buffer: Pointer; buffer_size, data_offset: NativeUInt): NativeUInt; stdcall; |
| Public | base: TCefBaseRefCounted; |
|
This item has no description. | |
| Public | is_valid: function(self: PCefBinaryValue): Integer; stdcall; |
|
This item has no description. | |
| Public | is_owned: function(self: PCefBinaryValue): Integer; stdcall; |
|
This item has no description. | |
| Public | is_same: function(self, that: PCefBinaryValue):Integer; stdcall; |
|
This item has no description. | |
| Public | is_equal: function(self, that: PCefBinaryValue): Integer; stdcall; |
|
This item has no description. | |
| Public | copy: function(self: PCefBinaryValue): PCefBinaryValue; stdcall; |
|
This item has no description. | |
| Public | get_raw_data: function(self: PCefBinaryValue): Pointer; stdcall; |
|
This item has no description. | |
| Public | get_size: function(self: PCefBinaryValue): NativeUInt; stdcall; |
|
This item has no description. | |
| Public | get_data: function(self: PCefBinaryValue; buffer: Pointer; buffer_size, data_offset: NativeUInt): NativeUInt; stdcall; |
|
This item has no description. | |