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

TCefV8StackTrace

Declaration

Source position: cef3api.pas line 4598

type TCefV8StackTrace = record

  base: TCefBaseRefCounted;

  

  is_valid: function(

  

  self: PCefV8StackTrace

):Integer;

  get_frame_count: function(

  

  self: PCefV8StackTrace

):Integer;

  get_frame: function(

  

  self: PCefV8StackTrace;

  index: Integer

):PCefV8StackFrame;

end;



CT Web help

CodeTyphon Studio