type TCEFAccessibilityHandlerOwn = class(TCefBaseRefCountedOwn, ICefAccessibilityHandler)
This item has no description.
procedure OnAccessibilityTreeChange(const value: ICefValue); virtual; |
|
procedure OnAccessibilityLocationChange(const value: ICefValue); virtual; |
|
constructor Create; virtual; |
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. |
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. |
constructor Create; virtual; |
|
This item has no description. |