2024-02-24 12:01:31 +01:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< title > cef4delphi: uCEFOsrBrowserWindow< / 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 >
< h1 class = "unit" > Unit uCEFOsrBrowserWindow< / h1 >
< div class = "sections" >
< div class = "one_section" > < a class = "section" href = "#PasDoc-Description" > Description< / a > < / div > < div class = "one_section" > Uses< / div > < div class = "one_section" > < a class = "section" href = "#PasDoc-Classes" > Classes, Interfaces, Objects and Records< / a > < / div > < div class = "one_section" > < a class = "section" href = "#PasDoc-FuncsProcs" > Functions and Procedures< / a > < / div > < div class = "one_section" > < a class = "section" href = "#PasDoc-Types" > Types< / a > < / div > < div class = "one_section" > Constants< / div > < div class = "one_section" > Variables< / div > < / div >
< span id = "PasDoc-Description" > < / span > < h2 class = "description" > Description< / h2 >
< p class = "nodescription" > This item has no description.< / p > < span id = "PasDoc-Uses" > < / span > < h2 class = "overview" > Overview< / h2 >
< span id = "PasDoc-Classes" > < / span > < h3 class = "cio" > Classes, Interfaces, Objects and Records< / h3 >
< table class = "classestable wide_list" >
< tr class = "listheader" >
< th class = "itemname" > Name< / th >
< th class = "itemdesc" > Description< / th >
< / tr >
< tr class = "list" >
< td class = "itemname" > Class < a class = "bold" href = "uCEFOsrBrowserWindow.TEmbeddedOsrChromium.html" > < code > TEmbeddedOsrChromium< / code > < / a > < / td >
< td class = "itemdesc" > < / td >
< / tr >
< tr class = "list2" >
< td class = "itemname" > Class < a class = "bold" href = "uCEFOsrBrowserWindow.TOsrBrowserWindow.html" > < code > TOsrBrowserWindow< / code > < / a > < / td >
< td class = "itemdesc" > < / td >
< / tr >
< / table >
< span id = "PasDoc-FuncsProcs" > < / span > < h3 class = "summary" > Functions and Procedures< / h3 >
< table class = "summary wide_list" >
< tr class = "list" >
< td class = "itemcode" > < code > procedure < strong > < a href = "uCEFOsrBrowserWindow.html#Register" > Register< / a > < / strong > ;< / code > < / td >
< / tr >
< / table >
< span id = "PasDoc-Types" > < / span > < h3 class = "summary" > Types< / h3 >
< table class = "summary wide_list" >
< tr class = "list" >
2024-04-18 12:25:41 +02:00
< td class = "itemcode" > < code > < strong > < a href = "uCEFOsrBrowserWindow.html#TBrowserMouseEvent" > TBrowserMouseEvent< / a > < / strong > = procedure(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer; var AHandled: Boolean) of Object;< / code > < / td >
2024-02-24 12:01:31 +01:00
< / tr >
< tr class = "list2" >
2024-04-18 12:25:41 +02:00
< td class = "itemcode" > < code > < strong > < a href = "uCEFOsrBrowserWindow.html#TBrowserMouseMoveEvent" > TBrowserMouseMoveEvent< / a > < / strong > = procedure(Sender: TObject; Shift: TShiftState; X, Y: Integer; var AHandled: Boolean) of Object;< / code > < / td >
2024-02-24 12:01:31 +01:00
< / tr >
< tr class = "list" >
2024-04-18 12:25:41 +02:00
< td class = "itemcode" > < code > < strong > < a href = "uCEFOsrBrowserWindow.html#TBrowserMouseWheelEvent" > TBrowserMouseWheelEvent< / a > < / strong > = procedure(Sender: TObject; Shift: TShiftState; WheelDelta: Integer; MousePos: TPoint; var AHandled: Boolean) of Object;< / code > < / td >
2024-02-24 12:01:31 +01:00
< / tr >
< tr class = "list2" >
2024-04-18 12:25:41 +02:00
< td class = "itemcode" > < code > < strong > < a href = "uCEFOsrBrowserWindow.html#TBrowserKeyEvent" > TBrowserKeyEvent< / a > < / strong > = procedure(Sender: TObject; var Key: Word; Shift: TShiftState; var AHandled: Boolean) of Object;< / code > < / td >
2024-02-24 12:01:31 +01:00
< / tr >
< tr class = "list" >
2024-04-18 12:25:41 +02:00
< td class = "itemcode" > < code > < strong > < a href = "uCEFOsrBrowserWindow.html#TBrowserUTF8KeyPressEvent" > TBrowserUTF8KeyPressEvent< / a > < / strong > = procedure(Sender: TObject; var UTF8Key: TUTF8Char; var AHandled: Boolean) of Object;< / code > < / td >
2024-02-24 12:01:31 +01:00
< / tr >
< / table >
< h2 class = "description" > Description< / h2 >
< h3 class = "detail" > Functions and Procedures< / h3 >
< table class = "detail wide_list" >
< tr class = "list" >
< td class = "itemcode" > < span id = "Register" > < / span > < code > procedure < strong > Register< / strong > ;< / code > < / td >
< / tr >
< tr > < td colspan = "1" >
< p class = "nodescription" > This item has no description.< / p > < / td > < / tr >
< / table >
< h3 class = "detail" > Types< / h3 >
< table class = "detail wide_list" >
< tr class = "list" >
2024-04-18 12:25:41 +02:00
< td class = "itemcode" > < span id = "TBrowserMouseEvent" > < / span > < code > < strong > TBrowserMouseEvent< / strong > = procedure(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer; var AHandled: Boolean) of Object;< / code > < / td >
2024-02-24 12:01:31 +01:00
< / 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" >
2024-04-18 12:25:41 +02:00
< td class = "itemcode" > < span id = "TBrowserMouseMoveEvent" > < / span > < code > < strong > TBrowserMouseMoveEvent< / strong > = procedure(Sender: TObject; Shift: TShiftState; X, Y: Integer; var AHandled: Boolean) of Object;< / code > < / td >
2024-02-24 12:01:31 +01:00
< / 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" >
2024-04-18 12:25:41 +02:00
< td class = "itemcode" > < span id = "TBrowserMouseWheelEvent" > < / span > < code > < strong > TBrowserMouseWheelEvent< / strong > = procedure(Sender: TObject; Shift: TShiftState; WheelDelta: Integer; MousePos: TPoint; var AHandled: Boolean) of Object;< / code > < / td >
2024-02-24 12:01:31 +01:00
< / 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" >
2024-04-18 12:25:41 +02:00
< td class = "itemcode" > < span id = "TBrowserKeyEvent" > < / span > < code > < strong > TBrowserKeyEvent< / strong > = procedure(Sender: TObject; var Key: Word; Shift: TShiftState; var AHandled: Boolean) of Object;< / code > < / td >
2024-02-24 12:01:31 +01:00
< / 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" >
2024-04-18 12:25:41 +02:00
< td class = "itemcode" > < span id = "TBrowserUTF8KeyPressEvent" > < / span > < code > < strong > TBrowserUTF8KeyPressEvent< / strong > = procedure(Sender: TObject; var UTF8Key: TUTF8Char; var AHandled: Boolean) of Object;< / code > < / td >
2024-02-24 12:01:31 +01:00
< / tr >
< tr > < td colspan = "1" >
< p >
TBrowserKeyPressEvent = procedure(Sender: TObject; var Key: char; var AHandled: Boolean) of Object;< / 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 >