type TCefPreferenceObserverOwn = class(TCefBaseRefCountedOwn, ICefPreferenceObserver)
This item has no description.
| Protected | procedure OnPreferenceChanged(const name : ustring); virtual; |
| Protected | procedure RemoveReferences; virtual; |
| Public | constructor Create; virtual; |
| Protected | procedure OnPreferenceChanged(const name : ustring); virtual; |
|
This item has no description. Showing description inherited from ICefPreferenceObserver.OnPreferenceChanged. Called when a preference has changed. The new value can be retrieved using ICefPreferenceManager.GetPreference. | |
| Protected | procedure RemoveReferences; virtual; |
|
This item has no description. | |
| Public | constructor Create; virtual; |
|
This item has no description. | |