type TFMXWindowParent = class(TCommonCustomForm)
This item has no description.
![]() |
FChromium: TFMXChromium; |
![]() |
function GetChildWindowHandle: HWND; |
![]() |
procedure Notification(AComponent: TComponent; Operation: TOperation); override; |
![]() |
procedure Reparent(const aNewParentHandle : TFmxHandle); |
![]() |
procedure UpdateSize; |
![]() |
procedure SetBounds(ALeft, ATop, AWidth, AHeight: Integer); override; |
![]() |
property ChildWindowHandle : HWND read GetChildWindowHandle; |
![]() |
property Chromium : TFMXChromium read FChromium write FChromium; |
![]() |
property Visible; |
![]() |
property Height; |
![]() |
property Width; |
![]() |
FChromium: TFMXChromium; |
This item has no description. |
![]() |
function GetChildWindowHandle: HWND; |
This item has no description. |
![]() |
procedure Notification(AComponent: TComponent; Operation: TOperation); override; |
This item has no description. |
![]() |
procedure Reparent(const aNewParentHandle : TFmxHandle); |
Set a new parent for this control. |
![]() |
procedure UpdateSize; |
Updates the size of the child windows created by the browser. |
![]() |
procedure SetBounds(ALeft, ATop, AWidth, AHeight: Integer); override; |
This item has no description. |
![]() |
property ChildWindowHandle : HWND read GetChildWindowHandle; |
Handle of the first child window created by the browser. |
![]() |
property Chromium : TFMXChromium read FChromium write FChromium; |
TChromium instance used by this component. |
![]() |
property Visible; |
This item has no description. |
![]() |
property Height; |
This item has no description. |
![]() |
property Width; |
This item has no description. |