type TCefWindowInfo = record
Structure representing window information.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types_win.h">CEF source file: /include/internal/cef_types_win.h (cef_window_info_t))
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types_mac.h">CEF source file: /include/internal/cef_types_mac.h (cef_window_info_t))
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types_linux.h">CEF source file: /include/internal/cef_types_linux.h (cef_window_info_t))
![]() |
ex_style: DWORD; |
![]() |
window_name: TCefString; |
![]() |
style: DWORD; |
![]() |
bounds: TCefRect; |
![]() |
parent_window: TCefWindowHandle; |
![]() |
menu: HMENU; |
![]() |
windowless_rendering_enabled: Integer; |
![]() |
shared_texture_enabled: Integer; |
![]() |
external_begin_frame_enabled: Integer; |
![]() |
window: TCefWindowHandle; |
![]() |
runtime_style: TCefRuntimeStyle; |
![]() |
ex_style: DWORD; |
Standard parameters required by CreateWindowEx() |
![]() |
window_name: TCefString; |
This item has no description. |
![]() |
style: DWORD; |
This item has no description. |
![]() |
bounds: TCefRect; |
This item has no description. |
![]() |
parent_window: TCefWindowHandle; |
This item has no description. |
![]() |
menu: HMENU; |
This item has no description. |
![]() |
external_begin_frame_enabled: Integer; |
Set to true (1) to enable the ability to issue BeginFrame requests from the client application by calling ICefBrowserHost.SendExternalBeginFrame. |
![]() |
window: TCefWindowHandle; |
Handle for the new browser window. Only used with windowed rendering. |
![]() |
runtime_style: TCefRuntimeStyle; |
Optionally change the runtime style. Alloy style will always be used if |windowless_rendering_enabled| is true. See TCefRuntimeStyle documentation for details. |