type TCefDownloadItem = record
Structure used to represent a download item.
NOTE: This struct is allocated DLL-side.
Implemented by ICefDownloadItem.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_download_item_capi.h">CEF source file: /include/capi/cef_download_item_capi.h (cef_download_item_t))
| Public | base: TCefBaseRefCounted; |
| Public | is_valid: function(self: PCefDownloadItem): Integer; stdcall; |
| Public | is_in_progress: function(self: PCefDownloadItem): Integer; stdcall; |
| Public | is_complete: function(self: PCefDownloadItem): Integer; stdcall; |
| Public | is_canceled: function(self: PCefDownloadItem): Integer; stdcall; |
| Public | is_interrupted: function(self: PCefDownloadItem): Integer; stdcall; |
| Public | get_interrupt_reason: function(self: PCefDownloadItem): TCefDownloadInterruptReason; stdcall; |
| Public | get_current_speed: function(self: PCefDownloadItem): Int64; stdcall; |
| Public | get_percent_complete: function(self: PCefDownloadItem): Integer; stdcall; |
| Public | get_total_bytes: function(self: PCefDownloadItem): Int64; stdcall; |
| Public | get_received_bytes: function(self: PCefDownloadItem): Int64; stdcall; |
| Public | get_start_time: function(self: PCefDownloadItem): TCefBaseTime; stdcall; |
| Public | get_end_time: function(self: PCefDownloadItem): TCefBaseTime; stdcall; |
| Public | get_full_path: function(self: PCefDownloadItem): PCefStringUserFree; stdcall; |
| Public | get_id: function(self: PCefDownloadItem): Cardinal; stdcall; |
| Public | get_url: function(self: PCefDownloadItem): PCefStringUserFree; stdcall; |
| Public | get_original_url: function(self: PCefDownloadItem): PCefStringUserFree; stdcall; |
| Public | get_suggested_file_name: function(self: PCefDownloadItem): PCefStringUserFree; stdcall; |
| Public | get_content_disposition: function(self: PCefDownloadItem): PCefStringUserFree; stdcall; |
| Public | get_mime_type: function(self: PCefDownloadItem): PCefStringUserFree; stdcall; |
| Public | is_paused: function(self: PCefDownloadItem): Integer; stdcall; |
| Public | base: TCefBaseRefCounted; |
|
This item has no description. | |
| Public | is_valid: function(self: PCefDownloadItem): Integer; stdcall; |
|
This item has no description. | |
| Public | is_in_progress: function(self: PCefDownloadItem): Integer; stdcall; |
|
This item has no description. | |
| Public | is_complete: function(self: PCefDownloadItem): Integer; stdcall; |
|
This item has no description. | |
| Public | is_canceled: function(self: PCefDownloadItem): Integer; stdcall; |
|
This item has no description. | |
| Public | is_interrupted: function(self: PCefDownloadItem): Integer; stdcall; |
|
This item has no description. | |
| Public | get_interrupt_reason: function(self: PCefDownloadItem): TCefDownloadInterruptReason; stdcall; |
|
This item has no description. | |
| Public | get_current_speed: function(self: PCefDownloadItem): Int64; stdcall; |
|
This item has no description. | |
| Public | get_percent_complete: function(self: PCefDownloadItem): Integer; stdcall; |
|
This item has no description. | |
| Public | get_total_bytes: function(self: PCefDownloadItem): Int64; stdcall; |
|
This item has no description. | |
| Public | get_received_bytes: function(self: PCefDownloadItem): Int64; stdcall; |
|
This item has no description. | |
| Public | get_start_time: function(self: PCefDownloadItem): TCefBaseTime; stdcall; |
|
This item has no description. | |
| Public | get_end_time: function(self: PCefDownloadItem): TCefBaseTime; stdcall; |
|
This item has no description. | |
| Public | get_full_path: function(self: PCefDownloadItem): PCefStringUserFree; stdcall; |
|
This item has no description. | |
| Public | get_id: function(self: PCefDownloadItem): Cardinal; stdcall; |
|
This item has no description. | |
| Public | get_url: function(self: PCefDownloadItem): PCefStringUserFree; stdcall; |
|
This item has no description. | |
| Public | get_original_url: function(self: PCefDownloadItem): PCefStringUserFree; stdcall; |
|
This item has no description. | |
| Public | get_suggested_file_name: function(self: PCefDownloadItem): PCefStringUserFree; stdcall; |
|
This item has no description. | |
| Public | get_content_disposition: function(self: PCefDownloadItem): PCefStringUserFree; stdcall; |
|
This item has no description. | |
| Public | get_mime_type: function(self: PCefDownloadItem): PCefStringUserFree; stdcall; |
|
This item has no description. | |
| Public | is_paused: function(self: PCefDownloadItem): Integer; stdcall; |
|
This item has no description. | |