type TBrowserInfo = class(TObject)
This item has no description.
| Protected | FBrowser: ICefBrowser; |
| Protected | FIsClosing: boolean; |
| Protected | FID: integer; |
| Protected | function GetIsValid: boolean; |
| Public | constructor Create(const aBrowser : ICefBrowser); reintroduce; |
| Public | destructor Destroy; override; |
| 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; |
| Protected | FBrowser: ICefBrowser; |
|
This item has no description. | |
| Protected | FIsClosing: boolean; |
|
This item has no description. | |
| Protected | FID: integer; |
|
This item has no description. | |
| 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. | |
| 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. | |