type TCEFAccessibilityHandlerOwn = class(TCefBaseRefCountedOwn, ICefAccessibilityHandler)
This item has no description.
| Protected | procedure OnAccessibilityTreeChange(const value: ICefValue); virtual; |
| Protected | procedure OnAccessibilityLocationChange(const value: ICefValue); virtual; |
| Public | constructor Create; virtual; |
| Protected | procedure OnAccessibilityTreeChange(const value: ICefValue); virtual; |
|
This item has no description. Showing description inherited from ICefAccessibilityHandler.OnAccessibilityTreeChange. Called after renderer process sends accessibility tree changes to the browser process. | |
| Protected | procedure OnAccessibilityLocationChange(const value: ICefValue); virtual; |
|
This item has no description. Showing description inherited from ICefAccessibilityHandler.OnAccessibilityLocationChange. Called after renderer process sends accessibility location changes to the browser process. | |
| Public | constructor Create; virtual; |
|
This item has no description. | |