Record TCefTextfieldDelegate

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefTextfieldDelegate = record

Description

Implement this structure to handle Textfield events. The functions of this structure will be called on the browser process UI thread unless otherwise indicated.

Implemented by ICefTextfieldDelegate.

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

Overview

Fields

Public base: TCefViewDelegate;
Public on_key_event: function(self: PCefTextfieldDelegate; textfield: PCefTextfield; const event: PCefKeyEvent): Integer; stdcall;
Public on_after_user_action: procedure(self: PCefTextfieldDelegate; textfield: PCefTextfield); stdcall;

Description

Fields

Public base: TCefViewDelegate;

This item has no description.

Public on_key_event: function(self: PCefTextfieldDelegate; textfield: PCefTextfield; const event: PCefKeyEvent): Integer; stdcall;

This item has no description.

Public on_after_user_action: procedure(self: PCefTextfieldDelegate; textfield: PCefTextfield); stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.