Unit 'cef3intf' Package
[Overview][Types][Classes][Index] [#pl_cef]

ICefDownloadItem

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: cef3intf.pas line 626

type ICefDownloadItem = interface(ICefBaseRefCounted)

  function IsValid;

  

  function IsInProgress;

  

  function IsComplete;

  

  function IsCanceled;

  

  function GetCurrentSpeed;

  

  function GetPercentComplete;

  

  function GetTotalBytes;

  

  function GetReceivedBytes;

  

  function GetStartTime;

  

  function GetEndTime;

  

  function GetFullPath;

  

  function GetId;

  

  function GetUrl;

  

  function GetOriginalUrl;

  

  function GetSuggestedFileName;

  

  function GetContentDisposition;

  

  function GetMimeType;

  

  property CurrentSpeed: Int64; [r]

  

  property PercentComplete: Integer; [r]

  

  property TotalBytes: Int64; [r]

  

  property ReceivedBytes: Int64; [r]

  

  property StartTime: TDateTime; [r]

  

  property EndTime: TDateTime; [r]

  

  property FullPath: ustring; [r]

  

  property Id: UInt32; [r]

  

  property Url: ustring; [r]

  

  property SuggestedFileName: ustring; [r]

  

  property ContentDisposition: ustring; [r]

  

  property MimeType: ustring; [r]

  

end;

Inheritance

ICefDownloadItem

  

|

ICefBaseRefCounted

  

|

IInterface



CT Web help

CodeTyphon Studio