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