Unit 'uCEFInterfaces' Package
[Overview][Types][Classes][Index] [#pl_cef4typhon]

ICefWindowDelegate

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

Declaration

Source position: uCEFInterfaces.pas line 10998

type ICefWindowDelegate = interface(ICefPanelDelegate)

  procedure OnWindowCreated();

  

  procedure OnWindowClosing();

  

  procedure OnWindowDestroyed();

  

  procedure OnWindowActivationChanged();

  

  procedure OnWindowBoundsChanged();

  

  procedure OnWindowFullscreenTransition();

  

  procedure OnGetParentWindow();

  

  procedure OnIsWindowModalDialog();

  

  procedure OnGetInitialBounds();

  

  procedure OnGetInitialShowState();

  

  procedure OnIsFrameless();

  

  procedure OnWithStandardWindowButtons();

  

  procedure OnGetTitlebarHeight();

  

  procedure OnCanResize();

  

  procedure OnCanMaximize();

  

  procedure OnCanMinimize();

  

  procedure OnCanClose();

  

  procedure OnAccelerator();

  

  procedure OnKeyEvent();

  

end;

Inheritance

ICefWindowDelegate

  

|

ICefPanelDelegate

  

|

ICefViewDelegate

  

|

ICefBaseRefCounted

  

|

IInterface



CT Web help

CodeTyphon Studio