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

TCefBrowser

Declaration

Source position: cef3api.pas line 311

type TCefBrowser = record

  base: TCefBaseRefCounted;

  

  get_host: function(

  

  self: PCefBrowser

):PCefBrowserHost;

  can_go_back: function(

  

  self: PCefBrowser

):Integer;

  go_back: procedure(

  

  self: PCefBrowser

);

  can_go_forward: function(

  

  self: PCefBrowser

):Integer;

  go_forward: procedure(

  

  self: PCefBrowser

);

  is_loading: function(

  

  self: PCefBrowser

):Integer;

  reload: procedure(

  

  self: PCefBrowser

);

  reload_ignore_cache: procedure(

  

  self: PCefBrowser

);

  stop_load: procedure(

  

  self: PCefBrowser

);

  get_identifier: function(

  

  self: PCefBrowser

):Integer;

  is_same: function(

  

  self: PCefBrowser;

  that: PCefBrowser

):Integer;

  is_popup: function(

  

  self: PCefBrowser

):Integer;

  has_document: function(

  

  self: PCefBrowser

):Integer;

  get_main_frame: function(

  

  self: PCefBrowser

):PCefFrame;

  get_focused_frame: function(

  

  self: PCefBrowser

):PCefFrame;

  get_frame_byident: function(

  

  self: PCefBrowser;

  identifier: Int64

):PCefFrame;

  get_frame: function(

  

  self: PCefBrowser;

  const name: PCefString

):PCefFrame;

  get_frame_count: function(

  

  self: PCefBrowser

):csize_t;

  get_frame_identifiers: procedure(

  

  self: PCefBrowser;

  identifiersCount: pcsize_t;

  identifiers: PInt64

);

  get_frame_names: procedure(

  

  self: PCefBrowser;

  names: TCefStringList

);

  send_process_message: function(

  

  self: PCefBrowser;

  target_process: TCefProcessId;

  message: PCefProcessMessage

):Integer;

end;



CT Web help

CodeTyphon Studio