mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 07:45:56 +01:00
Added TChromiumCore.SimulateMouseEvent
Added TChromiumCore.SimulateTouchEvent Added TChromiumCore.SimulateEditingCommand Fixed TChromiumCore.SimulateKeyEvent Added EditingCommandToString
This commit is contained in:
parent
1fb7b7968b
commit
817a5ff911
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -569,16 +569,6 @@
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#DeviceToLogical-TCEFMouseEvent-double-">DeviceToLogical</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#DeviceToLogical-single-double-">DeviceToLogical</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#DeviceToLogical-integer-double-">DeviceToLogical</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
@ -594,6 +584,16 @@
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#DeviceToLogical-single-double-">DeviceToLogical</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#DeviceToLogical-TCEFMouseEvent-double-">DeviceToLogical</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#DoubleTimeNow">DoubleTimeNow</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> Retrieve the current system time in a double type. </p></td>
|
||||
@ -614,41 +614,46 @@
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#EditingCommandToString-TCefEditingCommand-">EditingCommandToString</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> Convert an editting command to string. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#FileVersionInfoToString-TFileVersionInfo-">FileVersionInfoToString</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#FixCefTime-TCefTime-">FixCefTime</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> Returns a new TCefTime with a valid time in case the original has errors. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#GetAbsoluteDirPath-string-string-">GetAbsoluteDirPath</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#GetCefKeyboardModifiers-WPARAM-LPARAM-">GetCefKeyboardModifiers</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#GetCefMouseModifiers">GetCefMouseModifiers</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#GetCefMouseModifiers-WPARAM-">GetCefMouseModifiers</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#GetCommandLineSwitchValue-string-ustring-">GetCommandLineSwitchValue</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> Returns a command line switch value if it exists. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#GetDefaultCEFUserAgent">GetDefaultCEFUserAgent</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p>
|
||||
@ -659,327 +664,327 @@
|
||||
|
||||
<p></p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#GetDeviceScaleFactor">GetDeviceScaleFactor</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#GetDLLHeaderMachine-ustring-integer-">GetDLLHeaderMachine</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#GetDLLVersion-ustring-TFileVersionInfo-">GetDLLVersion</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#GetDPIForHandle-HWND-UINT-">GetDPIForHandle</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#GetExtendedFileVersion-ustring-">GetExtendedFileVersion</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#GetFileTypeDescription-ustring-">GetFileTypeDescription</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#GetGlobalMemoryStatusEx-LPMEMORYSTATUSEX-">GetGlobalMemoryStatusEx</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#GetIsWow64Process2-WORD-WORD-">GetIsWow64Process2</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#GetModulePath">GetModulePath</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> Retrieves the fully qualified path for the current module. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#GetRealWindowsVersion-cardinal-cardinal-">GetRealWindowsVersion</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#GetRegistryWindowsVersion-cardinal-cardinal-">GetRegistryWindowsVersion</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#GetScreenDPI">GetScreenDPI</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#GetTimeIntervalMilliseconds-TCefTime-">GetTimeIntervalMilliseconds</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> Returns the time interval between now and from_ in milliseconds. This funcion should only be used by TCEFTimerWorkScheduler. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#GetWindowsMajorMinorVersion-DWORD-DWORD-">GetWindowsMajorMinorVersion</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#InitializeCefTime-TCefTime-">InitializeCefTime</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> Initialize a TCefTime variable. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#InitializeWindowHandle-TCefWindowHandle-">InitializeWindowHandle</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#Is32BitProcess">Is32BitProcess</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#IsCEFSubprocess">IsCEFSubprocess</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> Returns true if the command line switch has a "type" value. </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#IsWowProcess">IsWowProcess</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#LogicalToDevice-TCEFRect-double-">LogicalToDevice</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#LogicalToDevice-integer-double-">LogicalToDevice</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#MoveFileList-TStringList-string-string-">MoveFileList</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#NetApiBufferFree-Pointer-">NetApiBufferFree</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#NetServerGetInfo-LPWSTR-DWORD-Pointer-">NetServerGetInfo</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#OutputDebugMessage-string-">OutputDebugMessage</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#OutputLastErrorMessage">OutputLastErrorMessage</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#PathCanonicalizeAnsi-LPSTR-LPCSTR-">PathCanonicalizeAnsi</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#PathCanonicalizeUnicode-LPWSTR-LPCWSTR-">PathCanonicalizeUnicode</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#PathIsRelativeAnsi-LPCSTR-">PathIsRelativeAnsi</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#PathIsRelativeUnicode-LPCWSTR-">PathIsRelativeUnicode</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#PathIsUNCAnsi-LPCSTR-">PathIsUNCAnsi</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#PathIsUNCUnicode-LPCWSTR-">PathIsUNCUnicode</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#PathIsURLAnsi-LPCSTR-">PathIsURLAnsi</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#PathIsURLUnicode-LPCWSTR-">PathIsURLUnicode</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#ProcessUnderWow64-THandle-PBOOL-">ProcessUnderWow64</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFBrowserViewComponent.html#Register">Register</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFBrowserViewComponent.html">uCEFBrowserViewComponent</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFBrowserWindow.html#Register">Register</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFBrowserWindow.html">uCEFBrowserWindow</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFBufferPanel.html#Register">Register</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFBufferPanel.html">uCEFBufferPanel</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFChromium.html#Register">Register</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFChromium.html">uCEFChromium</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFChromiumWindow.html#Register">Register</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFChromiumWindow.html">uCEFChromiumWindow</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFLabelButtonComponent.html#Register">Register</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFLabelButtonComponent.html">uCEFLabelButtonComponent</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFLinkedWindowParent.html#Register">Register</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFLinkedWindowParent.html">uCEFLinkedWindowParent</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMenuButtonComponent.html#Register">Register</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMenuButtonComponent.html">uCEFMenuButtonComponent</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFOsrBrowserWindow.html#Register">Register</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFOsrBrowserWindow.html">uCEFOsrBrowserWindow</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFPanelComponent.html#Register">Register</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFPanelComponent.html">uCEFPanelComponent</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFScrollViewComponent.html#Register">Register</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFScrollViewComponent.html">uCEFScrollViewComponent</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFSentinel.html#Register">Register</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFSentinel.html">uCEFSentinel</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFServerComponent.html#Register">Register</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFServerComponent.html">uCEFServerComponent</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFTextfieldComponent.html#Register">Register</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFTextfieldComponent.html">uCEFTextfieldComponent</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFUrlRequestClientComponent.html#Register">Register</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFUrlRequestClientComponent.html">uCEFUrlRequestClientComponent</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFWindowComponent.html#Register">Register</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFWindowComponent.html">uCEFWindowComponent</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFWindowParent.html#Register">Register</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFWindowParent.html">uCEFWindowParent</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFWorkScheduler.html#Register">Register</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFWorkScheduler.html">uCEFWorkScheduler</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#RunningWindows10OrNewer">RunningWindows10OrNewer</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#SetWindowLongPtr-HWND-Integer-LongInt-">SetWindowLongPtr</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#ShutdownBlockReasonCreate-HWND-LPCWSTR-">ShutdownBlockReasonCreate</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#ShutdownBlockReasonDestroy-HWND-">ShutdownBlockReasonDestroy</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#SplitLongString-string-">SplitLongString</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#SystemTimeToCefTime-TSystemTime-">SystemTimeToCefTime</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> Converts a TSystemTime value to TCefTime. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#UInt64ToFileVersionInfo-uint64-TFileVersionInfo-">UInt64ToFileVersionInfo</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#UnixTimeToCefTime-int64-">UnixTimeToCefTime</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> Converts cef_time_t from time_t. time_t is almost always an integral value holding the number of seconds (not counting leap seconds) since 00:00, Jan 1 1970 UTC, corresponding to POSIX time. </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#ValidCefWindowHandle-TCefWindowHandle-">ValidCefWindowHandle</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#WindowInfoAsChild-TCefWindowInfo-TCefWindowHandle-TRect-ustring-DWORD-">WindowInfoAsChild</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#WindowInfoAsPopUp-TCefWindowInfo-TCefWindowHandle-ustring-DWORD-">WindowInfoAsPopUp</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemname"><a class="bold" href="uCEFMiscFunctions.html#WindowInfoAsWindowless-TCefWindowInfo-TCefWindowHandle-ustring-DWORD-">WindowInfoAsWindowless</a></td>
|
||||
<td class="itemunit"><a class="bold" href="uCEFMiscFunctions.html">uCEFMiscFunctions</a></td>
|
||||
<td class="itemdesc"><p> </p></td>
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -9038,6 +9038,18 @@
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SimulateKeyEvent">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SimulateMouseEvent">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SimulateMouseEvent">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SimulateTouchEvent">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SimulateTouchEvent">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SimulateEditingCommand">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SimulateEditingCommand">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="ClearCertificateExceptions">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#ClearCertificateExceptions">
|
||||
</object>
|
||||
@ -15770,6 +15782,50 @@
|
||||
<param name="Local" value="uCEFConstants.html#USER_DEFAULT_SCREEN_DPI">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_MOUSETOUCH_EVENT_MODIFIERS_ALT">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_ALT">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_MOUSETOUCH_EVENT_MODIFIERS_CTRL">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_CTRL">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_MOUSETOUCH_EVENT_MODIFIERS_METACMD">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_METACMD">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_MOUSETOUCH_EVENT_MODIFIERS_SHIFT">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_SHIFT">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_PRESSED_MOUSE_BUTTONS_NONE">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_NONE">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_PRESSED_MOUSE_BUTTONS_LEFT">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_LEFT">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_PRESSED_MOUSE_BUTTONS_RIGHT">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_RIGHT">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_PRESSED_MOUSE_BUTTONS_MIDDLE">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_MIDDLE">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_PRESSED_MOUSE_BUTTONS_BACK">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_BACK">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_PRESSED_MOUSE_BUTTONS_FORWARD">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_FORWARD">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CHROMIUM_NONBROWSERSHUTDOWNPRIORITY">
|
||||
<param name="Local" value="uCEFConstants.html#CHROMIUM_NONBROWSERSHUTDOWNPRIORITY">
|
||||
</object>
|
||||
@ -18628,6 +18684,14 @@
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#FAcceptFilters">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="FAcceptExtensions">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#FAcceptExtensions">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="FAcceptDescriptions">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#FAcceptDescriptions">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="FCallback">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#FCallback">
|
||||
</object>
|
||||
@ -18678,6 +18742,14 @@
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#AcceptFilters">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="AcceptExtensions">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#AcceptExtensions">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="AcceptDescriptions">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#AcceptDescriptions">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="Callback">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#Callback">
|
||||
</object>
|
||||
@ -18732,6 +18804,18 @@
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#SetAcceptFilters">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SetAcceptExtensions">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#SetAcceptExtensions">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SetAcceptDescriptions">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#SetAcceptDescriptions">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="ConvertExtensions">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#ConvertExtensions">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEFAcceptFilterToDialogFilter">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#CEFAcceptFilterToDialogFilter">
|
||||
</object>
|
||||
@ -32803,6 +32887,10 @@
|
||||
<param name="Name" value="IsCEFSubprocess">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#IsCEFSubprocess">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="EditingCommandToString">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#EditingCommandToString">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="Constants">
|
||||
@ -42136,6 +42224,62 @@
|
||||
</ul>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefSimulatedTouchPoint">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="Fields">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#@Fields">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="id">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#id">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="x">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#x">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="y">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#y">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="radiusX">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#radiusX">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="radiusY">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#radiusY">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="rotationAngle">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#rotationAngle">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="force">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#force">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="tangentialPressure">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#tangentialPressure">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="tiltX">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#tiltX">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="tiltY">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#tiltY">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="twist">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#twist">
|
||||
</object>
|
||||
</ul>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefAudioParameters">
|
||||
<param name="Local" value="uCEFTypes.TCefAudioParameters.html">
|
||||
</object>
|
||||
@ -50878,6 +51022,30 @@
|
||||
<param name="Local" value="uCEFTypes.html#TCefPointerType">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefSimulatedTouchEventType">
|
||||
<param name="Local" value="uCEFTypes.html#TCefSimulatedTouchEventType">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefSimulatedMouseEventType">
|
||||
<param name="Local" value="uCEFTypes.html#TCefSimulatedMouseEventType">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefSimulatedMouseButton">
|
||||
<param name="Local" value="uCEFTypes.html#TCefSimulatedMouseButton">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefSimulatedPointerType">
|
||||
<param name="Local" value="uCEFTypes.html#TCefSimulatedPointerType">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefKeyLocation">
|
||||
<param name="Local" value="uCEFTypes.html#TCefKeyLocation">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefEditingCommand">
|
||||
<param name="Local" value="uCEFTypes.html#TCefEditingCommand">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefChannelLayout">
|
||||
<param name="Local" value="uCEFTypes.html#TCefChannelLayout">
|
||||
</object>
|
||||
@ -51050,6 +51218,10 @@
|
||||
<param name="Local" value="uCEFTypes.html#TCefDraggableRegionArray">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefSimulatedTouchPointArray">
|
||||
<param name="Local" value="uCEFTypes.html#TCefSimulatedTouchPointArray">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefContentSettingTypes">
|
||||
<param name="Local" value="uCEFTypes.html#TCefContentSettingTypes">
|
||||
</object>
|
||||
@ -76540,6 +76712,14 @@
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="FAcceptDescriptions">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#FAcceptDescriptions">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="FAcceptExtensions">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#FAcceptExtensions">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="FAcceptFilters">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#FAcceptFilters">
|
||||
</object>
|
||||
@ -76590,6 +76770,14 @@
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="AcceptDescriptions">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#AcceptDescriptions">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="AcceptExtensions">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#AcceptExtensions">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="AcceptFilters">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#AcceptFilters">
|
||||
</object>
|
||||
@ -76660,6 +76848,10 @@
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#CEFAcceptFilterToDialogFilter">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="ConvertExtensions">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#ConvertExtensions">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="GetDefaultMimeTypeDescription">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#GetDefaultMimeTypeDescription">
|
||||
</object>
|
||||
@ -76676,6 +76868,14 @@
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#Clear">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SetAcceptDescriptions">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#SetAcceptDescriptions">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SetAcceptExtensions">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#SetAcceptExtensions">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SetAcceptFilters">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#SetAcceptFilters">
|
||||
</object>
|
||||
@ -85654,6 +85854,62 @@
|
||||
</ul>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefSimulatedTouchPoint">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="Fields">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#@Fields">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="force">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#force">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="id">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#id">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="radiusX">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#radiusX">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="radiusY">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#radiusY">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="rotationAngle">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#rotationAngle">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="tangentialPressure">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#tangentialPressure">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="tiltX">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#tiltX">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="tiltY">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#tiltY">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="twist">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#twist">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="x">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#x">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="y">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#y">
|
||||
</object>
|
||||
</ul>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefSize">
|
||||
<param name="Local" value="uCEFTypes.TCefSize.html">
|
||||
</object>
|
||||
@ -96142,14 +96398,26 @@
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#ShutdownDragAndDrop">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SimulateEditingCommand">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SimulateEditingCommand">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SimulateKeyEvent">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SimulateKeyEvent">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SimulateMouseEvent">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SimulateMouseEvent">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SimulateMouseWheel">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SimulateMouseWheel">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SimulateTouchEvent">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SimulateTouchEvent">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="StartDownload">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#StartDownload">
|
||||
</object>
|
||||
|
@ -939,6 +939,26 @@
|
||||
<param name="Local" value="uCEFLibFunctions.html#cef_menu_model_create">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_MOUSETOUCH_EVENT_MODIFIERS_ALT">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_ALT">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_MOUSETOUCH_EVENT_MODIFIERS_CTRL">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_CTRL">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_MOUSETOUCH_EVENT_MODIFIERS_METACMD">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_METACMD">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_MOUSETOUCH_EVENT_MODIFIERS_SHIFT">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_SHIFT">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_MRCR_CANCELLED">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_MRCR_CANCELLED">
|
||||
</object>
|
||||
@ -1143,6 +1163,30 @@
|
||||
<param name="Local" value="uCEFLibFunctions.html#cef_preference_manager_get_global">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_PRESSED_MOUSE_BUTTONS_BACK">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_BACK">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_PRESSED_MOUSE_BUTTONS_FORWARD">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_FORWARD">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_PRESSED_MOUSE_BUTTONS_LEFT">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_LEFT">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_PRESSED_MOUSE_BUTTONS_MIDDLE">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_MIDDLE">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_PRESSED_MOUSE_BUTTONS_NONE">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_NONE">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEF_PRESSED_MOUSE_BUTTONS_RIGHT">
|
||||
<param name="Local" value="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_RIGHT">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="cef_print_settings_create">
|
||||
<param name="Local" value="uCEFLibFunctions.html#cef_print_settings_create">
|
||||
</object>
|
||||
@ -2444,11 +2488,15 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="DeviceToLogical">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-TCefTouchEvent-double-">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-TCEFMouseEvent-double-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="uCEFMiscFunctions Unit">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-TCEFMouseEvent-double-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="uCEFMiscFunctions Unit">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-TCefTouchEvent-double-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
@ -2463,10 +2511,6 @@
|
||||
<param name="Name" value="uCEFMiscFunctions Unit">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-single-double-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="uCEFMiscFunctions Unit">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-TCEFMouseEvent-double-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="DEVTOOLS_WINDOWNAME">
|
||||
@ -2605,6 +2649,10 @@
|
||||
<param name="Local" value="uCEFConstants.html#DUPLEX_MODE_UNKNOWN">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="EditingCommandToString">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#EditingCommandToString-TCefEditingCommand-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="ERR_ABORTED">
|
||||
<param name="Local" value="uCEFConstants.html#ERR_ABORTED">
|
||||
</object>
|
||||
@ -3950,16 +3998,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SameAs">
|
||||
<param name="Local" value="uCEFInterfaces.ICefBaseRefCounted.html#SameAs-ICefBaseRefCounted-">
|
||||
<param name="Local" value="uCEFInterfaces.ICefBaseRefCounted.html#SameAs-Pointer-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="ICefBaseRefCounted - uCEFInterfaces Unit">
|
||||
<param name="Local" value="uCEFInterfaces.ICefBaseRefCounted.html#SameAs-ICefBaseRefCounted-">
|
||||
<param name="Local" value="uCEFInterfaces.ICefBaseRefCounted.html#SameAs-Pointer-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="ICefBaseRefCounted - uCEFInterfaces Unit">
|
||||
<param name="Local" value="uCEFInterfaces.ICefBaseRefCounted.html#SameAs-Pointer-">
|
||||
<param name="Local" value="uCEFInterfaces.ICefBaseRefCounted.html#SameAs-ICefBaseRefCounted-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -5558,16 +5606,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="GetElementAttributes">
|
||||
<param name="Local" value="uCEFInterfaces.ICefDomNode.html#GetElementAttributes-ICefStringMap-">
|
||||
<param name="Local" value="uCEFInterfaces.ICefDomNode.html#GetElementAttributes-TStrings-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="ICefDomNode - uCEFInterfaces Unit">
|
||||
<param name="Local" value="uCEFInterfaces.ICefDomNode.html#GetElementAttributes-ICefStringMap-">
|
||||
<param name="Local" value="uCEFInterfaces.ICefDomNode.html#GetElementAttributes-TStrings-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="ICefDomNode - uCEFInterfaces Unit">
|
||||
<param name="Local" value="uCEFInterfaces.ICefDomNode.html#GetElementAttributes-TStrings-">
|
||||
<param name="Local" value="uCEFInterfaces.ICefDomNode.html#GetElementAttributes-ICefStringMap-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -13434,16 +13482,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="LogicalToDevice">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#LogicalToDevice-integer-double-">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#LogicalToDevice-TCEFRect-double-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="uCEFMiscFunctions Unit">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#LogicalToDevice-integer-double-">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#LogicalToDevice-TCEFRect-double-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="uCEFMiscFunctions Unit">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#LogicalToDevice-TCEFRect-double-">
|
||||
<param name="Local" value="uCEFMiscFunctions.html#LogicalToDevice-integer-double-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -14986,16 +15034,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="BufferDraw">
|
||||
<param name="Local" value="uCEFBufferPanel.TBufferPanel.html#BufferDraw-TBitmap-TRect-TRect-">
|
||||
<param name="Local" value="uCEFBufferPanel.TBufferPanel.html#BufferDraw-integer-integer-TBitmap-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TBufferPanel - uCEFBufferPanel Unit">
|
||||
<param name="Local" value="uCEFBufferPanel.TBufferPanel.html#BufferDraw-TBitmap-TRect-TRect-">
|
||||
<param name="Local" value="uCEFBufferPanel.TBufferPanel.html#BufferDraw-integer-integer-TBitmap-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TBufferPanel - uCEFBufferPanel Unit">
|
||||
<param name="Local" value="uCEFBufferPanel.TBufferPanel.html#BufferDraw-integer-integer-TBitmap-">
|
||||
<param name="Local" value="uCEFBufferPanel.TBufferPanel.html#BufferDraw-TBitmap-TRect-TRect-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -17744,16 +17792,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SameAs">
|
||||
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedOwn.html#SameAs-Pointer-">
|
||||
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedOwn.html#SameAs-ICefBaseRefCounted-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefBaseRefCountedOwn - uCEFBaseRefCounted Unit">
|
||||
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedOwn.html#SameAs-Pointer-">
|
||||
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedOwn.html#SameAs-ICefBaseRefCounted-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefBaseRefCountedOwn - uCEFBaseRefCounted Unit">
|
||||
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedOwn.html#SameAs-ICefBaseRefCounted-">
|
||||
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedOwn.html#SameAs-Pointer-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -17790,16 +17838,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SameAs">
|
||||
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedRef.html#SameAs-ICefBaseRefCounted-">
|
||||
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedRef.html#SameAs-Pointer-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefBaseRefCountedRef - uCEFBaseRefCounted Unit">
|
||||
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedRef.html#SameAs-ICefBaseRefCounted-">
|
||||
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedRef.html#SameAs-Pointer-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefBaseRefCountedRef - uCEFBaseRefCounted Unit">
|
||||
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedRef.html#SameAs-Pointer-">
|
||||
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedRef.html#SameAs-ICefBaseRefCounted-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -21438,16 +21486,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="Create">
|
||||
<param name="Local" value="uCEFCustomStreamReader.TCefCustomStreamReader.html#Create-TStream-Boolean-">
|
||||
<param name="Local" value="uCEFCustomStreamReader.TCefCustomStreamReader.html#Create-string-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefCustomStreamReader - uCEFCustomStreamReader Unit">
|
||||
<param name="Local" value="uCEFCustomStreamReader.TCefCustomStreamReader.html#Create-TStream-Boolean-">
|
||||
<param name="Local" value="uCEFCustomStreamReader.TCefCustomStreamReader.html#Create-string-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefCustomStreamReader - uCEFCustomStreamReader Unit">
|
||||
<param name="Local" value="uCEFCustomStreamReader.TCefCustomStreamReader.html#Create-string-">
|
||||
<param name="Local" value="uCEFCustomStreamReader.TCefCustomStreamReader.html#Create-TStream-Boolean-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -23383,6 +23431,10 @@
|
||||
<param name="Local" value="uCEFTypes.html#TCefDuplexMode">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefEditingCommand">
|
||||
<param name="Local" value="uCEFTypes.html#TCefEditingCommand">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefEnableFocusTask">
|
||||
<param name="Local" value="uCEFTask.TCefEnableFocusTask.html">
|
||||
</object>
|
||||
@ -24127,6 +24179,14 @@
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="AcceptDescriptions">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#AcceptDescriptions">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="AcceptExtensions">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#AcceptExtensions">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="AcceptFilters">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#AcceptFilters">
|
||||
</object>
|
||||
@ -24136,13 +24196,17 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CEFAcceptFilterToDialogFilter">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#CEFAcceptFilterToDialogFilter-ustring-">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#CEFAcceptFilterToDialogFilter-ustring-ustring-ustring-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="Clear">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#Clear">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="ConvertExtensions">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#ConvertExtensions-ustring-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="Create">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#Create">
|
||||
</object>
|
||||
@ -24187,6 +24251,14 @@
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#DialogType">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="FAcceptDescriptions">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#FAcceptDescriptions">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="FAcceptExtensions">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#FAcceptExtensions">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="FAcceptFilters">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#FAcceptFilters">
|
||||
</object>
|
||||
@ -24247,6 +24319,14 @@
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#Mode">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SetAcceptDescriptions">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#SetAcceptDescriptions-TStrings-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SetAcceptExtensions">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#SetAcceptExtensions-TStrings-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SetAcceptFilters">
|
||||
<param name="Local" value="uCEFFileDialogInfo.TCEFFileDialogInfo.html#SetAcceptFilters-TStrings-">
|
||||
</object>
|
||||
@ -24932,16 +25012,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="Parse">
|
||||
<param name="Local" value="uCEFJson.TCEFJson.html#Parse-ustring-TCefJsonParserOptions-">
|
||||
<param name="Local" value="uCEFJson.TCEFJson.html#Parse-Pointer-NativeUInt-TCefJsonParserOptions-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCEFJson - uCEFJson Unit">
|
||||
<param name="Local" value="uCEFJson.TCEFJson.html#Parse-ustring-TCefJsonParserOptions-">
|
||||
<param name="Local" value="uCEFJson.TCEFJson.html#Parse-Pointer-NativeUInt-TCefJsonParserOptions-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCEFJson - uCEFJson Unit">
|
||||
<param name="Local" value="uCEFJson.TCEFJson.html#Parse-Pointer-NativeUInt-TCefJsonParserOptions-">
|
||||
<param name="Local" value="uCEFJson.TCEFJson.html#Parse-ustring-TCefJsonParserOptions-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -24996,11 +25076,15 @@
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="Write">
|
||||
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefValue-TStringList-">
|
||||
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefDictionaryValue-TStringList-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCEFJson - uCEFJson Unit">
|
||||
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefDictionaryValue-TStringList-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCEFJson - uCEFJson Unit">
|
||||
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefValue-TStringList-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
@ -25009,10 +25093,6 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCEFJson - uCEFJson Unit">
|
||||
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefDictionaryValue-TStringList-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCEFJson - uCEFJson Unit">
|
||||
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefValue-TCefJsonWriterOptions-">
|
||||
</object>
|
||||
</ul>
|
||||
@ -25101,6 +25181,10 @@
|
||||
<param name="Local" value="uCEFTypes.html#TCefKeyEventType">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefKeyLocation">
|
||||
<param name="Local" value="uCEFTypes.html#TCefKeyLocation">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefLabelButton">
|
||||
<param name="Local" value="uCEFTypes.TCefLabelButton.html">
|
||||
</object>
|
||||
@ -31799,6 +31883,74 @@
|
||||
<param name="Local" value="uCEFTypes.html#TCefShowState">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefSimulatedMouseButton">
|
||||
<param name="Local" value="uCEFTypes.html#TCefSimulatedMouseButton">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefSimulatedMouseEventType">
|
||||
<param name="Local" value="uCEFTypes.html#TCefSimulatedMouseEventType">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefSimulatedPointerType">
|
||||
<param name="Local" value="uCEFTypes.html#TCefSimulatedPointerType">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefSimulatedTouchEventType">
|
||||
<param name="Local" value="uCEFTypes.html#TCefSimulatedTouchEventType">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefSimulatedTouchPoint">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="force">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#force">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="id">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#id">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="radiusX">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#radiusX">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="radiusY">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#radiusY">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="rotationAngle">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#rotationAngle">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="tangentialPressure">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#tangentialPressure">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="tiltX">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#tiltX">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="tiltY">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#tiltY">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="twist">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#twist">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="x">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#x">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="y">
|
||||
<param name="Local" value="uCEFTypes.TCefSimulatedTouchPoint.html#y">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefSimulatedTouchPointArray">
|
||||
<param name="Local" value="uCEFTypes.html#TCefSimulatedTouchPointArray">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TCefSize">
|
||||
<param name="Local" value="uCEFTypes.TCefSize.html">
|
||||
</object>
|
||||
@ -38720,16 +38872,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CloseDevTools">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CloseDevTools">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CloseDevTools-TCefWindowHandle-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CloseDevTools">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CloseDevTools-TCefWindowHandle-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CloseDevTools-TCefWindowHandle-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CloseDevTools">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -38742,16 +38894,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CreateBrowser">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateBrowser-TCefWindowHandle-TRect-ustring-ICefRequestContext-ICefDictionaryValue-boolean-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateBrowser-ustring-TCEFBrowserViewComponent-ICefRequestContext-ICefDictionaryValue-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateBrowser-TCefWindowHandle-TRect-ustring-ICefRequestContext-ICefDictionaryValue-boolean-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateBrowser-ustring-TCEFBrowserViewComponent-ICefRequestContext-ICefDictionaryValue-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateBrowser-ustring-TCEFBrowserViewComponent-ICefRequestContext-ICefDictionaryValue-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateBrowser-TCefWindowHandle-TRect-ustring-ICefRequestContext-ICefDictionaryValue-boolean-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -38768,16 +38920,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CreateClientHandler">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateClientHandler-boolean-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateClientHandler-ICefClient-boolean-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateClientHandler-boolean-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateClientHandler-ICefClient-boolean-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateClientHandler-ICefClient-boolean-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateClientHandler-boolean-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -38818,16 +38970,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CreateUrlRequest">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateUrlRequest-ICefRequest-ICefUrlrequestClient-ICefFrame-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateUrlRequest-ICefRequest-ICefUrlrequestClient-ustring-ustring-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateUrlRequest-ICefRequest-ICefUrlrequestClient-ICefFrame-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateUrlRequest-ICefRequest-ICefUrlrequestClient-ustring-ustring-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateUrlRequest-ICefRequest-ICefUrlrequestClient-ustring-ustring-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateUrlRequest-ICefRequest-ICefUrlrequestClient-ICefFrame-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -40966,16 +41118,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="LoadResource">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ustring-ustring-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ICefFrame-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ustring-ustring-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ICefFrame-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ICefFrame-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ustring-ustring-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -40994,16 +41146,16 @@
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="LoadURL">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadURL-ustring-ustring-ustring-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadURL-ustring-ICefFrame-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadURL-ustring-ustring-ustring-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadURL-ustring-ICefFrame-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadURL-ustring-ICefFrame-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadURL-ustring-ustring-ustring-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -41940,16 +42092,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SendProcessMessage">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ICefFrame-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ustring-ustring-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ICefFrame-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ustring-ustring-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ustring-ustring-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ICefFrame-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -42181,14 +42333,26 @@
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#ShutdownDragAndDrop">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SimulateEditingCommand">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SimulateEditingCommand-TCefEditingCommand-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SimulateKeyEvent">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SimulateKeyEvent-TSimulatedCefKeyEventType-integer-integer-integer-integer-integer-boolean-boolean-boolean-ustring-ustring-ustring-ustring-ustring-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SimulateKeyEvent-TSimulatedCefKeyEventType-integer-single-ustring-ustring-ustring-ustring-ustring-integer-integer-boolean-boolean-boolean-TCefKeyLocation-TCefEditingCommand-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SimulateMouseEvent">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SimulateMouseEvent-TCefSimulatedMouseEventType-single-single-integer-single-TCefSimulatedMouseButton-integer-integer-single-single-single-single-integer-single-single-TCefSimulatedPointerType-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SimulateMouseWheel">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SimulateMouseWheel-integer-integer-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SimulateTouchEvent">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SimulateTouchEvent-TCefSimulatedTouchEventType-TCefSimulatedTouchPointArray-integer-single-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="SpellCheckerDicts">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SpellCheckerDicts">
|
||||
</object>
|
||||
@ -42230,16 +42394,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="UpdatePreference">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-boolean-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-integer-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-boolean-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-integer-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-integer-">
|
||||
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-boolean-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
|
||||
@ -44800,16 +44964,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="CreateBrowser">
|
||||
<param name="Local" value="uCEFBrowserWindow.TEmbeddedChromium.html#CreateBrowser-ustring-TCEFBrowserViewComponent-ICefRequestContext-ICefDictionaryValue-">
|
||||
<param name="Local" value="uCEFBrowserWindow.TEmbeddedChromium.html#CreateBrowser-TWinControl-ustring-ICefRequestContext-ICefDictionaryValue-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TEmbeddedChromium - uCEFBrowserWindow Unit">
|
||||
<param name="Local" value="uCEFBrowserWindow.TEmbeddedChromium.html#CreateBrowser-ustring-TCEFBrowserViewComponent-ICefRequestContext-ICefDictionaryValue-">
|
||||
<param name="Local" value="uCEFBrowserWindow.TEmbeddedChromium.html#CreateBrowser-TWinControl-ustring-ICefRequestContext-ICefDictionaryValue-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TEmbeddedChromium - uCEFBrowserWindow Unit">
|
||||
<param name="Local" value="uCEFBrowserWindow.TEmbeddedChromium.html#CreateBrowser-TWinControl-ustring-ICefRequestContext-ICefDictionaryValue-">
|
||||
<param name="Local" value="uCEFBrowserWindow.TEmbeddedChromium.html#CreateBrowser-ustring-TCEFBrowserViewComponent-ICefRequestContext-ICefDictionaryValue-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TEmbeddedChromium - uCEFBrowserWindow Unit">
|
||||
@ -44938,16 +45102,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="ClientToScreen">
|
||||
<param name="Local" value="uCEFFMXBufferPanel.TFMXBufferPanel.html#ClientToScreen-TPoint-">
|
||||
<param name="Local" value="uCEFFMXBufferPanel.TFMXBufferPanel.html#ClientToScreen-TPointF-">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TFMXBufferPanel - uCEFFMXBufferPanel Unit">
|
||||
<param name="Local" value="uCEFFMXBufferPanel.TFMXBufferPanel.html#ClientToScreen-TPoint-">
|
||||
<param name="Local" value="uCEFFMXBufferPanel.TFMXBufferPanel.html#ClientToScreen-TPointF-">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TFMXBufferPanel - uCEFFMXBufferPanel Unit">
|
||||
<param name="Local" value="uCEFFMXBufferPanel.TFMXBufferPanel.html#ClientToScreen-TPointF-">
|
||||
<param name="Local" value="uCEFFMXBufferPanel.TFMXBufferPanel.html#ClientToScreen-TPoint-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
@ -45640,16 +45804,16 @@
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="Create">
|
||||
<param name="Local" value="uCEFOLEDragAndDrop.TOLEEnumFormatEtc.html#Create-TOLEFormatArray-integer-integer-">
|
||||
<param name="Local" value="uCEFOLEDragAndDrop.TOLEEnumFormatEtc.html#Create">
|
||||
</object>
|
||||
<ul>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TOLEEnumFormatEtc - uCEFOLEDragAndDrop Unit">
|
||||
<param name="Local" value="uCEFOLEDragAndDrop.TOLEEnumFormatEtc.html#Create-TOLEFormatArray-integer-integer-">
|
||||
<param name="Local" value="uCEFOLEDragAndDrop.TOLEEnumFormatEtc.html#Create">
|
||||
</object>
|
||||
<li><object type="text/sitemap">
|
||||
<param name="Name" value="TOLEEnumFormatEtc - uCEFOLEDragAndDrop Unit">
|
||||
<param name="Local" value="uCEFOLEDragAndDrop.TOLEEnumFormatEtc.html#Create">
|
||||
<param name="Local" value="uCEFOLEDragAndDrop.TOLEEnumFormatEtc.html#Create-TOLEFormatArray-integer-integer-">
|
||||
</object>
|
||||
</ul>
|
||||
<li><object type="text/sitemap">
|
||||
|
@ -703,6 +703,7 @@ uCEFTypes.TCookie.html
|
||||
uCEFTypes.TCefPdfPrintSettings.html
|
||||
uCEFTypes.TCefMouseEvent.html
|
||||
uCEFTypes.TCefTouchEvent.html
|
||||
uCEFTypes.TCefSimulatedTouchPoint.html
|
||||
uCEFTypes.TCefAudioParameters.html
|
||||
uCEFTypes.TCefMediaSinkDeviceInfo.html
|
||||
uCEFTypes.TCefBaseRefCounted.html
|
||||
|
@ -690,6 +690,7 @@ uCEFTypes.TCookie.html
|
||||
uCEFTypes.TCefPdfPrintSettings.html
|
||||
uCEFTypes.TCefMouseEvent.html
|
||||
uCEFTypes.TCefTouchEvent.html
|
||||
uCEFTypes.TCefSimulatedTouchPoint.html
|
||||
uCEFTypes.TCefAudioParameters.html
|
||||
uCEFTypes.TCefMediaSinkDeviceInfo.html
|
||||
uCEFTypes.TCefBaseRefCounted.html
|
||||
@ -932,12 +933,12 @@ published.gif
|
||||
automated.gif
|
||||
pasdoc.css
|
||||
|
||||
Compile time: 0 minutes, 14 seconds
|
||||
16,480 Topics
|
||||
140,660 Local links
|
||||
Compile time: 0 minutes, 15 seconds
|
||||
16,529 Topics
|
||||
141,082 Local links
|
||||
35 Internet links
|
||||
5 Graphics
|
||||
|
||||
|
||||
Created c:\Users\usuario\Documents\Embarcadero\Studio\Projects\CEF4Delphi\docs\cef4delphi.chm, 3,628,708 bytes
|
||||
Compression decreased file by 23,517,583 bytes.
|
||||
Created c:\Users\usuario\Documents\Embarcadero\Studio\Projects\CEF4Delphi\docs\cef4delphi.chm, 3,646,118 bytes
|
||||
Compression decreased file by 23,602,598 bytes.
|
||||
|
@ -40,10 +40,10 @@
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_MAJOR">CEF_SUPPORTED_VERSION_MAJOR</a></strong> = 126;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_MINOR">CEF_SUPPORTED_VERSION_MINOR</a></strong> = 1;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_MINOR">CEF_SUPPORTED_VERSION_MINOR</a></strong> = 2;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_RELEASE">CEF_SUPPORTED_VERSION_RELEASE</a></strong> = 14;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_RELEASE">CEF_SUPPORTED_VERSION_RELEASE</a></strong> = 18;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_BUILD">CEF_SUPPORTED_VERSION_BUILD</a></strong> = 0;</code></td>
|
||||
@ -58,7 +58,7 @@
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_CHROMEELF_VERSION_RELEASE">CEF_CHROMEELF_VERSION_RELEASE</a></strong> = 6478;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_CHROMEELF_VERSION_BUILD">CEF_CHROMEELF_VERSION_BUILD</a></strong> = 57;</code></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_CHROMEELF_VERSION_BUILD">CEF_CHROMEELF_VERSION_BUILD</a></strong> = 183;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#LIBCEF_DLL">LIBCEF_DLL</a></strong> = 'libcef.dll';</code></td>
|
||||
@ -101,14 +101,14 @@
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_SUPPORTED_VERSION_MINOR"></span><code><strong>CEF_SUPPORTED_VERSION_MINOR</strong> = 1;</code></td>
|
||||
<td class="itemcode"><span id="CEF_SUPPORTED_VERSION_MINOR"></span><code><strong>CEF_SUPPORTED_VERSION_MINOR</strong> = 2;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_SUPPORTED_VERSION_RELEASE"></span><code><strong>CEF_SUPPORTED_VERSION_RELEASE</strong> = 14;</code></td>
|
||||
<td class="itemcode"><span id="CEF_SUPPORTED_VERSION_RELEASE"></span><code><strong>CEF_SUPPORTED_VERSION_RELEASE</strong> = 18;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -143,7 +143,7 @@
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_CHROMEELF_VERSION_BUILD"></span><code><strong>CEF_CHROMEELF_VERSION_BUILD</strong> = 57;</code></td>
|
||||
<td class="itemcode"><span id="CEF_CHROMEELF_VERSION_BUILD"></span><code><strong>CEF_CHROMEELF_VERSION_BUILD</strong> = 183;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
|
@ -2376,417 +2376,429 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SimulateKeyEvent-TSimulatedCefKeyEventType-integer-integer-integer-integer-integer-boolean-boolean-boolean-ustring-ustring-ustring-ustring-ustring-">SimulateKeyEvent</a></strong>(type_: <a href="uCEFTypes.html#TSimulatedCefKeyEventType">TSimulatedCefKeyEventType</a>; modifiers, windowsVirtualKeyCode, nativeVirtualKeyCode: integer; timestamp: integer = 0; location: integer = 0; autoRepeat: boolean = False; isKeypad: boolean = False; isSystemKey: boolean = False; const text: <a href="uCEFTypes.html#ustring">ustring</a> = ''; const unmodifiedtext: <a href="uCEFTypes.html#ustring">ustring</a> = ''; const keyIdentifier: <a href="uCEFTypes.html#ustring">ustring</a> = ''; const code: <a href="uCEFTypes.html#ustring">ustring</a> = ''; const key: <a href="uCEFTypes.html#ustring">ustring</a> = '');</code></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SimulateKeyEvent-TSimulatedCefKeyEventType-integer-single-ustring-ustring-ustring-ustring-ustring-integer-integer-boolean-boolean-boolean-TCefKeyLocation-TCefEditingCommand-">SimulateKeyEvent</a></strong>(type_: <a href="uCEFTypes.html#TSimulatedCefKeyEventType">TSimulatedCefKeyEventType</a>; modifiers: integer = <a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE">CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE</a>; timestamp: single = 0; const text: <a href="uCEFTypes.html#ustring">ustring</a> = ''; const unmodifiedtext: <a href="uCEFTypes.html#ustring">ustring</a> = ''; const keyIdentifier: <a href="uCEFTypes.html#ustring">ustring</a> = ''; const code: <a href="uCEFTypes.html#ustring">ustring</a> = ''; const key: <a href="uCEFTypes.html#ustring">ustring</a> = ''; windowsVirtualKeyCode: integer = 0; nativeVirtualKeyCode: integer = 0; autoRepeat: boolean = False; isKeypad: boolean = False; isSystemKey: boolean = False; location: <a href="uCEFTypes.html#TCefKeyLocation">TCefKeyLocation</a> = <a href="uCEFTypes.html#CEF_KEYLOCATION_NONE">CEF_KEYLOCATION_NONE</a>; commands: <a href="uCEFTypes.html#TCefEditingCommand">TCefEditingCommand</a> = <a href="uCEFTypes.html#ecNone">ecNone</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SimulateMouseEvent-TCefSimulatedMouseEventType-single-single-integer-single-TCefSimulatedMouseButton-integer-integer-single-single-single-single-integer-single-single-TCefSimulatedPointerType-">SimulateMouseEvent</a></strong>(type_: <a href="uCEFTypes.html#TCefSimulatedMouseEventType">TCefSimulatedMouseEventType</a>; x, y: single; modifiers: integer = <a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE">CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE</a>; timestamp: single = 0; button: <a href="uCEFTypes.html#TCefSimulatedMouseButton">TCefSimulatedMouseButton</a> = <a href="uCEFTypes.html#CEF_SIMULATEDMOUSEBUTTON_NONE">CEF_SIMULATEDMOUSEBUTTON_NONE</a>; buttons: integer = <a href="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_NONE">CEF_PRESSED_MOUSE_BUTTONS_NONE</a>; clickCount: integer = 0; force: single = 0; tangentialPressure: single = 0; tiltX: single = 0; tiltY: single = 0; twist: integer = 0; deltaX: single = 0; deltaY: single = 0; pointerType: <a href="uCEFTypes.html#TCefSimulatedPointerType">TCefSimulatedPointerType</a> = <a href="uCEFTypes.html#CEF_SIMULATEDPOINTERTYPE_MOUSE">CEF_SIMULATEDPOINTERTYPE_MOUSE</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SimulateTouchEvent-TCefSimulatedTouchEventType-TCefSimulatedTouchPointArray-integer-single-">SimulateTouchEvent</a></strong>(type_: <a href="uCEFTypes.html#TCefSimulatedTouchEventType">TCefSimulatedTouchEventType</a>; var touchPoints: <a href="uCEFTypes.html#TCefSimulatedTouchPointArray">TCefSimulatedTouchPointArray</a>; modifiers: integer = <a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE">CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE</a>; timestamp: single = 0);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SimulateEditingCommand-TCefEditingCommand-">SimulateEditingCommand</a></strong>(command : <a href="uCEFTypes.html#TCefEditingCommand">TCefEditingCommand</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#ClearCertificateExceptions-boolean-">ClearCertificateExceptions</a></strong>(aClearImmediately : boolean = True) : boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#ClearHttpAuthCredentials-boolean-">ClearHttpAuthCredentials</a></strong>(aClearImmediately : boolean = True) : boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#CloseAllConnections-boolean-">CloseAllConnections</a></strong>(aCloseImmediately : boolean = True) : boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#RetrieveHTML-ustring-ustring-">RetrieveHTML</a></strong>(const aFrameName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aFrameIdentifier : <a href="uCEFTypes.html#ustring">ustring</a> = ''); overload;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#RetrieveHTML-ICefFrame-">RetrieveHTML</a></strong>(const aFrame : <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>); overload;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#RetrieveText-ustring-ustring-">RetrieveText</a></strong>(const aFrameName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aFrameIdentifier : <a href="uCEFTypes.html#ustring">ustring</a> = ''); overload;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#RetrieveText-ICefFrame-">RetrieveText</a></strong>(const aFrame : <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>); overload;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#GetNavigationEntries-Boolean-">GetNavigationEntries</a></strong>(currentOnly: Boolean);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#GetFrameNames-TStrings-">GetFrameNames</a></strong>(var aFrameNames : TStrings) : boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#GetFrameIdentifiers-TStrings-">GetFrameIdentifiers</a></strong>(var aFrameIdentifiers : TStrings) : boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ExecuteJavaScript-ustring-ustring-ustring-ustring-integer-">ExecuteJavaScript</a></strong>(const aCode, aScriptURL : <a href="uCEFTypes.html#ustring">ustring</a>; const aFrameName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aFrameIdentifier : <a href="uCEFTypes.html#ustring">ustring</a> = ''; aStartLine : integer = 0); overload;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ExecuteJavaScript-ustring-ustring-ICefFrame-integer-">ExecuteJavaScript</a></strong>(const aCode, aScriptURL : <a href="uCEFTypes.html#ustring">ustring</a>; const aFrame : <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>; aStartLine : integer = 0); overload;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#UpdatePreferences">UpdatePreferences</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SavePreferences-string-">SavePreferences</a></strong>(const aFileName : string);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ResolveHost-ustring-">ResolveHost</a></strong>(const aURL : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#IsSameBrowser-ICefBrowser-">IsSameBrowser</a></strong>(const aBrowser : <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>) : boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#ExecuteTaskOnCefThread-TCefThreadId-cardinal-Int64-">ExecuteTaskOnCefThread</a></strong>(aCefThreadId : <a href="uCEFTypes.html#TCefThreadId">TCefThreadId</a>; aTaskID : cardinal; aDelayMs : Int64 = 0) : boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SetUserAgentOverride-ustring-ustring-ustring-">SetUserAgentOverride</a></strong>(const aUserAgent : <a href="uCEFTypes.html#ustring">ustring</a>; const aAcceptLanguage : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aPlatform : <a href="uCEFTypes.html#ustring">ustring</a> = '');</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ClearDataForOrigin-ustring-TCefClearDataStorageTypes-">ClearDataForOrigin</a></strong>(const aOrigin : <a href="uCEFTypes.html#ustring">ustring</a>; aStorageTypes : <a href="uCEFTypes.html#TCefClearDataStorageTypes">TCefClearDataStorageTypes</a> = <a href="uCEFTypes.html#cdstAll">cdstAll</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ClearCache">ClearCache</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ToggleAudioMuted">ToggleAudioMuted</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#DeleteCookies-ustring-ustring-boolean-">DeleteCookies</a></strong>(const url : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const cookieName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; aDeleteImmediately : boolean = False) : boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#VisitAllCookies-integer-">VisitAllCookies</a></strong>(aID : integer = 0) : boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#VisitURLCookies-ustring-boolean-integer-">VisitURLCookies</a></strong>(const url : <a href="uCEFTypes.html#ustring">ustring</a>; includeHttpOnly : boolean = False; aID : integer = 0) : boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#SetCookie-ustring-ustring-ustring-ustring-ustring-Boolean-Boolean-Boolean-TDateTime-TDateTime-TDateTime-TCefCookieSameSite-TCefCookiePriority-boolean-integer-">SetCookie</a></strong>(const url, name_, value, domain, path: <a href="uCEFTypes.html#ustring">ustring</a>; secure, httponly, hasExpires: Boolean; const creation, lastAccess, expires: TDateTime; same_site : <a href="uCEFTypes.html#TCefCookieSameSite">TCefCookieSameSite</a>; priority : <a href="uCEFTypes.html#TCefCookiePriority">TCefCookiePriority</a>; aSetImmediately : boolean = True; aID : integer = 0): Boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#FlushCookieStore-boolean-">FlushCookieStore</a></strong>(aFlushImmediately : boolean = True) : boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ShowDevTools-TPoint-PCefWindowInfo-">ShowDevTools</a></strong>(const inspectElementAt: TPoint; aWindowInfo: <a href="uCEFTypes.html#PCefWindowInfo">PCefWindowInfo</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#CloseDevTools">CloseDevTools</a></strong>; overload;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#CloseDevTools-TCefWindowHandle-">CloseDevTools</a></strong>(const aDevToolsWnd : <a href="uCEFTypes.html#TCefWindowHandle">TCefWindowHandle</a>); overload;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#SendDevToolsMessage-ustring-">SendDevToolsMessage</a></strong>(const message_: <a href="uCEFTypes.html#ustring">ustring</a>): boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#ExecuteDevToolsMethod-integer-ustring-ICefDictionaryValue-">ExecuteDevToolsMethod</a></strong>(message_id: integer; const method: <a href="uCEFTypes.html#ustring">ustring</a>; const params: <a href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a>): Integer;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#AddDevToolsMessageObserver-ICefDevToolsMessageObserver-">AddDevToolsMessageObserver</a></strong>(const observer: <a href="uCEFInterfaces.ICefDevToolsMessageObserver.html">ICefDevToolsMessageObserver</a>): <a href="uCEFInterfaces.ICefRegistration.html">ICefRegistration</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#Find-ustring-Boolean-Boolean-Boolean-">Find</a></strong>(const aSearchText : <a href="uCEFTypes.html#ustring">ustring</a>; aForward, aMatchCase, aFindNext : Boolean);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#StopFinding-Boolean-">StopFinding</a></strong>(aClearSelection : Boolean);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#Print">Print</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#PrintToPDF-ustring-">PrintToPDF</a></strong>(const aFilePath : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ClipboardCopy">ClipboardCopy</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ClipboardPaste">ClipboardPaste</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ClipboardCut">ClipboardCut</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ClipboardUndo">ClipboardUndo</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ClipboardRedo">ClipboardRedo</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ClipboardDel">ClipboardDel</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SelectAll">SelectAll</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#IncZoomStep">IncZoomStep</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#DecZoomStep">DecZoomStep</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#IncZoomPct">IncZoomPct</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#DecZoomPct">DecZoomPct</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ResetZoomStep">ResetZoomStep</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ResetZoomLevel">ResetZoomLevel</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ResetZoomPct">ResetZoomPct</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ReadZoom">ReadZoom</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#IncZoomCommand">IncZoomCommand</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#DecZoomCommand">DecZoomCommand</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ResetZoomCommand">ResetZoomCommand</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#WasResized">WasResized</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#WasHidden-Boolean-">WasHidden</a></strong>(hidden: Boolean);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#NotifyScreenInfoChanged">NotifyScreenInfoChanged</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#NotifyMoveOrResizeStarted">NotifyMoveOrResizeStarted</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#Invalidate-TCefPaintElementType-">Invalidate</a></strong>(type_: <a href="uCEFTypes.html#TCefPaintElementType">TCefPaintElementType</a> = <a href="uCEFTypes.html#PET_VIEW">PET_VIEW</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ExitFullscreen-boolean-">ExitFullscreen</a></strong>(will_cause_resize: boolean);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#CanExecuteChromeCommand-integer-">CanExecuteChromeCommand</a></strong>(command_id: integer): boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ExecuteChromeCommand-integer-TCefWindowOpenDisposition-">ExecuteChromeCommand</a></strong>(command_id: integer; disposition: <a href="uCEFTypes.html#TCefWindowOpenDisposition">TCefWindowOpenDisposition</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SendExternalBeginFrame">SendExternalBeginFrame</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SendKeyEvent-PCefKeyEvent-">SendKeyEvent</a></strong>(const event: <a href="uCEFTypes.html#PCefKeyEvent">PCefKeyEvent</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SendMouseClickEvent-PCefMouseEvent-TCefMouseButtonType-Boolean-Integer-">SendMouseClickEvent</a></strong>(const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; type_: <a href="uCEFTypes.html#TCefMouseButtonType">TCefMouseButtonType</a>; mouseUp: Boolean; clickCount: Integer);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SendMouseMoveEvent-PCefMouseEvent-Boolean-">SendMouseMoveEvent</a></strong>(const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; mouseLeave: Boolean);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SendMouseWheelEvent-PCefMouseEvent-Integer-Integer-">SendMouseWheelEvent</a></strong>(const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; deltaX, deltaY: Integer);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SendTouchEvent-PCefTouchEvent-">SendTouchEvent</a></strong>(const event: <a href="uCEFTypes.html#PCefTouchEvent">PCefTouchEvent</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SendCaptureLostEvent">SendCaptureLostEvent</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ustring-ustring-">SendProcessMessage</a></strong>(targetProcess: <a href="uCEFTypes.html#TCefProcessId">TCefProcessId</a>; const ProcMessage: <a href="uCEFInterfaces.ICefProcessMessage.html">ICefProcessMessage</a>; const aFrameName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aFrameIdentifier : <a href="uCEFTypes.html#ustring">ustring</a> = ''); overload;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ICefFrame-">SendProcessMessage</a></strong>(targetProcess: <a href="uCEFTypes.html#TCefProcessId">TCefProcessId</a>; const ProcMessage: <a href="uCEFInterfaces.ICefProcessMessage.html">ICefProcessMessage</a>; const aFrame : <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>); overload;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#CreateUrlRequest-ICefRequest-ICefUrlrequestClient-ustring-ustring-">CreateUrlRequest</a></strong>(const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; const client: <a href="uCEFInterfaces.ICefUrlrequestClient.html">ICefUrlrequestClient</a>; const aFrameName : <a href="uCEFTypes.html#ustring">ustring</a> = ''; const aFrameIdentifier : <a href="uCEFTypes.html#ustring">ustring</a> = ''): <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; overload;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#CreateUrlRequest-ICefRequest-ICefUrlrequestClient-ICefFrame-">CreateUrlRequest</a></strong>(const request: <a href="uCEFInterfaces.ICefRequest.html">ICefRequest</a>; const client: <a href="uCEFInterfaces.ICefUrlrequestClient.html">ICefUrlrequestClient</a>; const aFrame : <a href="uCEFInterfaces.ICefFrame.html">ICefFrame</a>): <a href="uCEFInterfaces.ICefUrlRequest.html">ICefUrlRequest</a>; overload;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SetFocus-Boolean-">SetFocus</a></strong>(focus: Boolean);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SetAccessibilityState-TCefState-">SetAccessibilityState</a></strong>(accessibilityState: <a href="uCEFTypes.html#TCefState">TCefState</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#DragTargetDragEnter-ICefDragData-PCefMouseEvent-TCefDragOperations-">DragTargetDragEnter</a></strong>(const dragData: <a href="uCEFInterfaces.ICefDragData.html">ICefDragData</a>; const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; allowedOps: <a href="uCEFTypes.html#TCefDragOperations">TCefDragOperations</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#DragTargetDragOver-PCefMouseEvent-TCefDragOperations-">DragTargetDragOver</a></strong>(const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>; allowedOps: <a href="uCEFTypes.html#TCefDragOperations">TCefDragOperations</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#DragTargetDragLeave">DragTargetDragLeave</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#DragTargetDrop-PCefMouseEvent-">DragTargetDrop</a></strong>(const event: <a href="uCEFTypes.html#PCefMouseEvent">PCefMouseEvent</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#DragSourceEndedAt-Integer-Integer-TCefDragOperation-">DragSourceEndedAt</a></strong>(x, y: Integer; op: <a href="uCEFTypes.html#TCefDragOperation">TCefDragOperation</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#DragSourceSystemDragEnded">DragSourceSystemDragEnded</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#IMESetComposition-ustring-TCefCompositionUnderlineDynArray-PCefRange-PCefRange-">IMESetComposition</a></strong>(const text: <a href="uCEFTypes.html#ustring">ustring</a>; const underlines : <a href="uCEFTypes.html#TCefCompositionUnderlineDynArray">TCefCompositionUnderlineDynArray</a>; const replacement_range, selection_range : <a href="uCEFTypes.html#PCefRange">PCefRange</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#IMECommitText-ustring-PCefRange-integer-">IMECommitText</a></strong>(const text: <a href="uCEFTypes.html#ustring">ustring</a>; const replacement_range : <a href="uCEFTypes.html#PCefRange">PCefRange</a>; relative_cursor_pos : integer);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#IMEFinishComposingText-boolean-">IMEFinishComposingText</a></strong>(keep_selection : boolean);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#IMECancelComposition">IMECancelComposition</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#ReplaceMisspelling-ustring-">ReplaceMisspelling</a></strong>(const aWord : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#AddWordToDictionary-ustring-">AddWordToDictionary</a></strong>(const aWord : <a href="uCEFTypes.html#ustring">ustring</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#AddObserver-ICefMediaObserver-">AddObserver</a></strong>(const observer: <a href="uCEFInterfaces.ICefMediaObserver.html">ICefMediaObserver</a>): <a href="uCEFInterfaces.ICefRegistration.html">ICefRegistration</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#GetSource-ustring-">GetSource</a></strong>(const urn: <a href="uCEFTypes.html#ustring">ustring</a>): <a href="uCEFInterfaces.ICefMediaSource.html">ICefMediaSource</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#NotifyCurrentSinks">NotifyCurrentSinks</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#NotifyCurrentRoutes">NotifyCurrentRoutes</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#CreateRoute-ICefMediaSource-ICefMediaSink-">CreateRoute</a></strong>(const source: <a href="uCEFInterfaces.ICefMediaSource.html">ICefMediaSource</a>; const sink: <a href="uCEFInterfaces.ICefMediaSink.html">ICefMediaSink</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#GetDeviceInfo-ICefMediaSink-">GetDeviceInfo</a></strong>(const aMediaSink: <a href="uCEFInterfaces.ICefMediaSink.html">ICefMediaSink</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#LoadExtension-ustring-ICefDictionaryValue-ICefExtensionHandler-ICefRequestContext-">LoadExtension</a></strong>(const root_directory: <a href="uCEFTypes.html#ustring">ustring</a>; const manifest: <a href="uCEFInterfaces.ICefDictionaryValue.html">ICefDictionaryValue</a> = nil; const handler: <a href="uCEFInterfaces.ICefExtensionHandler.html">ICefExtensionHandler</a> = nil; const requestContext : <a href="uCEFInterfaces.ICefRequestContext.html">ICefRequestContext</a> = nil) : boolean; deprecated;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#DidLoadExtension-ustring-">DidLoadExtension</a></strong>(const extension_id: <a href="uCEFTypes.html#ustring">ustring</a>): boolean; deprecated;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#HasExtension-ustring-">HasExtension</a></strong>(const extension_id: <a href="uCEFTypes.html#ustring">ustring</a>): boolean; deprecated;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#GetExtensions-TStringList-">GetExtensions</a></strong>(const extension_ids: TStringList): boolean; deprecated;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#GetExtension-ustring-">GetExtension</a></strong>(const extension_id: <a href="uCEFTypes.html#ustring">ustring</a>): <a href="uCEFInterfaces.ICefExtension.html">ICefExtension</a>; deprecated;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#GetWebsiteSetting-ustring-ustring-TCefContentSettingTypes-">GetWebsiteSetting</a></strong>(const requesting_url, top_level_url: <a href="uCEFTypes.html#ustring">ustring</a>; content_type: <a href="uCEFTypes.html#TCefContentSettingTypes">TCefContentSettingTypes</a>): <a href="uCEFInterfaces.ICefValue.html">ICefValue</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SetWebsiteSetting-ustring-ustring-TCefContentSettingTypes-ICefValue-">SetWebsiteSetting</a></strong>(const requesting_url, top_level_url: <a href="uCEFTypes.html#ustring">ustring</a>; content_type: <a href="uCEFTypes.html#TCefContentSettingTypes">TCefContentSettingTypes</a>; const value: <a href="uCEFInterfaces.ICefValue.html">ICefValue</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#GetContentSetting-ustring-ustring-TCefContentSettingTypes-">GetContentSetting</a></strong>(const requesting_url, top_level_url: <a href="uCEFTypes.html#ustring">ustring</a>; content_type: <a href="uCEFTypes.html#TCefContentSettingTypes">TCefContentSettingTypes</a>): <a href="uCEFTypes.html#TCefContentSettingValues">TCefContentSettingValues</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SetContentSetting-ustring-ustring-TCefContentSettingTypes-TCefContentSettingValues-">SetContentSetting</a></strong>(const requesting_url, top_level_url: <a href="uCEFTypes.html#ustring">ustring</a>; content_type: <a href="uCEFTypes.html#TCefContentSettingTypes">TCefContentSettingTypes</a>; value: <a href="uCEFTypes.html#TCefContentSettingValues">TCefContentSettingValues</a>);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFChromiumCore.TChromiumCore.html#SetChromeColorScheme-TCefColorVariant-TCefColor-">SetChromeColorScheme</a></strong>(variant: <a href="uCEFTypes.html#TCefColorVariant">TCefColorVariant</a>; user_color: <a href="uCEFTypes.html#TCefColor">TCefColor</a>);</code></td>
|
||||
</tr>
|
||||
@ -8640,7 +8652,7 @@ Custom</p>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="SimulateKeyEvent-TSimulatedCefKeyEventType-integer-integer-integer-integer-integer-boolean-boolean-boolean-ustring-ustring-ustring-ustring-ustring-"></span><code>procedure <strong>SimulateKeyEvent</strong>(type_: <a href="uCEFTypes.html#TSimulatedCefKeyEventType">TSimulatedCefKeyEventType</a>; modifiers, windowsVirtualKeyCode, nativeVirtualKeyCode: integer; timestamp: integer = 0; location: integer = 0; autoRepeat: boolean = False; isKeypad: boolean = False; isSystemKey: boolean = False; const text: <a href="uCEFTypes.html#ustring">ustring</a> = ''; const unmodifiedtext: <a href="uCEFTypes.html#ustring">ustring</a> = ''; const keyIdentifier: <a href="uCEFTypes.html#ustring">ustring</a> = ''; const code: <a href="uCEFTypes.html#ustring">ustring</a> = ''; const key: <a href="uCEFTypes.html#ustring">ustring</a> = '');</code></td>
|
||||
<td class="itemcode"><span id="SimulateKeyEvent-TSimulatedCefKeyEventType-integer-single-ustring-ustring-ustring-ustring-ustring-integer-integer-boolean-boolean-boolean-TCefKeyLocation-TCefEditingCommand-"></span><code>procedure <strong>SimulateKeyEvent</strong>(type_: <a href="uCEFTypes.html#TSimulatedCefKeyEventType">TSimulatedCefKeyEventType</a>; modifiers: integer = <a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE">CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE</a>; timestamp: single = 0; const text: <a href="uCEFTypes.html#ustring">ustring</a> = ''; const unmodifiedtext: <a href="uCEFTypes.html#ustring">ustring</a> = ''; const keyIdentifier: <a href="uCEFTypes.html#ustring">ustring</a> = ''; const code: <a href="uCEFTypes.html#ustring">ustring</a> = ''; const key: <a href="uCEFTypes.html#ustring">ustring</a> = ''; windowsVirtualKeyCode: integer = 0; nativeVirtualKeyCode: integer = 0; autoRepeat: boolean = False; isKeypad: boolean = False; isSystemKey: boolean = False; location: <a href="uCEFTypes.html#TCefKeyLocation">TCefKeyLocation</a> = <a href="uCEFTypes.html#CEF_KEYLOCATION_NONE">CEF_KEYLOCATION_NONE</a>; commands: <a href="uCEFTypes.html#TCefEditingCommand">TCefEditingCommand</a> = <a href="uCEFTypes.html#ecNone">ecNone</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
@ -8674,43 +8686,173 @@ Custom</p>
|
||||
|
||||
<p>
|
||||
|
||||
<p>
|
||||
|
||||
<p><see href="<a href="https://chromedevtools.github.io/devtools-protocol/1-3/Input/#method-dispatchKeyEvent">https://chromedevtools.github.io/devtools-protocol/1-3/Input/#method-dispatchKeyEvent</a>">See the "Input.dispatchKeyEvent" DevTools method.)</p>
|
||||
<h6 class="description_section">Parameters</h6>
|
||||
<dl class="parameters">
|
||||
<dt>type_</dt>
|
||||
<dd>Type of the key event.</dd>
|
||||
<dt>modifiers</dt>
|
||||
<dd>Bit field representing pressed modifier keys. Alt=1, Ctrl=2, Meta/Command=4, Shift=8.</dd>
|
||||
<dt>windowsVirtualKeyCode</dt>
|
||||
<dd>Windows virtual key code.</dd>
|
||||
<dt>nativeVirtualKeyCode</dt>
|
||||
<dd>Native virtual key code.</dd>
|
||||
<dd>Bit field representing pressed modifier keys. Alt=1, Ctrl=2, Meta/Command=4, Shift=8.(default: 0).</dd>
|
||||
<dt>timestamp</dt>
|
||||
<dd>Time at which the event occurred.</dd>
|
||||
<dt>location</dt>
|
||||
<dd>Whether the event was from the left or right side of the keyboard. 1=Left, 2=Right.</dd>
|
||||
<dt>autoRepeat</dt>
|
||||
<dd>Whether the event was generated from auto repeat.</dd>
|
||||
<dt>isKeypad</dt>
|
||||
<dd>Whether the event was generated from the keypad.</dd>
|
||||
<dt>isSystemKey</dt>
|
||||
<dd>Whether the event was a system key event.</dd>
|
||||
<dt>text</dt>
|
||||
<dd>Text as generated by processing a virtual key code with a keyboard layout. Not needed for for keyUp and rawKeyDown events.</dd>
|
||||
<dd>Text as generated by processing a virtual key code with a keyboard layout. Not needed for for keyUp and rawKeyDown events.(default: "")</dd>
|
||||
<dt>unmodifiedtext</dt>
|
||||
<dd>Text that would have been generated by the keyboard if no modifiers were pressed (except for shift). Useful for shortcut (accelerator) key handling.</dd>
|
||||
<dd>Text that would have been generated by the keyboard if no modifiers were pressed (except for shift). Useful for shortcut (accelerator) key handling.(default: "").</dd>
|
||||
<dt>keyIdentifier</dt>
|
||||
<dd>Unique key identifier (e.g., 'U+0041').</dd>
|
||||
<dd>Unique key identifier (e.g., 'U+0041').(default: "").</dd>
|
||||
<dt>code</dt>
|
||||
<dd>Unique DOM defined string value for each physical key (e.g., 'KeyA').</dd>
|
||||
<dd>Unique DOM defined string value for each physical key (e.g., 'KeyA').(default: "").</dd>
|
||||
<dt>key</dt>
|
||||
<dd>Unique DOM defined string value describing the meaning of the key in the context of active modifiers, keyboard layout, etc (e.g., 'AltGr').</dd>
|
||||
<dd>Unique DOM defined string value describing the meaning of the key in the context of active modifiers, keyboard layout, etc (e.g., 'AltGr').(default: "").</dd>
|
||||
<dt>windowsVirtualKeyCode</dt>
|
||||
<dd>Windows virtual key code.(default: 0).</dd>
|
||||
<dt>nativeVirtualKeyCode</dt>
|
||||
<dd>Native virtual key code.(default: 0).</dd>
|
||||
<dt>autoRepeat</dt>
|
||||
<dd>Whether the event was generated from auto repeat.(default: false).</dd>
|
||||
<dt>isKeypad</dt>
|
||||
<dd>Whether the event was generated from the keypad.(default: false).</dd>
|
||||
<dt>isSystemKey</dt>
|
||||
<dd>Whether the event was a system key event.(default: false).</dd>
|
||||
<dt>location</dt>
|
||||
<dd>Whether the event was from the left or right side of the keyboard. 1=Left, 2=Right.(default: 0).</dd>
|
||||
<dt>commands</dt>
|
||||
<dd>Editing commands to send with the key event (e.g., 'selectAll') (default: []). These are related to but not equal the command names used in document.execCommand and NSStandardKeyBindingResponding. See <a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:third_party/blink/renderer/core/editing/commands/editor_command_names.h for valid command names.</dd>
|
||||
</dl>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="SimulateMouseEvent-TCefSimulatedMouseEventType-single-single-integer-single-TCefSimulatedMouseButton-integer-integer-single-single-single-single-integer-single-single-TCefSimulatedPointerType-"></span><code>procedure <strong>SimulateMouseEvent</strong>(type_: <a href="uCEFTypes.html#TCefSimulatedMouseEventType">TCefSimulatedMouseEventType</a>; x, y: single; modifiers: integer = <a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE">CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE</a>; timestamp: single = 0; button: <a href="uCEFTypes.html#TCefSimulatedMouseButton">TCefSimulatedMouseButton</a> = <a href="uCEFTypes.html#CEF_SIMULATEDMOUSEBUTTON_NONE">CEF_SIMULATEDMOUSEBUTTON_NONE</a>; buttons: integer = <a href="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_NONE">CEF_PRESSED_MOUSE_BUTTONS_NONE</a>; clickCount: integer = 0; force: single = 0; tangentialPressure: single = 0; tiltX: single = 0; tiltY: single = 0; twist: integer = 0; deltaX: single = 0; deltaY: single = 0; pointerType: <a href="uCEFTypes.html#TCefSimulatedPointerType">TCefSimulatedPointerType</a> = <a href="uCEFTypes.html#CEF_SIMULATEDPOINTERTYPE_MOUSE">CEF_SIMULATEDPOINTERTYPE_MOUSE</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
Dispatches a key event to the page using the "Input.dispatchKeyEvent" DevTools method. The browser has to be focused before simulating any key event. </p>
|
||||
<p>
|
||||
|
||||
|
||||
<p>
|
||||
|
||||
<p>
|
||||
|
||||
<p>
|
||||
|
||||
<p>
|
||||
|
||||
<p>
|
||||
|
||||
<p>
|
||||
|
||||
<p>
|
||||
|
||||
<p>
|
||||
|
||||
<p>
|
||||
|
||||
<p>
|
||||
|
||||
<p>
|
||||
|
||||
<p>
|
||||
|
||||
<p>
|
||||
|
||||
<p>
|
||||
|
||||
<p>
|
||||
|
||||
<p><see href="<a href="https://chromedevtools.github.io/devtools-protocol/1-3/Input/#method-dispatchKeyEvent">https://chromedevtools.github.io/devtools-protocol/1-3/Input/#method-dispatchKeyEvent</a>">See the "Input.dispatchKeyEvent" DevTools method.)</p>
|
||||
<h6 class="description_section">Parameters</h6>
|
||||
<dl class="parameters">
|
||||
<dt>type_</dt>
|
||||
<dd>Type of the mouse event.</dd>
|
||||
<dt>x</dt>
|
||||
<dd>X coordinate of the event relative to the main frame's viewport in CSS pixels.</dd>
|
||||
<dt>y</dt>
|
||||
<dd>Y coordinate of the event relative to the main frame's viewport in CSS pixels. 0 refers to the top of the viewport and Y increases as it proceeds towards the bottom of the viewport.</dd>
|
||||
<dt>modifiers</dt>
|
||||
<dd>Bit field representing pressed modifier keys. Alt=1, Ctrl=2, Meta/Command=4, Shift=8 (default: 0). See the CEF_MOUSETOUCH_EVENT_MODIFIERS_* constants.</dd>
|
||||
<dt>timestamp</dt>
|
||||
<dd>Time at which the event occurred.</dd>
|
||||
<dt>button</dt>
|
||||
<dd>Mouse button (default: "none").</dd>
|
||||
<dt>buttons</dt>
|
||||
<dd>A number indicating which buttons are pressed on the mouse when a mouse event is triggered. Left=1, Right=2, Middle=4, Back=8, Forward=16, None=0.</dd>
|
||||
<dt>clickCount</dt>
|
||||
<dd>Number of times the mouse button was clicked (default: 0).</dd>
|
||||
<dt>force</dt>
|
||||
<dd>The normalized pressure, which has a range of [0,1] (default: 0).</dd>
|
||||
<dt>tangentialPressure</dt>
|
||||
<dd>The normalized tangential pressure, which has a range of [-1,1] (default: 0).</dd>
|
||||
<dt>tiltX</dt>
|
||||
<dd>The plane angle between the Y-Z plane and the plane containing both the stylus axis and the Y axis, in degrees of the range [-90,90], a positive tiltX is to the right (default: 0).</dd>
|
||||
<dt>tiltY</dt>
|
||||
<dd>The plane angle between the X-Z plane and the plane containing both the stylus axis and the X axis, in degrees of the range [-90,90], a positive tiltY is towards the user (default: 0).</dd>
|
||||
<dt>twist</dt>
|
||||
<dd>The clockwise rotation of a pen stylus around its own major axis, in degrees in the range [0,359] (default: 0).</dd>
|
||||
<dt>deltaX</dt>
|
||||
<dd>X delta in CSS pixels for mouse wheel event (default: 0).</dd>
|
||||
<dt>deltaY</dt>
|
||||
<dd>Y delta in CSS pixels for mouse wheel event (default: 0).</dd>
|
||||
<dt>pointerType</dt>
|
||||
<dd>Pointer type (default: "mouse").</dd>
|
||||
</dl>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="SimulateTouchEvent-TCefSimulatedTouchEventType-TCefSimulatedTouchPointArray-integer-single-"></span><code>procedure <strong>SimulateTouchEvent</strong>(type_: <a href="uCEFTypes.html#TCefSimulatedTouchEventType">TCefSimulatedTouchEventType</a>; var touchPoints: <a href="uCEFTypes.html#TCefSimulatedTouchPointArray">TCefSimulatedTouchPointArray</a>; modifiers: integer = <a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE">CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE</a>; timestamp: single = 0);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
Dispatches a touch event to the page using the "Input.dispatchTouchEvent" DevTools method. The browser has to be focused before simulating any key event. </p>
|
||||
<p>
|
||||
|
||||
|
||||
<p>
|
||||
|
||||
<p>
|
||||
|
||||
<p>
|
||||
|
||||
<p><see href="<a href="https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchTouchEvent">https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchTouchEvent</a>">See the "Input.dispatchTouchEvent" DevTools method.)</p>
|
||||
<h6 class="description_section">Parameters</h6>
|
||||
<dl class="parameters">
|
||||
<dt>type_</dt>
|
||||
<dd>Type of touch event.</dd>
|
||||
<dt>touchPoints</dt>
|
||||
<dd>Array of touch points.</dd>
|
||||
<dt>modifiers</dt>
|
||||
<dd>Bit field representing pressed modifier keys. Alt=1, Ctrl=2, Meta/Command=4, Shift=8.(default: 0). See the CEF_MOUSETOUCH_EVENT_MODIFIERS_* constants.</dd>
|
||||
<dt>timestamp</dt>
|
||||
<dd>Time at which the event occurred.</dd>
|
||||
</dl>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="SimulateEditingCommand-TCefEditingCommand-"></span><code>procedure <strong>SimulateEditingCommand</strong>(command : <a href="uCEFTypes.html#TCefEditingCommand">TCefEditingCommand</a>);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
Simulate editing commands using the "Input.dispatchKeyEvent" DevTools method. </p>
|
||||
<p>
|
||||
|
||||
|
||||
<p><see href="<a href="https://chromedevtools.github.io/devtools-protocol/1-3/Input/#method-dispatchKeyEvent">https://chromedevtools.github.io/devtools-protocol/1-3/Input/#method-dispatchKeyEvent</a>">See the "Input.dispatchKeyEvent" DevTools method.)
|
||||
|
||||
<p><see href="<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/master:third_party/blink/renderer/core/editing/commands/editor_command_names.h">See the Chromium sources.)</p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="ClearCertificateExceptions-boolean-"></span><code>function <strong>ClearCertificateExceptions</strong>(aClearImmediately : boolean = True) : boolean;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
|
@ -3238,36 +3238,69 @@
|
||||
<td class="itemcode"><code><strong><a href="uCEFConstants.html#USER_DEFAULT_SCREEN_DPI">USER_DEFAULT_SCREEN_DPI</a></strong> = 96;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE">CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE</a></strong> = 0;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_ALT">CEF_MOUSETOUCH_EVENT_MODIFIERS_ALT</a></strong> = 1 shl 0;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_CTRL">CEF_MOUSETOUCH_EVENT_MODIFIERS_CTRL</a></strong> = 1 shl 1;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_METACMD">CEF_MOUSETOUCH_EVENT_MODIFIERS_METACMD</a></strong> = 1 shl 2;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_SHIFT">CEF_MOUSETOUCH_EVENT_MODIFIERS_SHIFT</a></strong> = 1 shl 3;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_NONE">CEF_PRESSED_MOUSE_BUTTONS_NONE</a></strong> = 0;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_LEFT">CEF_PRESSED_MOUSE_BUTTONS_LEFT</a></strong> = 1 shl 0;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_RIGHT">CEF_PRESSED_MOUSE_BUTTONS_RIGHT</a></strong> = 1 shl 1;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_MIDDLE">CEF_PRESSED_MOUSE_BUTTONS_MIDDLE</a></strong> = 1 shl 2;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_BACK">CEF_PRESSED_MOUSE_BUTTONS_BACK</a></strong> = 1 shl 3;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_FORWARD">CEF_PRESSED_MOUSE_BUTTONS_FORWARD</a></strong> = 1 shl 4;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CHROMIUM_NONBROWSERSHUTDOWNPRIORITY">CHROMIUM_NONBROWSERSHUTDOWNPRIORITY</a></strong> = $280;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFConstants.html#INFINITE">INFINITE</a></strong> = Cardinal($FFFFFFFF);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pidWin32">pidWin32</a></strong> = 0;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pidWin64">pidWin64</a></strong> = 0;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pfidWindows">pfidWindows</a></strong> = <a href="uCEFConstants.html#pidWin32">pidWin32</a> or <a href="uCEFConstants.html#pidWin64">pidWin64</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pidOSX32">pidOSX32</a></strong> = 0;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pidOSX64">pidOSX64</a></strong> = 0;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pidOSXArm64">pidOSXArm64</a></strong> = 0;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pfidOSX">pfidOSX</a></strong> = <a href="uCEFConstants.html#pidOSX32">pidOSX32</a> or <a href="uCEFConstants.html#pidOSX64">pidOSX64</a> or <a href="uCEFConstants.html#pidOSXArm64">pidOSXArm64</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pidLinux64">pidLinux64</a></strong> = 0;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pfidLinux">pfidLinux</a></strong> = <a href="uCEFConstants.html#pidLinux64">pidLinux64</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -12815,6 +12848,87 @@ These contants are declared in the "Windows" unit but some old Delphi
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE"></span><code><strong>CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE</strong> = 0;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p>
|
||||
Modifier values used in the Input.dispatchTouchEvent and Input.dispatchMouseEvent DevTools methods. Bit field representing pressed modifier keys. Alt=1, Ctrl=2, Meta/Command=4, Shift=8 (default: 0). <a href="https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchTouchEvent">https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchTouchEvent</a></p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_MOUSETOUCH_EVENT_MODIFIERS_ALT"></span><code><strong>CEF_MOUSETOUCH_EVENT_MODIFIERS_ALT</strong> = 1 shl 0;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_MOUSETOUCH_EVENT_MODIFIERS_CTRL"></span><code><strong>CEF_MOUSETOUCH_EVENT_MODIFIERS_CTRL</strong> = 1 shl 1;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_MOUSETOUCH_EVENT_MODIFIERS_METACMD"></span><code><strong>CEF_MOUSETOUCH_EVENT_MODIFIERS_METACMD</strong> = 1 shl 2;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_MOUSETOUCH_EVENT_MODIFIERS_SHIFT"></span><code><strong>CEF_MOUSETOUCH_EVENT_MODIFIERS_SHIFT</strong> = 1 shl 3;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_PRESSED_MOUSE_BUTTONS_NONE"></span><code><strong>CEF_PRESSED_MOUSE_BUTTONS_NONE</strong> = 0;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p>
|
||||
Modifier values used in the Input.dispatchMouseEvent DevTools method. A number indicating which buttons are pressed on the mouse when a mouse event is triggered. Left=1, Right=2, Middle=4, Back=8, Forward=16, None=0. <a href="https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchMouseEvent">https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchMouseEvent</a></p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_PRESSED_MOUSE_BUTTONS_LEFT"></span><code><strong>CEF_PRESSED_MOUSE_BUTTONS_LEFT</strong> = 1 shl 0;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_PRESSED_MOUSE_BUTTONS_RIGHT"></span><code><strong>CEF_PRESSED_MOUSE_BUTTONS_RIGHT</strong> = 1 shl 1;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_PRESSED_MOUSE_BUTTONS_MIDDLE"></span><code><strong>CEF_PRESSED_MOUSE_BUTTONS_MIDDLE</strong> = 1 shl 2;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_PRESSED_MOUSE_BUTTONS_BACK"></span><code><strong>CEF_PRESSED_MOUSE_BUTTONS_BACK</strong> = 1 shl 3;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CEF_PRESSED_MOUSE_BUTTONS_FORWARD"></span><code><strong>CEF_PRESSED_MOUSE_BUTTONS_FORWARD</strong> = 1 shl 4;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="CHROMIUM_NONBROWSERSHUTDOWNPRIORITY"></span><code><strong>CHROMIUM_NONBROWSERSHUTDOWNPRIORITY</strong> = $280;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
|
@ -41,6 +41,14 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#FAcceptExtensions">FAcceptExtensions</a></strong>: TStrings;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#FAcceptDescriptions">FAcceptDescriptions</a></strong>: TStrings;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#FCallback">FCallback</a></strong>: <a href="uCEFInterfaces.ICefFileDialogCallback.html">ICefFileDialogCallback</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
@ -84,22 +92,34 @@
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#CEFAcceptFilterToDialogFilter-ustring-">CEFAcceptFilterToDialogFilter</a></strong>(const aAcceptFilter : <a href="uCEFTypes.html#ustring">ustring</a>) : <a href="uCEFTypes.html#ustring">ustring</a>; virtual;</code></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#SetAcceptExtensions-TStrings-">SetAcceptExtensions</a></strong>(const aAcceptExtensions : TStrings);</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#GetDefaultMimeTypeDescription-ustring-">GetDefaultMimeTypeDescription</a></strong>(const aMimeType : <a href="uCEFTypes.html#ustring">ustring</a>) : <a href="uCEFTypes.html#ustring">ustring</a>; virtual;</code></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#SetAcceptDescriptions-TStrings-">SetAcceptDescriptions</a></strong>(const aAcceptDescriptions : TStrings);</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#Create">Create</a></strong>;</code></td>
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#ConvertExtensions-ustring-">ConvertExtensions</a></strong>(aExtensions : <a href="uCEFTypes.html#ustring">ustring</a>): <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#CEFAcceptFilterToDialogFilter-ustring-ustring-ustring-">CEFAcceptFilterToDialogFilter</a></strong>(const aAcceptFilter, aExtension, aDescription : <a href="uCEFTypes.html#ustring">ustring</a>) : <a href="uCEFTypes.html#ustring">ustring</a>; virtual;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#GetDefaultMimeTypeDescription-ustring-">GetDefaultMimeTypeDescription</a></strong>(const aMimeType : <a href="uCEFTypes.html#ustring">ustring</a>) : <a href="uCEFTypes.html#ustring">ustring</a>; virtual;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>destructor <strong><a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#Destroy">Destroy</a></strong>; override;</code></td>
|
||||
<td class="itemcode"><code>constructor <strong><a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#Create">Create</a></strong>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>destructor <strong><a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#Destroy">Destroy</a></strong>; override;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>procedure <strong><a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#Clear">Clear</a></strong>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -123,6 +143,14 @@
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#AcceptExtensions">AcceptExtensions</a></strong> : TStrings write <a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#SetAcceptExtensions-TStrings-">SetAcceptExtensions</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#AcceptDescriptions">AcceptDescriptions</a></strong> : TStrings write <a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#SetAcceptDescriptions-TStrings-">SetAcceptDescriptions</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code>property <strong><a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#Callback">Callback</a></strong> : <a href="uCEFInterfaces.ICefFileDialogCallback.html">ICefFileDialogCallback</a> read <a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#FCallback">FCallback</a> write <a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#FCallback">FCallback</a>;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
@ -195,6 +223,22 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FAcceptExtensions"></span><code><strong>FAcceptExtensions</strong>: TStrings;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FAcceptDescriptions"></span><code><strong>FAcceptDescriptions</strong>: TStrings;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="FCallback"></span><code><strong>FCallback</strong>: <a href="uCEFInterfaces.ICefFileDialogCallback.html">ICefFileDialogCallback</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
@ -276,7 +320,31 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="CEFAcceptFilterToDialogFilter-ustring-"></span><code>function <strong>CEFAcceptFilterToDialogFilter</strong>(const aAcceptFilter : <a href="uCEFTypes.html#ustring">ustring</a>) : <a href="uCEFTypes.html#ustring">ustring</a>; virtual;</code></td>
|
||||
<td class="itemcode"><span id="SetAcceptExtensions-TStrings-"></span><code>procedure <strong>SetAcceptExtensions</strong>(const aAcceptExtensions : TStrings);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="SetAcceptDescriptions-TStrings-"></span><code>procedure <strong>SetAcceptDescriptions</strong>(const aAcceptDescriptions : TStrings);</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="ConvertExtensions-ustring-"></span><code>function <strong>ConvertExtensions</strong>(aExtensions : <a href="uCEFTypes.html#ustring">ustring</a>): <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
||||
<td class="itemcode"><span id="CEFAcceptFilterToDialogFilter-ustring-ustring-ustring-"></span><code>function <strong>CEFAcceptFilterToDialogFilter</strong>(const aAcceptFilter, aExtension, aDescription : <a href="uCEFTypes.html#ustring">ustring</a>) : <a href="uCEFTypes.html#ustring">ustring</a>; virtual;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
@ -349,6 +417,22 @@
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="AcceptExtensions"></span><code>property <strong>AcceptExtensions</strong> : TStrings write <a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#SetAcceptExtensions-TStrings-">SetAcceptExtensions</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="AcceptDescriptions"></span><code>property <strong>AcceptDescriptions</strong> : TStrings write <a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#SetAcceptDescriptions-TStrings-">SetAcceptDescriptions</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p class="nodescription">This item has no description.</p></td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="Callback"></span><code>property <strong>Callback</strong> : <a href="uCEFInterfaces.ICefFileDialogCallback.html">ICefFileDialogCallback</a> read <a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#FCallback">FCallback</a> write <a href="uCEFFileDialogInfo.TCEFFileDialogInfo.html#FCallback">FCallback</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
|
@ -492,6 +492,9 @@
|
||||
<tr class="list">
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFMiscFunctions.html#IsCEFSubprocess">IsCEFSubprocess</a></strong>: boolean;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="itemcode"><code>function <strong><a href="uCEFMiscFunctions.html#EditingCommandToString-TCefEditingCommand-">EditingCommandToString</a></strong>(aEditingCommand : <a href="uCEFTypes.html#TCefEditingCommand">TCefEditingCommand</a>): <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<span id="PasDoc-Constants"></span><h3 class="summary">Constants</h3>
|
||||
<table class="summary wide_list">
|
||||
@ -1928,6 +1931,15 @@ Converts PCefString to ustring.</p>
|
||||
Returns true if the command line switch has a "type" value. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="itemcode"><span id="EditingCommandToString-TCefEditingCommand-"></span><code>function <strong>EditingCommandToString</strong>(aEditingCommand : <a href="uCEFTypes.html#TCefEditingCommand">TCefEditingCommand</a>): <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="1">
|
||||
<p>
|
||||
Convert an editting command to string. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<h3 class="detail">Constants</h3>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
|
189
docs/html/uCEFTypes.TCefSimulatedTouchPoint.html
Normal file
189
docs/html/uCEFTypes.TCefSimulatedTouchPoint.html
Normal file
@ -0,0 +1,189 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>cef4delphi: uCEFTypes: Record TCefSimulatedTouchPoint</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="generator" content="PasDoc 0.16.0-snapshot">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
|
||||
</head>
|
||||
<body>
|
||||
<span id="TCefSimulatedTouchPoint"></span><h1 class="cio">Record TCefSimulatedTouchPoint</h1>
|
||||
<div class="sections">
|
||||
<div class="one_section"><a class="section" href="#PasDoc-Description">Description</a></div><div class="one_section">Hierarchy</div><div class="one_section"><a class="section" href="#PasDoc-Fields">Fields</a></div><div class="one_section">Methods</div><div class="one_section">Properties</div></div>
|
||||
<span id="PasDoc-Description"></span><h2 class="unit">Unit</h2>
|
||||
<p class="unitlink">
|
||||
<a href="uCEFTypes.html">uCEFTypes</a></p>
|
||||
<h2 class="declaration">Declaration</h2>
|
||||
<p class="declaration">
|
||||
<code>type TCefSimulatedTouchPoint = record</code></p>
|
||||
<h2 class="description">Description</h2>
|
||||
<p>
|
||||
Structure representing a simulated touch point. </p>
|
||||
<p>
|
||||
|
||||
|
||||
<p><see href="<a href="https://chromedevtools.github.io/devtools-protocol/tot/Input/#type-TouchPoint">https://chromedevtools.github.io/devtools-protocol/tot/Input/#type-TouchPoint</a>">See the Input.TouchPoint type in the DevTools docs.)</p>
|
||||
<h2 class="overview">Overview</h2>
|
||||
<span id="PasDoc-Fields"></span><h3 class="summary">Fields</h3>
|
||||
<table class="summary wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefSimulatedTouchPoint.html#id">id</a></strong>: integer;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefSimulatedTouchPoint.html#x">x</a></strong>: integer;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefSimulatedTouchPoint.html#y">y</a></strong>: integer;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefSimulatedTouchPoint.html#radiusX">radiusX</a></strong>: single;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefSimulatedTouchPoint.html#radiusY">radiusY</a></strong>: single;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefSimulatedTouchPoint.html#rotationAngle">rotationAngle</a></strong>: single;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefSimulatedTouchPoint.html#force">force</a></strong>: single;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefSimulatedTouchPoint.html#tangentialPressure">tangentialPressure</a></strong>: single;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefSimulatedTouchPoint.html#tiltX">tiltX</a></strong>: integer;</code></td>
|
||||
</tr>
|
||||
<tr class="list2">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefSimulatedTouchPoint.html#tiltY">tiltY</a></strong>: integer;</code></td>
|
||||
</tr>
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefSimulatedTouchPoint.html#twist">twist</a></strong>: integer;</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="description">Description</h2>
|
||||
<h3 class="detail">Fields</h3>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="id"></span><code><strong>id</strong>: integer;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
Identifier used to track touch sources between events, must be unique within an event. This is an optional value. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="x"></span><code><strong>x</strong>: integer;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
X coordinate of the event relative to the main frame's viewport in CSS pixels. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="y"></span><code><strong>y</strong>: integer;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
Y coordinate of the event relative to the main frame's viewport in CSS pixels. 0 refers to the top of the viewport and Y increases as it proceeds towards the bottom of the viewport. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="radiusX"></span><code><strong>radiusX</strong>: single;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
X radius of the touch area (default: 1.0). This is an optional value. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="radiusY"></span><code><strong>radiusY</strong>: single;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
Y radius of the touch area (default: 1.0). This is an optional value. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="rotationAngle"></span><code><strong>rotationAngle</strong>: single;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
Rotation angle (default: 0.0). This is an optional value. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="force"></span><code><strong>force</strong>: single;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
Force (default: 1.0). This is an optional value. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="tangentialPressure"></span><code><strong>tangentialPressure</strong>: single;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
The normalized tangential pressure, which has a range of [-1,1] (default: 0). This is an optional value. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="tiltX"></span><code><strong>tiltX</strong>: integer;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
The plane angle between the Y-Z plane and the plane containing both the stylus axis and the Y axis, in degrees of the range [-90,90], a positive tiltX is to the right (default: 0) This is an optional value. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="tiltY"></span><code><strong>tiltY</strong>: integer;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
The plane angle between the X-Z plane and the plane containing both the stylus axis and the X axis, in degrees of the range [-90,90], a positive tiltY is towards the user (default: 0). This is an optional value. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table class="detail wide_list">
|
||||
<tr class="list">
|
||||
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
||||
<td class="itemcode"><span id="twist"></span><code><strong>twist</strong>: integer;</code></td>
|
||||
</tr>
|
||||
<tr><td colspan="2">
|
||||
<p>
|
||||
The clockwise rotation of a pen stylus around its own major axis, in degrees in the range [0,359] (default: 0). This is an optional value. </p>
|
||||
</td></tr>
|
||||
</table>
|
||||
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 0.16.0-snapshot</a>. </em>
|
||||
</span>
|
||||
</body></html>
|
File diff suppressed because it is too large
Load Diff
@ -903,23 +903,80 @@ type
|
||||
/// key event.
|
||||
/// </summary>
|
||||
/// <param name="type_">Type of the key event.</param>
|
||||
/// <param name="modifiers">Bit field representing pressed modifier keys. Alt=1, Ctrl=2, Meta/Command=4, Shift=8.</param>
|
||||
/// <param name="windowsVirtualKeyCode">Windows virtual key code.</param>
|
||||
/// <param name="nativeVirtualKeyCode">Native virtual key code.</param>
|
||||
/// <param name="modifiers">Bit field representing pressed modifier keys. Alt=1, Ctrl=2, Meta/Command=4, Shift=8.(default: 0).</param>
|
||||
/// <param name="timestamp">Time at which the event occurred.</param>
|
||||
/// <param name="location">Whether the event was from the left or right side of the keyboard. 1=Left, 2=Right.</param>
|
||||
/// <param name="autoRepeat">Whether the event was generated from auto repeat.</param>
|
||||
/// <param name="isKeypad">Whether the event was generated from the keypad.</param>
|
||||
/// <param name="isSystemKey">Whether the event was a system key event.</param>
|
||||
/// <param name="text">Text as generated by processing a virtual key code with a keyboard layout. Not needed for for keyUp and rawKeyDown events.</param>
|
||||
/// <param name="unmodifiedtext">Text that would have been generated by the keyboard if no modifiers were pressed (except for shift). Useful for shortcut (accelerator) key handling.</param>
|
||||
/// <param name="keyIdentifier">Unique key identifier (e.g., 'U+0041').</param>
|
||||
/// <param name="code">Unique DOM defined string value for each physical key (e.g., 'KeyA').</param>
|
||||
/// <param name="key">Unique DOM defined string value describing the meaning of the key in the context of active modifiers, keyboard layout, etc (e.g., 'AltGr').</param>
|
||||
/// <param name="text">Text as generated by processing a virtual key code with a keyboard layout. Not needed for for keyUp and rawKeyDown events.(default: "")</param>
|
||||
/// <param name="unmodifiedtext">Text that would have been generated by the keyboard if no modifiers were pressed (except for shift). Useful for shortcut (accelerator) key handling.(default: "").</param>
|
||||
/// <param name="keyIdentifier">Unique key identifier (e.g., 'U+0041').(default: "").</param>
|
||||
/// <param name="code">Unique DOM defined string value for each physical key (e.g., 'KeyA').(default: "").</param>
|
||||
/// <param name="key">Unique DOM defined string value describing the meaning of the key in the context of active modifiers, keyboard layout, etc (e.g., 'AltGr').(default: "").</param>
|
||||
/// <param name="windowsVirtualKeyCode">Windows virtual key code.(default: 0).</param>
|
||||
/// <param name="nativeVirtualKeyCode">Native virtual key code.(default: 0).</param>
|
||||
/// <param name="autoRepeat">Whether the event was generated from auto repeat.(default: false).</param>
|
||||
/// <param name="isKeypad">Whether the event was generated from the keypad.(default: false).</param>
|
||||
/// <param name="isSystemKey">Whether the event was a system key event.(default: false).</param>
|
||||
/// <param name="location">Whether the event was from the left or right side of the keyboard. 1=Left, 2=Right.(default: 0).</param>
|
||||
/// <param name="commands">Editing commands to send with the key event (e.g., 'selectAll') (default: []). These are related to but not equal the command names used in document.execCommand and NSStandardKeyBindingResponding. See https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/editing/commands/editor_command_names.h for valid command names.</param>
|
||||
/// <remarks>
|
||||
/// <para><see href="https://chromedevtools.github.io/devtools-protocol/1-3/Input/#method-dispatchKeyEvent">See the "Input.dispatchKeyEvent" DevTools method.</see></para>
|
||||
/// </remarks>
|
||||
procedure SimulateKeyEvent(type_: TSimulatedCefKeyEventType; modifiers, windowsVirtualKeyCode, nativeVirtualKeyCode: integer; timestamp: integer = 0; location: integer = 0; autoRepeat: boolean = False; isKeypad: boolean = False; isSystemKey: boolean = False; const text: ustring = ''; const unmodifiedtext: ustring = ''; const keyIdentifier: ustring = ''; const code: ustring = ''; const key: ustring = '');
|
||||
procedure SimulateKeyEvent(type_: TSimulatedCefKeyEventType; modifiers: integer = CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE;
|
||||
timestamp: single = 0; const text: ustring = ''; const unmodifiedtext: ustring = '';
|
||||
const keyIdentifier: ustring = ''; const code: ustring = ''; const key: ustring = '';
|
||||
windowsVirtualKeyCode: integer = 0; nativeVirtualKeyCode: integer = 0;
|
||||
autoRepeat: boolean = False; isKeypad: boolean = False; isSystemKey: boolean = False;
|
||||
location: TCefKeyLocation = CEF_KEYLOCATION_NONE; commands: TCefEditingCommand = ecNone);
|
||||
/// <summary>
|
||||
/// Dispatches a key event to the page using the "Input.dispatchKeyEvent"
|
||||
/// DevTools method. The browser has to be focused before simulating any
|
||||
/// key event.
|
||||
/// </summary>
|
||||
/// <param name="type_">Type of the mouse event.</param>
|
||||
/// <param name="x">X coordinate of the event relative to the main frame's viewport in CSS pixels.</param>
|
||||
/// <param name="y">Y coordinate of the event relative to the main frame's viewport in CSS pixels. 0 refers to the top of the viewport and Y increases as it proceeds towards the bottom of the viewport.</param>
|
||||
/// <param name="modifiers">Bit field representing pressed modifier keys. Alt=1, Ctrl=2, Meta/Command=4, Shift=8 (default: 0). See the CEF_MOUSETOUCH_EVENT_MODIFIERS_* constants.</param>
|
||||
/// <param name="timestamp">Time at which the event occurred.</param>
|
||||
/// <param name="button">Mouse button (default: "none").</param>
|
||||
/// <param name="buttons">A number indicating which buttons are pressed on the mouse when a mouse event is triggered. Left=1, Right=2, Middle=4, Back=8, Forward=16, None=0.</param>
|
||||
/// <param name="clickCount">Number of times the mouse button was clicked (default: 0).</param>
|
||||
/// <param name="force">The normalized pressure, which has a range of [0,1] (default: 0). </param>
|
||||
/// <param name="tangentialPressure">The normalized tangential pressure, which has a range of [-1,1] (default: 0).</param>
|
||||
/// <param name="tiltX">The plane angle between the Y-Z plane and the plane containing both the stylus axis and the Y axis, in degrees of the range [-90,90], a positive tiltX is to the right (default: 0).</param>
|
||||
/// <param name="tiltY">The plane angle between the X-Z plane and the plane containing both the stylus axis and the X axis, in degrees of the range [-90,90], a positive tiltY is towards the user (default: 0).</param>
|
||||
/// <param name="twist">The clockwise rotation of a pen stylus around its own major axis, in degrees in the range [0,359] (default: 0).</param>
|
||||
/// <param name="deltaX">X delta in CSS pixels for mouse wheel event (default: 0).</param>
|
||||
/// <param name="deltaY">Y delta in CSS pixels for mouse wheel event (default: 0).</param>
|
||||
/// <param name="pointerType">Pointer type (default: "mouse").</param>
|
||||
/// <remarks>
|
||||
/// <para><see href="https://chromedevtools.github.io/devtools-protocol/1-3/Input/#method-dispatchKeyEvent">See the "Input.dispatchKeyEvent" DevTools method.</see></para>
|
||||
/// </remarks>
|
||||
procedure SimulateMouseEvent(type_: TCefSimulatedMouseEventType; x, y: single; modifiers: integer = CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE;
|
||||
timestamp: single = 0; button: TCefSimulatedMouseButton = CEF_SIMULATEDMOUSEBUTTON_NONE;
|
||||
buttons: integer = CEF_PRESSED_MOUSE_BUTTONS_NONE; clickCount: integer = 0; force: single = 0;
|
||||
tangentialPressure: single = 0; tiltX: single = 0; tiltY: single = 0; twist: integer = 0;
|
||||
deltaX: single = 0; deltaY: single = 0; pointerType: TCefSimulatedPointerType = CEF_SIMULATEDPOINTERTYPE_MOUSE);
|
||||
/// <summary>
|
||||
/// Dispatches a touch event to the page using the "Input.dispatchTouchEvent"
|
||||
/// DevTools method. The browser has to be focused before simulating any
|
||||
/// key event.
|
||||
/// </summary>
|
||||
/// <param name="type_">Type of touch event.</param>
|
||||
/// <param name="touchPoints">Array of touch points.</param>
|
||||
/// <param name="modifiers">Bit field representing pressed modifier keys. Alt=1, Ctrl=2, Meta/Command=4, Shift=8.(default: 0). See the CEF_MOUSETOUCH_EVENT_MODIFIERS_* constants.</param>
|
||||
/// <param name="timestamp">Time at which the event occurred.</param>
|
||||
/// <remarks>
|
||||
/// <para><see href="https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchTouchEvent">See the "Input.dispatchTouchEvent" DevTools method.</see></para>
|
||||
/// </remarks>
|
||||
procedure SimulateTouchEvent(type_: TCefSimulatedTouchEventType; var touchPoints: TCefSimulatedTouchPointArray;
|
||||
modifiers: integer = CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE; timestamp: single = 0);
|
||||
/// <summary>
|
||||
/// Simulate editing commands using the "Input.dispatchKeyEvent" DevTools method.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// <para><see href="https://chromedevtools.github.io/devtools-protocol/1-3/Input/#method-dispatchKeyEvent">See the "Input.dispatchKeyEvent" DevTools method.</see></para>
|
||||
/// <para><see href="https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/core/editing/commands/editor_command_names.h">See the Chromium sources.</see></para>
|
||||
/// </remarks>
|
||||
procedure SimulateEditingCommand(command : TCefEditingCommand);
|
||||
/// <summary>
|
||||
/// <para>Clears all certificate exceptions that were added as part of handling
|
||||
/// OnCertificateError. If you call this it is recommended that you also call
|
||||
@ -6944,20 +7001,22 @@ end;
|
||||
|
||||
procedure TChromiumCore.SimulateKeyEvent( type_ : TSimulatedCefKeyEventType;
|
||||
modifiers : integer;
|
||||
windowsVirtualKeyCode : integer;
|
||||
nativeVirtualKeyCode : integer;
|
||||
timestamp : integer;
|
||||
location : integer;
|
||||
autoRepeat : boolean;
|
||||
isKeypad : boolean;
|
||||
isSystemKey : boolean;
|
||||
timestamp : single;
|
||||
const text : ustring;
|
||||
const unmodifiedtext : ustring;
|
||||
const keyIdentifier : ustring;
|
||||
const code : ustring;
|
||||
const key : ustring);
|
||||
const key : ustring;
|
||||
windowsVirtualKeyCode : integer;
|
||||
nativeVirtualKeyCode : integer;
|
||||
autoRepeat : boolean;
|
||||
isKeypad : boolean;
|
||||
isSystemKey : boolean;
|
||||
location : TCefKeyLocation;
|
||||
commands : TCefEditingCommand);
|
||||
var
|
||||
TempParams : ICefDictionaryValue;
|
||||
TempList : ICefListValue;
|
||||
begin
|
||||
try
|
||||
TempParams := TCefDictionaryValueRef.New;
|
||||
@ -6969,19 +7028,226 @@ begin
|
||||
ketChar : TempParams.SetString('type', 'char');
|
||||
end;
|
||||
|
||||
TempParams.SetInt('modifiers', modifiers);
|
||||
TempParams.SetInt('timestamp', timestamp);
|
||||
TempParams.SetString('text', text);
|
||||
TempParams.SetString('unmodifiedtext', unmodifiedtext);
|
||||
TempParams.SetString('keyIdentifier', keyIdentifier);
|
||||
TempParams.SetString('code', code);
|
||||
TempParams.SetString('key', key);
|
||||
TempParams.SetInt('windowsVirtualKeyCode', windowsVirtualKeyCode);
|
||||
TempParams.SetInt('nativeVirtualKeyCode', nativeVirtualKeyCode);
|
||||
TempParams.SetBool('autoRepeat', autoRepeat);
|
||||
TempParams.SetBool('isKeypad', isKeypad);
|
||||
TempParams.SetBool('isSystemKey', isSystemKey);
|
||||
TempParams.SetInt('location', location);
|
||||
if (modifiers <> CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE) then
|
||||
TempParams.SetInt('modifiers', modifiers);
|
||||
|
||||
if (timestamp <> 0) then
|
||||
TempParams.SetDouble('timestamp', timestamp);
|
||||
|
||||
if (length(text) > 0) then
|
||||
TempParams.SetString('text', text);
|
||||
|
||||
if (length(unmodifiedtext) > 0) then
|
||||
TempParams.SetString('unmodifiedtext', unmodifiedtext);
|
||||
|
||||
if (length(keyIdentifier) > 0) then
|
||||
TempParams.SetString('keyIdentifier', keyIdentifier);
|
||||
|
||||
if (length(code) > 0) then
|
||||
TempParams.SetString('code', code);
|
||||
|
||||
if (length(key) > 0) then
|
||||
TempParams.SetString('key', key);
|
||||
|
||||
if (windowsVirtualKeyCode <> 0) then
|
||||
TempParams.SetInt('windowsVirtualKeyCode', windowsVirtualKeyCode);
|
||||
|
||||
if (nativeVirtualKeyCode <> 0) then
|
||||
TempParams.SetInt('nativeVirtualKeyCode', nativeVirtualKeyCode);
|
||||
|
||||
if autoRepeat then
|
||||
TempParams.SetBool('autoRepeat', autoRepeat);
|
||||
|
||||
if isKeypad then
|
||||
TempParams.SetBool('isKeypad', isKeypad);
|
||||
|
||||
if isSystemKey then
|
||||
TempParams.SetBool('isSystemKey', isSystemKey);
|
||||
|
||||
if (location <> CEF_KEYLOCATION_NONE) then
|
||||
TempParams.SetInt('location', integer(location));
|
||||
|
||||
if (commands <> ecNone) then
|
||||
begin
|
||||
TempList := TCefListValueRef.New;
|
||||
TempList.SetString(0, EditingCommandToString(commands));
|
||||
TempParams.SetList('commands', TempList);
|
||||
end;
|
||||
|
||||
ExecuteDevToolsMethod(0, 'Input.dispatchKeyEvent', TempParams);
|
||||
finally
|
||||
TempParams := nil;
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TChromiumCore.SimulateMouseEvent(type_ : TCefSimulatedMouseEventType;
|
||||
x : single;
|
||||
y : single;
|
||||
modifiers : integer;
|
||||
timestamp : single;
|
||||
button : TCefSimulatedMouseButton;
|
||||
buttons : integer;
|
||||
clickCount : integer;
|
||||
force : single;
|
||||
tangentialPressure : single;
|
||||
tiltX : single;
|
||||
tiltY : single;
|
||||
twist : integer;
|
||||
deltaX : single;
|
||||
deltaY : single;
|
||||
pointerType : TCefSimulatedPointerType);
|
||||
var
|
||||
TempParams : ICefDictionaryValue;
|
||||
begin
|
||||
try
|
||||
TempParams := TCefDictionaryValueRef.New;
|
||||
|
||||
case type_ of
|
||||
mousePressed : TempParams.SetString('type', 'mousePressed');
|
||||
mouseReleased : TempParams.SetString('type', 'mouseReleased');
|
||||
mouseMoved : TempParams.SetString('type', 'mouseMoved');
|
||||
mouseWheel : TempParams.SetString('type', 'mouseWheel');
|
||||
end;
|
||||
|
||||
TempParams.SetDouble('x', x);
|
||||
TempParams.SetDouble('y', y);
|
||||
|
||||
if (modifiers <> CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE) then
|
||||
TempParams.SetInt('modifiers', modifiers);
|
||||
|
||||
if (timestamp <> 0) then
|
||||
TempParams.SetDouble('timestamp', timestamp);
|
||||
|
||||
case button of
|
||||
CEF_SIMULATEDMOUSEBUTTON_LEFT : TempParams.SetString('button', 'left');
|
||||
CEF_SIMULATEDMOUSEBUTTON_MIDDLE : TempParams.SetString('button', 'middle');
|
||||
CEF_SIMULATEDMOUSEBUTTON_RIGHT : TempParams.SetString('button', 'right');
|
||||
CEF_SIMULATEDMOUSEBUTTON_BACK : TempParams.SetString('button', 'back');
|
||||
CEF_SIMULATEDMOUSEBUTTON_FORWARD : TempParams.SetString('button', 'forward');
|
||||
end;
|
||||
|
||||
if (buttons <> CEF_PRESSED_MOUSE_BUTTONS_NONE) then
|
||||
TempParams.SetInt('buttons', buttons);
|
||||
|
||||
if (clickCount <> 0) then
|
||||
TempParams.SetInt('clickCount', clickCount);
|
||||
|
||||
if (force <> 0) then
|
||||
TempParams.SetDouble('force', force);
|
||||
|
||||
if (tangentialPressure <> 0) then
|
||||
TempParams.SetDouble('tangentialPressure', tangentialPressure);
|
||||
|
||||
if (tiltX <> 0) then
|
||||
TempParams.SetDouble('tiltX', tiltX);
|
||||
|
||||
if (tiltY <> 0) then
|
||||
TempParams.SetDouble('tiltY', tiltY);
|
||||
|
||||
if (twist <> 0) then
|
||||
TempParams.SetInt('twist', twist);
|
||||
|
||||
if (deltaX <> 0) then
|
||||
TempParams.SetDouble('deltaX', deltaX);
|
||||
|
||||
if (deltaY <> 0) then
|
||||
TempParams.SetDouble('deltaY', deltaY);
|
||||
|
||||
case pointerType of
|
||||
CEF_SIMULATEDPOINTERTYPE_MOUSE : TempParams.SetString('pointerType', 'mouse');
|
||||
CEF_SIMULATEDPOINTERTYPE_PEN : TempParams.SetString('pointerType', 'pen');
|
||||
end;
|
||||
|
||||
ExecuteDevToolsMethod(0, 'Input.dispatchMouseEvent', TempParams);
|
||||
finally
|
||||
TempParams := nil;
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TChromiumCore.SimulateTouchEvent( type_ : TCefSimulatedTouchEventType;
|
||||
var touchPoints : TCefSimulatedTouchPointArray;
|
||||
modifiers : integer;
|
||||
timestamp : single);
|
||||
var
|
||||
TempParams : ICefDictionaryValue;
|
||||
TempPointList : ICefListValue;
|
||||
TempPoint : ICefDictionaryValue;
|
||||
i : integer;
|
||||
begin
|
||||
try
|
||||
TempParams := TCefDictionaryValueRef.New;
|
||||
|
||||
case type_ of
|
||||
touchStart : TempParams.SetString('type', 'touchStart');
|
||||
touchEnd : TempParams.SetString('type', 'touchEnd');
|
||||
touchMove : TempParams.SetString('type', 'touchMove');
|
||||
touchCancel : TempParams.SetString('type', 'touchCancel');
|
||||
end;
|
||||
|
||||
TempPointList := TCefListValueRef.New;
|
||||
i := 0;
|
||||
|
||||
while (i < length(touchPoints)) do
|
||||
begin
|
||||
TempPoint := TCefDictionaryValueRef.New;
|
||||
|
||||
TempPoint.SetInt('x', touchPoints[i].x);
|
||||
TempPoint.SetInt('y', touchPoints[i].y);
|
||||
|
||||
if (touchPoints[i].radiusX <> 1) then
|
||||
TempPoint.SetDouble('radiusX', touchPoints[i].radiusX);
|
||||
|
||||
if (touchPoints[i].radiusY <> 1) then
|
||||
TempPoint.SetDouble('radiusY', touchPoints[i].radiusY);
|
||||
|
||||
if (touchPoints[i].rotationAngle <> 0) then
|
||||
TempPoint.SetDouble('rotationAngle', touchPoints[i].rotationAngle);
|
||||
|
||||
if (touchPoints[i].force <> 1) then
|
||||
TempPoint.SetDouble('force', touchPoints[i].force);
|
||||
|
||||
if (touchPoints[i].tangentialPressure <> 0) then
|
||||
TempPoint.SetDouble('tangentialPressure', touchPoints[i].tangentialPressure);
|
||||
|
||||
if (touchPoints[i].tiltX <> 0) then
|
||||
TempPoint.SetInt('tiltX', touchPoints[i].tiltX);
|
||||
|
||||
if (touchPoints[i].tiltY <> 0) then
|
||||
TempPoint.SetInt('tiltY', touchPoints[i].tiltY);
|
||||
|
||||
if (touchPoints[i].twist <> 0) then
|
||||
TempPoint.SetInt('twist', touchPoints[i].twist);
|
||||
|
||||
TempPointList.SetDictionary(i, TempPoint);
|
||||
inc(i);
|
||||
end;
|
||||
|
||||
TempParams.SetList('touchPoints', TempPointList);
|
||||
|
||||
if (modifiers <> CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE) then
|
||||
TempParams.SetInt('modifiers', modifiers);
|
||||
|
||||
if (timestamp <> 0) then
|
||||
TempParams.SetDouble('timestamp', timestamp);
|
||||
|
||||
ExecuteDevToolsMethod(0, 'Input.dispatchTouchEvent', TempParams);
|
||||
finally
|
||||
TempParams := nil;
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TChromiumCore.SimulateEditingCommand(command : TCefEditingCommand);
|
||||
var
|
||||
TempParams : ICefDictionaryValue;
|
||||
TempList : ICefListValue;
|
||||
begin
|
||||
try
|
||||
TempParams := TCefDictionaryValueRef.New;
|
||||
TempParams.SetString('type', 'char');
|
||||
|
||||
TempList := TCefListValueRef.New;
|
||||
TempList.SetString(0, EditingCommandToString(command));
|
||||
TempParams.SetList('commands', TempList);
|
||||
|
||||
ExecuteDevToolsMethod(0, 'Input.dispatchKeyEvent', TempParams);
|
||||
finally
|
||||
|
@ -3151,6 +3151,25 @@ const
|
||||
USER_DEFAULT_SCREEN_DPI = 96;
|
||||
{$IFEND}
|
||||
|
||||
// Modifier values used in the Input.dispatchTouchEvent and Input.dispatchMouseEvent DevTools methods.
|
||||
// Bit field representing pressed modifier keys. Alt=1, Ctrl=2, Meta/Command=4, Shift=8 (default: 0).
|
||||
// https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchTouchEvent
|
||||
CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE = 0;
|
||||
CEF_MOUSETOUCH_EVENT_MODIFIERS_ALT = 1 shl 0;
|
||||
CEF_MOUSETOUCH_EVENT_MODIFIERS_CTRL = 1 shl 1;
|
||||
CEF_MOUSETOUCH_EVENT_MODIFIERS_METACMD = 1 shl 2;
|
||||
CEF_MOUSETOUCH_EVENT_MODIFIERS_SHIFT = 1 shl 3;
|
||||
|
||||
// Modifier values used in the Input.dispatchMouseEvent DevTools method.
|
||||
// A number indicating which buttons are pressed on the mouse when a mouse event is triggered. Left=1, Right=2, Middle=4, Back=8, Forward=16, None=0.
|
||||
// https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchMouseEvent
|
||||
CEF_PRESSED_MOUSE_BUTTONS_NONE = 0;
|
||||
CEF_PRESSED_MOUSE_BUTTONS_LEFT = 1 shl 0;
|
||||
CEF_PRESSED_MOUSE_BUTTONS_RIGHT = 1 shl 1;
|
||||
CEF_PRESSED_MOUSE_BUTTONS_MIDDLE = 1 shl 2;
|
||||
CEF_PRESSED_MOUSE_BUTTONS_BACK = 1 shl 3;
|
||||
CEF_PRESSED_MOUSE_BUTTONS_FORWARD = 1 shl 4;
|
||||
|
||||
// This constant is defined by Chromium in chrome/app/main_dll_loader_win.cc
|
||||
// It's used with SetProcessShutdownParameters to set a shutdown priority for the
|
||||
// subprocesses. $280 is the default value for applications.
|
||||
|
@ -827,6 +827,10 @@ function IsCEFSubprocess : boolean;
|
||||
{$IFNDEF FPC}{$IFNDEF DELPHI7_UP}
|
||||
function PosEx(const SubStr, S: string; Offset: Cardinal = 1): Integer;
|
||||
{$ENDIF}{$ENDIF}
|
||||
/// <summary>
|
||||
/// Convert an editting command to string.
|
||||
/// </summary>
|
||||
function EditingCommandToString(aEditingCommand : TCefEditingCommand): ustring;
|
||||
|
||||
implementation
|
||||
|
||||
@ -3388,4 +3392,150 @@ begin
|
||||
end;
|
||||
{$ENDIF}{$ENDIF}
|
||||
|
||||
function EditingCommandToString(aEditingCommand : TCefEditingCommand): ustring;
|
||||
begin
|
||||
case aEditingCommand of
|
||||
ecAlignCenter : Result := 'AlignCenter';
|
||||
ecAlignJustified : Result := 'AlignJustified';
|
||||
ecAlignLeft : Result := 'AlignLeft';
|
||||
ecAlignRight : Result := 'AlignRight';
|
||||
ecBackColor : Result := 'BackColor';
|
||||
ecBackwardDelete : Result := 'BackwardDelete';
|
||||
ecBold : Result := 'Bold';
|
||||
ecCopy : Result := 'Copy';
|
||||
ecCreateLink : Result := 'CreateLink';
|
||||
ecCut : Result := 'Cut';
|
||||
ecDefaultParagraphSeparator : Result := 'DefaultParagraphSeparator';
|
||||
ecDelete : Result := 'Delete';
|
||||
ecDeleteBackward : Result := 'DeleteBackward';
|
||||
ecDeleteBackwardByDecomposingPreviousCharacter : Result := 'DeleteBackwardByDecomposingPreviousCharacter';
|
||||
ecDeleteForward : Result := 'DeleteForward';
|
||||
ecDeleteToBeginningOfLine : Result := 'DeleteToBeginningOfLine';
|
||||
ecDeleteToBeginningOfParagraph : Result := 'DeleteToBeginningOfParagraph';
|
||||
ecDeleteToEndOfLine : Result := 'DeleteToEndOfLine';
|
||||
ecDeleteToEndOfParagraph : Result := 'DeleteToEndOfParagraph';
|
||||
ecDeleteToMark : Result := 'DeleteToMark';
|
||||
ecDeleteWordBackward : Result := 'DeleteWordBackward';
|
||||
ecDeleteWordForward : Result := 'DeleteWordForward';
|
||||
ecFindString : Result := 'FindString';
|
||||
ecFontName : Result := 'FontName';
|
||||
ecFontSize : Result := 'FontSize';
|
||||
ecFontSizeDelta : Result := 'FontSizeDelta';
|
||||
ecForeColor : Result := 'ForeColor';
|
||||
ecFormatBlock : Result := 'FormatBlock';
|
||||
ecForwardDelete : Result := 'ForwardDelete';
|
||||
ecHiliteColor : Result := 'HiliteColor';
|
||||
ecIgnoreSpelling : Result := 'IgnoreSpelling';
|
||||
ecIndent : Result := 'Indent';
|
||||
ecInsertBacktab : Result := 'InsertBacktab';
|
||||
ecInsertHorizontalRule : Result := 'InsertHorizontalRule';
|
||||
ecInsertHTML : Result := 'InsertHTML';
|
||||
ecInsertImage : Result := 'InsertImage';
|
||||
ecInsertLineBreak : Result := 'InsertLineBreak';
|
||||
ecInsertNewline : Result := 'InsertNewline';
|
||||
ecInsertNewlineInQuotedContent : Result := 'InsertNewlineInQuotedContent';
|
||||
ecInsertOrderedList : Result := 'InsertOrderedList';
|
||||
ecInsertParagraph : Result := 'InsertParagraph';
|
||||
ecInsertTab : Result := 'InsertTab';
|
||||
ecInsertText : Result := 'InsertText';
|
||||
ecInsertUnorderedList : Result := 'InsertUnorderedList';
|
||||
ecItalic : Result := 'Italic';
|
||||
ecJustifyCenter : Result := 'JustifyCenter';
|
||||
ecJustifyFull : Result := 'JustifyFull';
|
||||
ecJustifyLeft : Result := 'JustifyLeft';
|
||||
ecJustifyNone : Result := 'JustifyNone';
|
||||
ecJustifyRight : Result := 'JustifyRight';
|
||||
ecMakeTextWritingDirectionLeftToRight : Result := 'MakeTextWritingDirectionLeftToRight';
|
||||
ecMakeTextWritingDirectionNatural : Result := 'MakeTextWritingDirectionNatural';
|
||||
ecMakeTextWritingDirectionRightToLeft : Result := 'MakeTextWritingDirectionRightToLeft';
|
||||
ecMoveBackward : Result := 'MoveBackward';
|
||||
ecMoveBackwardAndModifySelection : Result := 'MoveBackwardAndModifySelection';
|
||||
ecMoveDown : Result := 'MoveDown';
|
||||
ecMoveDownAndModifySelection : Result := 'MoveDownAndModifySelection';
|
||||
ecMoveForward : Result := 'MoveForward';
|
||||
ecMoveForwardAndModifySelection : Result := 'MoveForwardAndModifySelection';
|
||||
ecMoveLeft : Result := 'MoveLeft';
|
||||
ecMoveLeftAndModifySelection : Result := 'MoveLeftAndModifySelection';
|
||||
ecMovePageDown : Result := 'MovePageDown';
|
||||
ecMovePageDownAndModifySelection : Result := 'MovePageDownAndModifySelection';
|
||||
ecMovePageUp : Result := 'MovePageUp';
|
||||
ecMovePageUpAndModifySelection : Result := 'MovePageUpAndModifySelection';
|
||||
ecMoveParagraphBackward : Result := 'MoveParagraphBackward';
|
||||
ecMoveParagraphBackwardAndModifySelection : Result := 'MoveParagraphBackwardAndModifySelection';
|
||||
ecMoveParagraphForward : Result := 'MoveParagraphForward';
|
||||
ecMoveParagraphForwardAndModifySelection : Result := 'MoveParagraphForwardAndModifySelection';
|
||||
ecMoveRight : Result := 'MoveRight';
|
||||
ecMoveRightAndModifySelection : Result := 'MoveRightAndModifySelection';
|
||||
ecMoveToBeginningOfDocument : Result := 'MoveToBeginningOfDocument';
|
||||
ecMoveToBeginningOfDocumentAndModifySelection : Result := 'MoveToBeginningOfDocumentAndModifySelection';
|
||||
ecMoveToBeginningOfLine : Result := 'MoveToBeginningOfLine';
|
||||
ecMoveToBeginningOfLineAndModifySelection : Result := 'MoveToBeginningOfLineAndModifySelection';
|
||||
ecMoveToBeginningOfParagraph : Result := 'MoveToBeginningOfParagraph';
|
||||
ecMoveToBeginningOfParagraphAndModifySelection : Result := 'MoveToBeginningOfParagraphAndModifySelection';
|
||||
ecMoveToBeginningOfSentence : Result := 'MoveToBeginningOfSentence';
|
||||
ecMoveToBeginningOfSentenceAndModifySelection : Result := 'MoveToBeginningOfSentenceAndModifySelection';
|
||||
ecMoveToEndOfDocument : Result := 'MoveToEndOfDocument';
|
||||
ecMoveToEndOfDocumentAndModifySelection : Result := 'MoveToEndOfDocumentAndModifySelection';
|
||||
ecMoveToEndOfLine : Result := 'MoveToEndOfLine';
|
||||
ecMoveToEndOfLineAndModifySelection : Result := 'MoveToEndOfLineAndModifySelection';
|
||||
ecMoveToEndOfParagraph : Result := 'MoveToEndOfParagraph';
|
||||
ecMoveToEndOfParagraphAndModifySelection : Result := 'MoveToEndOfParagraphAndModifySelection';
|
||||
ecMoveToEndOfSentence : Result := 'MoveToEndOfSentence';
|
||||
ecMoveToEndOfSentenceAndModifySelection : Result := 'MoveToEndOfSentenceAndModifySelection';
|
||||
ecMoveToLeftEndOfLine : Result := 'MoveToLeftEndOfLine';
|
||||
ecMoveToLeftEndOfLineAndModifySelection : Result := 'MoveToLeftEndOfLineAndModifySelection';
|
||||
ecMoveToRightEndOfLine : Result := 'MoveToRightEndOfLine';
|
||||
ecMoveToRightEndOfLineAndModifySelection : Result := 'MoveToRightEndOfLineAndModifySelection';
|
||||
ecMoveUp : Result := 'MoveUp';
|
||||
ecMoveUpAndModifySelection : Result := 'MoveUpAndModifySelection';
|
||||
ecMoveWordBackward : Result := 'MoveWordBackward';
|
||||
ecMoveWordBackwardAndModifySelection : Result := 'MoveWordBackwardAndModifySelection';
|
||||
ecMoveWordForward : Result := 'MoveWordForward';
|
||||
ecMoveWordForwardAndModifySelection : Result := 'MoveWordForwardAndModifySelection';
|
||||
ecMoveWordLeft : Result := 'MoveWordLeft';
|
||||
ecMoveWordLeftAndModifySelection : Result := 'MoveWordLeftAndModifySelection';
|
||||
ecMoveWordRight : Result := 'MoveWordRight';
|
||||
ecMoveWordRightAndModifySelection : Result := 'MoveWordRightAndModifySelection';
|
||||
ecOutdent : Result := 'Outdent';
|
||||
ecOverWrite : Result := 'OverWrite';
|
||||
ecPaste : Result := 'Paste';
|
||||
ecPasteAndMatchStyle : Result := 'PasteAndMatchStyle';
|
||||
ecPasteGlobalSelection : Result := 'PasteGlobalSelection';
|
||||
ecPrint : Result := 'Print';
|
||||
ecRedo : Result := 'Redo';
|
||||
ecRemoveFormat : Result := 'RemoveFormat';
|
||||
ecScrollLineDown : Result := 'ScrollLineDown';
|
||||
ecScrollLineUp : Result := 'ScrollLineUp';
|
||||
ecScrollPageBackward : Result := 'ScrollPageBackward';
|
||||
ecScrollPageForward : Result := 'ScrollPageForward';
|
||||
ecScrollToBeginningOfDocument : Result := 'ScrollToBeginningOfDocument';
|
||||
ecScrollToEndOfDocument : Result := 'ScrollToEndOfDocument';
|
||||
ecSelectAll : Result := 'SelectAll';
|
||||
ecSelectLine : Result := 'SelectLine';
|
||||
ecSelectParagraph : Result := 'SelectParagraph';
|
||||
ecSelectSentence : Result := 'SelectSentence';
|
||||
ecSelectToMark : Result := 'SelectToMark';
|
||||
ecSelectWord : Result := 'SelectWord';
|
||||
ecSetMark : Result := 'SetMark';
|
||||
ecStrikethrough : Result := 'Strikethrough';
|
||||
ecStyleWithCSS : Result := 'StyleWithCSS';
|
||||
ecSubscript : Result := 'Subscript';
|
||||
ecSuperscript : Result := 'Superscript';
|
||||
ecSwapWithMark : Result := 'SwapWithMark';
|
||||
ecToggleBold : Result := 'ToggleBold';
|
||||
ecToggleItalic : Result := 'ToggleItalic';
|
||||
ecToggleUnderline : Result := 'ToggleUnderline';
|
||||
ecTranspose : Result := 'Transpose';
|
||||
ecUnderline : Result := 'Underline';
|
||||
ecUndo : Result := 'Undo';
|
||||
ecUnlink : Result := 'Unlink';
|
||||
ecUnscript : Result := 'Unscript';
|
||||
ecUnselect : Result := 'Unselect';
|
||||
ecUseCSS : Result := 'UseCSS';
|
||||
ecYank : Result := 'Yank';
|
||||
ecYankAndSelect : Result := 'YankAndSelect';
|
||||
else Result := '';
|
||||
end;
|
||||
end;
|
||||
|
||||
end.
|
||||
|
@ -1937,6 +1937,218 @@ type
|
||||
CEF_POINTER_TYPE_UNKNOWN
|
||||
);
|
||||
|
||||
/// <summary>
|
||||
/// Type of touch event in the TChromiumCore.SimulateTouchEvent function.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// <para><see href="https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchTouchEvent">See the Input.dispatchTouchEvent DevTools method</see></para>
|
||||
/// </remarks>
|
||||
TCefSimulatedTouchEventType = (
|
||||
touchStart,
|
||||
touchEnd,
|
||||
touchMove,
|
||||
touchCancel
|
||||
);
|
||||
|
||||
/// <summary>
|
||||
/// Type of mouse event in the TChromiumCore.SimulateMouseEvent function.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// <para><see href="https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchMouseEvent">See the Input.dispatchMouseEvent DevTools method</see></para>
|
||||
/// </remarks>
|
||||
TCefSimulatedMouseEventType = (
|
||||
mousePressed,
|
||||
mouseReleased,
|
||||
mouseMoved,
|
||||
mouseWheel
|
||||
);
|
||||
|
||||
/// <summary>
|
||||
/// Mouse button in the TChromiumCore.SimulateMouseEvent function.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// <para><see href="https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchMouseEvent">See the Input.dispatchMouseEvent DevTools method</see></para>
|
||||
/// </remarks>
|
||||
TCefSimulatedMouseButton = (
|
||||
CEF_SIMULATEDMOUSEBUTTON_NONE,
|
||||
CEF_SIMULATEDMOUSEBUTTON_LEFT,
|
||||
CEF_SIMULATEDMOUSEBUTTON_MIDDLE,
|
||||
CEF_SIMULATEDMOUSEBUTTON_RIGHT,
|
||||
CEF_SIMULATEDMOUSEBUTTON_BACK,
|
||||
CEF_SIMULATEDMOUSEBUTTON_FORWARD
|
||||
);
|
||||
|
||||
/// <summary>
|
||||
/// Pointer type in the TChromiumCore.SimulateMouseEvent function.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// <para><see href="https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchMouseEvent">See the Input.dispatchMouseEvent DevTools method</see></para>
|
||||
/// </remarks>
|
||||
TCefSimulatedPointerType = (
|
||||
CEF_SIMULATEDPOINTERTYPE_MOUSE,
|
||||
CEF_SIMULATEDPOINTERTYPE_PEN
|
||||
);
|
||||
|
||||
/// <summary>
|
||||
/// Key location value used in the TChromiumCore.dispatchKeyEvent DevTools method.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// <para><see href="https://chromedevtools.github.io/devtools-protocol/1-3/Input/#method-dispatchKeyEvent">See the "Input.dispatchKeyEvent" DevTools method.</see></para>
|
||||
/// </remarks>
|
||||
TCefKeyLocation = (
|
||||
CEF_KEYLOCATION_NONE,
|
||||
CEF_KEYLOCATION_LEFT,
|
||||
CEF_KEYLOCATION_RIGHT
|
||||
);
|
||||
|
||||
/// <summary>
|
||||
/// Blink editing commands used by the "Input.dispatchKeyEvent" DevTools method.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// <para><see href="https://chromedevtools.github.io/devtools-protocol/1-3/Input/#method-dispatchKeyEvent">See the "Input.dispatchKeyEvent" DevTools method.</see></para>
|
||||
/// <para><see href="https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/core/editing/commands/editor_command_names.h">See the Chromium sources.</see></para>
|
||||
/// </remarks>
|
||||
TCefEditingCommand = (ecNone,
|
||||
ecAlignCenter,
|
||||
ecAlignJustified,
|
||||
ecAlignLeft,
|
||||
ecAlignRight,
|
||||
ecBackColor,
|
||||
ecBackwardDelete,
|
||||
ecBold,
|
||||
ecCopy,
|
||||
ecCreateLink,
|
||||
ecCut,
|
||||
ecDefaultParagraphSeparator,
|
||||
ecDelete,
|
||||
ecDeleteBackward,
|
||||
ecDeleteBackwardByDecomposingPreviousCharacter,
|
||||
ecDeleteForward,
|
||||
ecDeleteToBeginningOfLine,
|
||||
ecDeleteToBeginningOfParagraph,
|
||||
ecDeleteToEndOfLine,
|
||||
ecDeleteToEndOfParagraph,
|
||||
ecDeleteToMark,
|
||||
ecDeleteWordBackward,
|
||||
ecDeleteWordForward,
|
||||
ecFindString,
|
||||
ecFontName,
|
||||
ecFontSize,
|
||||
ecFontSizeDelta,
|
||||
ecForeColor,
|
||||
ecFormatBlock,
|
||||
ecForwardDelete,
|
||||
ecHiliteColor,
|
||||
ecIgnoreSpelling,
|
||||
ecIndent,
|
||||
ecInsertBacktab,
|
||||
ecInsertHorizontalRule,
|
||||
ecInsertHTML,
|
||||
ecInsertImage,
|
||||
ecInsertLineBreak,
|
||||
ecInsertNewline,
|
||||
ecInsertNewlineInQuotedContent,
|
||||
ecInsertOrderedList,
|
||||
ecInsertParagraph,
|
||||
ecInsertTab,
|
||||
ecInsertText,
|
||||
ecInsertUnorderedList,
|
||||
ecItalic,
|
||||
ecJustifyCenter,
|
||||
ecJustifyFull,
|
||||
ecJustifyLeft,
|
||||
ecJustifyNone,
|
||||
ecJustifyRight,
|
||||
ecMakeTextWritingDirectionLeftToRight,
|
||||
ecMakeTextWritingDirectionNatural,
|
||||
ecMakeTextWritingDirectionRightToLeft,
|
||||
ecMoveBackward,
|
||||
ecMoveBackwardAndModifySelection,
|
||||
ecMoveDown,
|
||||
ecMoveDownAndModifySelection,
|
||||
ecMoveForward,
|
||||
ecMoveForwardAndModifySelection,
|
||||
ecMoveLeft,
|
||||
ecMoveLeftAndModifySelection,
|
||||
ecMovePageDown,
|
||||
ecMovePageDownAndModifySelection,
|
||||
ecMovePageUp,
|
||||
ecMovePageUpAndModifySelection,
|
||||
ecMoveParagraphBackward,
|
||||
ecMoveParagraphBackwardAndModifySelection,
|
||||
ecMoveParagraphForward,
|
||||
ecMoveParagraphForwardAndModifySelection,
|
||||
ecMoveRight,
|
||||
ecMoveRightAndModifySelection,
|
||||
ecMoveToBeginningOfDocument,
|
||||
ecMoveToBeginningOfDocumentAndModifySelection,
|
||||
ecMoveToBeginningOfLine,
|
||||
ecMoveToBeginningOfLineAndModifySelection,
|
||||
ecMoveToBeginningOfParagraph,
|
||||
ecMoveToBeginningOfParagraphAndModifySelection,
|
||||
ecMoveToBeginningOfSentence,
|
||||
ecMoveToBeginningOfSentenceAndModifySelection,
|
||||
ecMoveToEndOfDocument,
|
||||
ecMoveToEndOfDocumentAndModifySelection,
|
||||
ecMoveToEndOfLine,
|
||||
ecMoveToEndOfLineAndModifySelection,
|
||||
ecMoveToEndOfParagraph,
|
||||
ecMoveToEndOfParagraphAndModifySelection,
|
||||
ecMoveToEndOfSentence,
|
||||
ecMoveToEndOfSentenceAndModifySelection,
|
||||
ecMoveToLeftEndOfLine,
|
||||
ecMoveToLeftEndOfLineAndModifySelection,
|
||||
ecMoveToRightEndOfLine,
|
||||
ecMoveToRightEndOfLineAndModifySelection,
|
||||
ecMoveUp,
|
||||
ecMoveUpAndModifySelection,
|
||||
ecMoveWordBackward,
|
||||
ecMoveWordBackwardAndModifySelection,
|
||||
ecMoveWordForward,
|
||||
ecMoveWordForwardAndModifySelection,
|
||||
ecMoveWordLeft,
|
||||
ecMoveWordLeftAndModifySelection,
|
||||
ecMoveWordRight,
|
||||
ecMoveWordRightAndModifySelection,
|
||||
ecOutdent,
|
||||
ecOverWrite,
|
||||
ecPaste,
|
||||
ecPasteAndMatchStyle,
|
||||
ecPasteGlobalSelection,
|
||||
ecPrint,
|
||||
ecRedo,
|
||||
ecRemoveFormat,
|
||||
ecScrollLineDown,
|
||||
ecScrollLineUp,
|
||||
ecScrollPageBackward,
|
||||
ecScrollPageForward,
|
||||
ecScrollToBeginningOfDocument,
|
||||
ecScrollToEndOfDocument,
|
||||
ecSelectAll,
|
||||
ecSelectLine,
|
||||
ecSelectParagraph,
|
||||
ecSelectSentence,
|
||||
ecSelectToMark,
|
||||
ecSelectWord,
|
||||
ecSetMark,
|
||||
ecStrikethrough,
|
||||
ecStyleWithCSS,
|
||||
ecSubscript,
|
||||
ecSuperscript,
|
||||
ecSwapWithMark,
|
||||
ecToggleBold,
|
||||
ecToggleItalic,
|
||||
ecToggleUnderline,
|
||||
ecTranspose,
|
||||
ecUnderline,
|
||||
ecUndo,
|
||||
ecUnlink,
|
||||
ecUnscript,
|
||||
ecUnselect,
|
||||
ecUseCSS,
|
||||
ecYank,
|
||||
ecYankAndSelect);
|
||||
|
||||
/// <summary>
|
||||
/// Enumerates the various representations of the ordering of audio channels.
|
||||
/// Must be kept synchronized with media::ChannelLayout from Chromium.
|
||||
@ -4180,6 +4392,62 @@ type
|
||||
pointer_type : TCefPointerType;
|
||||
end;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Structure representing a simulated touch point.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// <para><see href="https://chromedevtools.github.io/devtools-protocol/tot/Input/#type-TouchPoint">See the Input.TouchPoint type in the DevTools docs.</see></para>
|
||||
/// </remarks>
|
||||
TCefSimulatedTouchPoint = record
|
||||
/// <summary>
|
||||
/// Identifier used to track touch sources between events, must be unique within an event. This is an optional value.
|
||||
/// </summary>
|
||||
id : integer;
|
||||
/// <summary>
|
||||
/// X coordinate of the event relative to the main frame's viewport in CSS pixels.
|
||||
/// </summary>
|
||||
x : integer;
|
||||
/// <summary>
|
||||
/// Y coordinate of the event relative to the main frame's viewport in CSS pixels. 0 refers to the top of the viewport and Y increases as it proceeds towards the bottom of the viewport.
|
||||
/// </summary>
|
||||
y : integer;
|
||||
/// <summary>
|
||||
/// X radius of the touch area (default: 1.0). This is an optional value.
|
||||
/// </summary>
|
||||
radiusX : single;
|
||||
/// <summary>
|
||||
/// Y radius of the touch area (default: 1.0). This is an optional value.
|
||||
/// </summary>
|
||||
radiusY : single;
|
||||
/// <summary>
|
||||
/// Rotation angle (default: 0.0). This is an optional value.
|
||||
/// </summary>
|
||||
rotationAngle : single;
|
||||
/// <summary>
|
||||
/// Force (default: 1.0). This is an optional value.
|
||||
/// </summary>
|
||||
force : single;
|
||||
/// <summary>
|
||||
/// The normalized tangential pressure, which has a range of [-1,1] (default: 0). This is an optional value.
|
||||
/// </summary>
|
||||
tangentialPressure : single;
|
||||
/// <summary>
|
||||
/// The plane angle between the Y-Z plane and the plane containing both the stylus axis and the Y axis, in degrees of the range [-90,90], a positive tiltX is to the right (default: 0) This is an optional value.
|
||||
/// </summary>
|
||||
tiltX : integer;
|
||||
/// <summary>
|
||||
/// The plane angle between the X-Z plane and the plane containing both the stylus axis and the X axis, in degrees of the range [-90,90], a positive tiltY is towards the user (default: 0). This is an optional value.
|
||||
/// </summary>
|
||||
tiltY : integer;
|
||||
/// <summary>
|
||||
/// The clockwise rotation of a pen stylus around its own major axis, in degrees in the range [0,359] (default: 0). This is an optional value.
|
||||
/// </summary>
|
||||
twist : integer;
|
||||
end;
|
||||
TCefSimulatedTouchPointArray = array of TCefSimulatedTouchPoint;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Structure representing the audio parameters for setting up the audio
|
||||
/// handler.
|
||||
|
@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 627,
|
||||
"InternalVersion" : 628,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "126.2.18"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user