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

ICefPanel

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

Declaration

Source position: uCEFInterfaces.pas line 10353

type ICefPanel = interface(ICefView)

  function GetAsWindow;

  

  function SetToFillLayout;

  

  function SetToBoxLayout();

  

  function GetLayout;

  

  procedure Layout;

  

  procedure AddChildView();

  

  procedure AddChildViewAt();

  

  procedure ReorderChildView();

  

  procedure RemoveChildView();

  

  procedure RemoveAllChildViews;

  

  function GetChildViewCount;

  

  function GetChildViewAt();

  

  property AsWindow: ICefWindow; [r]

  

end;

Inheritance

ICefPanel

  

|

ICefView

  

|

ICefBaseRefCounted

  

|

IInterface



CT Web help

CodeTyphon Studio