Class TCustomAccessibilityHandler

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCustomAccessibilityHandler = class(TCEFAccessibilityHandlerOwn)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected FOnTreeChange: TOnAccessibilityEvent;
Protected FOnLocationChange: TOnAccessibilityEvent;

Methods

Protected procedure OnAccessibilityTreeChange(const value: ICefValue); override;
Protected procedure OnAccessibilityLocationChange(const value: ICefValue); override;
Public constructor Create; override;

Properties

Public property OnTreeChange : TOnAccessibilityEvent read FOnTreeChange write FOnTreeChange;
Public property OnLocationChange : TOnAccessibilityEvent read FOnLocationChange write FOnLocationChange;

Description

Fields

Protected FOnTreeChange: TOnAccessibilityEvent;

This item has no description.

Protected FOnLocationChange: TOnAccessibilityEvent;

This item has no description.

Methods

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.

Properties

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.


Generated by PasDoc 0.16.0-snapshot.