Class TCEFLinkedWindowParent

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCEFLinkedWindowParent = class(TCEFLinkedWinControlBase)

Description

This component can be used by VCL and LCL applications. It has the same purpose as TCEFWindowParent but it has a Chromium property to link it directly to a TChromium component. TCEFLinkedWindowParent resizes the child controls created by CEF for browsers in normal mode and sets the browser focus using the linked TChromium component. TCEFWindowParent and TCEFLinkedWindowParent work fine in Windows and you can used any of them but you can't use TCEFWindowParent in Linux or MacOS.

Hierarchy

Overview

Fields

Protected FChromium: TChromium;

Methods

Protected function GetChromium: TChromium; override;
Protected procedure SetChromium(aValue : TChromium);
Protected procedure Notification(AComponent: TComponent; Operation: TOperation); override;
Public constructor Create(AOwner : TComponent); override;

Properties

Published property Chromium : TChromium read FChromium write SetChromium;

Description

Fields

Protected FChromium: TChromium;

This item has no description.

Methods

Protected function GetChromium: TChromium; override;

This item has no description.

Protected procedure SetChromium(aValue : TChromium);

This item has no description.

Protected procedure Notification(AComponent: TComponent; Operation: TOperation); override;

This item has no description.

Public constructor Create(AOwner : TComponent); override;

This item has no description.

Properties

Published property Chromium : TChromium read FChromium write SetChromium;

TChromium instance used by this component.


Generated by PasDoc 0.16.0-snapshot.