FGX.WebBrowser.TfgWebBrowserMessages: различия между версиями

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 6: Строка 6:
  
 
<syntaxhighlight lang="Delphi">TfgWebBrowserMessages = class (TfgControlMessages)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgWebBrowserMessages = class (TfgControlMessages)</syntaxhighlight>
 +
 +
== Константы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <code>const</code> || <code>WM_LOAD_HTML: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_LOAD_URL: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_RELOAD: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_STOP_LOADING: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_GET_IS_LOADING: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_GO_BACK: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_GO_FORWARD: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_CAN_GO_BACK: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_CAN_GO_FORWARD: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_EVALUATE_JAVASCRIPT: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_GET_CONTENT_OFFSET: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_GET_CONTENT_SIZE: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SCROLL_TO: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SET_ON_SCROLL: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_USER: Integer</code>
 +
 +
|}

Версия 03:20, 10 июня 2019

Delphi

TfgWebBrowserMessages = class (TfgControlMessages)

Константы

const WM_LOAD_HTML: Integer
const WM_LOAD_URL: Integer
const WM_RELOAD: Integer
const WM_STOP_LOADING: Integer
const WM_GET_IS_LOADING: Integer
const WM_GO_BACK: Integer
const WM_GO_FORWARD: Integer
const WM_CAN_GO_BACK: Integer
const WM_CAN_GO_FORWARD: Integer
const WM_EVALUATE_JAVASCRIPT: Integer
const WM_GET_CONTENT_OFFSET: Integer
const WM_GET_CONTENT_SIZE: Integer
const WM_SCROLL_TO: Integer
const WM_SET_ON_SCROLL: Integer
const WM_USER: Integer