type TCustomAccessibilityHandler = class(TCEFAccessibilityHandlerOwn)
This item has no description.
![]() |
FOnTreeChange: TOnAccessibilityEvent; |
![]() |
FOnLocationChange: TOnAccessibilityEvent; |
![]() |
procedure OnAccessibilityTreeChange(const value: ICefValue); override; |
![]() |
procedure OnAccessibilityLocationChange(const value: ICefValue); override; |
![]() |
constructor Create; override; |
![]() |
property OnTreeChange : TOnAccessibilityEvent read FOnTreeChange write FOnTreeChange; |
![]() |
property OnLocationChange : TOnAccessibilityEvent read FOnLocationChange write FOnLocationChange; |
![]() |
FOnTreeChange: TOnAccessibilityEvent; |
This item has no description. |
![]() |
FOnLocationChange: TOnAccessibilityEvent; |
This item has no description. |
![]() |
procedure OnAccessibilityTreeChange(const value: ICefValue); override; |
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); override; |
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; override; |
This item has no description. |
![]() |
property OnTreeChange : TOnAccessibilityEvent read FOnTreeChange write FOnTreeChange; |
This item has no description. |
![]() |
property OnLocationChange : TOnAccessibilityEvent read FOnLocationChange write FOnLocationChange; |
This item has no description. |