Unit 'uCEFTypes' Package
[Overview][Types][Index] [#pl_cef4typhon]

TCefAuthCallback

Declaration

Source position: uCEFTypes.pas line 5660

type TCefAuthCallback = record

  base: TCefBaseRefCounted;

  

  cont: procedure(

  

  self: PCefAuthCallback;

  const username: PCefString;

  const password: PCefString

);

  cancel: procedure(

  

  self: PCefAuthCallback

);

end;



CT Web help

CodeTyphon Studio