Unit 'cef3api' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_cef]

TCefDownloadImageCallback

Declaration

Source position: cef3api.pas line 430

type TCefDownloadImageCallback = record

  base: TCefBaseRefCounted;

  

  on_download_image_finished: procedure(

  

  self: PCefDownloadImageCallback;

  const image_url: PCefString;

  http_status_code: Integer;

  image: PCefImage

);

end;



CT Web help

CodeTyphon Studio