type TPreferenceInfo = class(TObject)
This item has no description.
| Protected | FObserver: ICefPreferenceObserver; |
| Protected | FRegistration: ICefRegistration; |
| Protected | FName: ustring; |
| Public | constructor Create(const aName : ustring; const events : IChromiumEvents); |
| Public | destructor Destroy; override; |
| Public | property PrefName : ustring read FName; |
| Public | property Observer : ICefPreferenceObserver read FObserver; |
| Public | property Registration : ICefRegistration read FRegistration write FRegistration; |
| Protected | FObserver: ICefPreferenceObserver; |
|
This item has no description. | |
| Protected | FRegistration: ICefRegistration; |
|
This item has no description. | |
| Protected | FName: ustring; |
|
This item has no description. | |
| Public | constructor Create(const aName : ustring; const events : IChromiumEvents); |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
| Public | property PrefName : ustring read FName; |
|
This item has no description. | |
| Public | property Observer : ICefPreferenceObserver read FObserver; |
|
This item has no description. | |
| Public | property Registration : ICefRegistration read FRegistration write FRegistration; |
|
This item has no description. | |