Class TFMXWindowParent

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TFMXWindowParent = class(TCommonCustomForm)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected FChromium: TFMXChromium;

Methods

Protected function GetChildWindowHandle: HWND;
Protected procedure Notification(AComponent: TComponent; Operation: TOperation); override;
Public procedure Reparent(const aNewParentHandle : TFmxHandle);
Public procedure UpdateSize;
Public procedure SetBounds(ALeft, ATop, AWidth, AHeight: Integer); override;

Properties

Public property ChildWindowHandle : HWND read GetChildWindowHandle;
Public property Chromium : TFMXChromium read FChromium write FChromium;
Published property Visible;
Published property Height;
Published property Width;

Description

Fields

Protected FChromium: TFMXChromium;

This item has no description.

Methods

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);

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.

Properties

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.


Generated by PasDoc 0.16.0-snapshot.