You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
Update to CEF 84.2.1
This commit is contained in:
@ -543,6 +543,14 @@ const
|
||||
CEF_COOKIE_PRIORITY_MEDIUM = 0;
|
||||
CEF_COOKIE_PRIORITY_HIGH = 1;
|
||||
|
||||
// /include/internal/cef_types.h (cef_text_field_commands_t)
|
||||
CEF_TFC_CUT = 1;
|
||||
CEF_TFC_COPY = 2;
|
||||
CEF_TFC_PASTE = 3;
|
||||
CEF_TFC_UNDO = 4;
|
||||
CEF_TFC_DELETE = 5;
|
||||
CEF_TFC_SELECT_ALL = 6;
|
||||
|
||||
|
||||
//******************************************************
|
||||
//****************** OTHER CONSTANTS *******************
|
||||
|
Reference in New Issue
Block a user