Unit 'uCEFApplication' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_cef4typhon]

TCefApplication

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

Declaration

Source position: uCEFApplication.pas line 86

type TCefApplication = class(TCefApplicationCore)

protected

  FDestroyApplicationObject: Boolean;

  

  FDestroyAppWindows: Boolean;

  

  FContextInitializedHandlers: TMethodList;

  

  procedure CallContextInitializedHandlers();

  

  procedure BeforeInitSubProcess; override;

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  procedure UpdateDeviceScaleFactor; override;

  

  property DestroyApplicationObject: Boolean; [rw]

  

  property DestroyAppWindows: Boolean; [rw]

  

  procedure Internal_OnContextInitialized; override;

  

  procedure AddContextInitializedHandler();

  

  procedure RemoveContextInitializedHandler();

  

end;

Inheritance

TCefApplication

  

|

TCefApplicationCore

  

|

TObject



CT Web help

CodeTyphon Studio