Record TCefAccessibilityHandler

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefAccessibilityHandler = record

Description

Implement this structure to receive accessibility notification when accessibility events have been registered. The functions of this structure will be called on the UI thread.

Implemented by ICefAccessibilityHandler.

<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_accessibility_handler_capi.h">CEF source file: /include/capi/cef_accessibility_handler_capi.h (cef_accessibility_handler_t))

Overview

Fields

Public base: TCefBaseRefCounted;
Public on_accessibility_tree_change: procedure(self: PCefAccessibilityHandler; value: PCefValue); stdcall;
Public on_accessibility_location_change: procedure(self: PCefAccessibilityHandler; value: PCefValue); stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public on_accessibility_tree_change: procedure(self: PCefAccessibilityHandler; value: PCefValue); stdcall;

This item has no description.

Public on_accessibility_location_change: procedure(self: PCefAccessibilityHandler; value: PCefValue); stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.