Class TBrowserInfo

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TBrowserInfo = class(TObject)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected FBrowser: ICefBrowser;
Protected FIsClosing: boolean;
Protected FID: integer;

Methods

Protected function GetIsValid: boolean;
Public constructor Create(const aBrowser : ICefBrowser); reintroduce;
Public destructor Destroy; override;

Properties

Public property Browser : ICefBrowser read FBrowser;
Public property ID : integer read FID;
Public property IsClosing : boolean read FIsClosing write FIsClosing;
Public property IsValid : boolean read GetIsValid;

Description

Fields

Protected FBrowser: ICefBrowser;

This item has no description.

Protected FIsClosing: boolean;

This item has no description.

Protected FID: integer;

This item has no description.

Methods

Protected function GetIsValid: boolean;

This item has no description.

Public constructor Create(const aBrowser : ICefBrowser); reintroduce;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Properties

Public property Browser : ICefBrowser read FBrowser;

This item has no description.

Public property ID : integer read FID;

This item has no description.

Public property IsClosing : boolean read FIsClosing write FIsClosing;

This item has no description.

Public property IsValid : boolean read GetIsValid;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.