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