Class TBrowserInfoList

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TBrowserInfoList = class(TList)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected procedure SetBrowserIsClosing(aID : integer; aValue : boolean);
Protected function GetBrowserIsClosing(aID : integer) : boolean;
Protected function GetBrowserIsValid(aID : integer) : boolean;
Protected function GetBrowser(aID : integer) : ICefBrowser;
Protected function GetFirstBrowser: ICefBrowser;
Protected function GetFirstID: integer;
Public destructor Destroy; override;
Public function AddBrowser(const aBrowser : ICefBrowser) : boolean;
Public function RemoveBrowser(const aBrowser : ICefBrowser) : boolean;
Public function SearchBrowser(aID : integer) : integer;
Public procedure FreeAndClearAllItems;
Public procedure CloseAllBrowsers;

Properties

Public property BrowserIsClosing[aID: integer]: boolean read GetBrowserIsClosing write SetBrowserIsClosing;
Public property BrowserIsValid[aID: integer]: boolean read GetBrowserIsValid;
Public property Browser[aID: integer]: ICefBrowser read GetBrowser;
Public property FirstBrowser : ICefBrowser read GetFirstBrowser;
Public property FirstID : integer read GetFirstID;

Description

Methods

Protected procedure SetBrowserIsClosing(aID : integer; aValue : boolean);

This item has no description.

Protected function GetBrowserIsClosing(aID : integer) : boolean;

This item has no description.

Protected function GetBrowserIsValid(aID : integer) : boolean;

This item has no description.

Protected function GetBrowser(aID : integer) : ICefBrowser;

This item has no description.

Protected function GetFirstBrowser: ICefBrowser;

This item has no description.

Protected function GetFirstID: integer;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Public function AddBrowser(const aBrowser : ICefBrowser) : boolean;

This item has no description.

Public function RemoveBrowser(const aBrowser : ICefBrowser) : boolean;

This item has no description.

Public function SearchBrowser(aID : integer) : integer;

This item has no description.

Public procedure FreeAndClearAllItems;

This item has no description.

Public procedure CloseAllBrowsers;

This item has no description.

Properties

Public property BrowserIsClosing[aID: integer]: boolean read GetBrowserIsClosing write SetBrowserIsClosing;

This item has no description.

Public property BrowserIsValid[aID: integer]: boolean read GetBrowserIsValid;

This item has no description.

Public property Browser[aID: integer]: ICefBrowser read GetBrowser;

This item has no description.

Public property FirstBrowser : ICefBrowser read GetFirstBrowser;

This item has no description.

Public property FirstID : integer read GetFirstID;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.