Record TCefPanel

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefPanel = record

Description

A Panel is a container in the views hierarchy that can contain other Views as children. Methods must be called on the browser process UI thread unless otherwise indicated.

Implemented by ICefPanel.

<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/views/cef_panel_capi.h">CEF source file: /include/capi/views/cef_panel_capi.h (cef_panel_t))

Overview

Fields

Public base: TCefView;
Public as_window: function(self: PCefPanel): PCefWindow; stdcall;
Public set_to_fill_layout: function(self: PCefPanel): PCefFillLayout; stdcall;
Public set_to_box_layout: function(self: PCefPanel; const settings: PCefBoxLayoutSettings): PCefBoxLayout; stdcall;
Public get_layout: function(self: PCefPanel): PCefLayout; stdcall;
Public layout: procedure(self: PCefPanel); stdcall;
Public add_child_view: procedure(self: PCefPanel; view: PCefView); stdcall;
Public add_child_view_at: procedure(self: PCefPanel; view: PCefView; index: Integer); stdcall;
Public reorder_child_view: procedure(self: PCefPanel; view: PCefView; index: Integer); stdcall;
Public remove_child_view: procedure(self: PCefPanel; view: PCefView); stdcall;
Public remove_all_child_views: procedure(self: PCefPanel); stdcall;
Public get_child_view_count: function(self: PCefPanel): NativeUInt; stdcall;
Public get_child_view_at: function(self: PCefPanel; index: Integer): PCefView; stdcall;

Description

Fields

Public base: TCefView;

This item has no description.

Public as_window: function(self: PCefPanel): PCefWindow; stdcall;

This item has no description.

Public set_to_fill_layout: function(self: PCefPanel): PCefFillLayout; stdcall;

This item has no description.

Public set_to_box_layout: function(self: PCefPanel; const settings: PCefBoxLayoutSettings): PCefBoxLayout; stdcall;

This item has no description.

Public get_layout: function(self: PCefPanel): PCefLayout; stdcall;

This item has no description.

Public layout: procedure(self: PCefPanel); stdcall;

This item has no description.

Public add_child_view: procedure(self: PCefPanel; view: PCefView); stdcall;

This item has no description.

Public add_child_view_at: procedure(self: PCefPanel; view: PCefView; index: Integer); stdcall;

This item has no description.

Public reorder_child_view: procedure(self: PCefPanel; view: PCefView; index: Integer); stdcall;

This item has no description.

Public remove_child_view: procedure(self: PCefPanel; view: PCefView); stdcall;

This item has no description.

Public remove_all_child_views: procedure(self: PCefPanel); stdcall;

This item has no description.

Public get_child_view_count: function(self: PCefPanel): NativeUInt; stdcall;

This item has no description.

Public get_child_view_at: function(self: PCefPanel; index: Integer): PCefView; stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.