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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(Метка: замена)
(summary)
Строка 4: Строка 4:
  
 
<code lang="Delphi">TfgControlMessages = class (TObject)</code>
 
<code lang="Delphi">TfgControlMessages = class (TObject)</code>
 +
 +
== Константы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <code>const</code> || <code>WM_BASE: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SET_FRAME: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_GET_FRAME: [[Integer]]</code>
 +
Запрос на получение размера и положения формы.
 +
|-
 +
| <code>const</code> || <code>WM_SET_PARENT: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_GET_NATURAL_SIZE: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_MARGINS_CHANGED: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_CONSTRAINTS_CHANGED: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_ALIGNMENT_CHANGED: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_POSITION_MODE_CHANGED: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_RELATIVE_POSITION_CHANGED: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_INDEX_CHANGED: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SHOW: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_HIDE: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_HIT_TEST_CHANGED: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_PAINT: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SET_ONPAINT: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_INVALIDATE: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_OPACTY_CHANGED: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_BACKGROUND_CHANGED: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_TOUCH: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SET_ONTAP: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_LOADED: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SET_FOCUS: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_RESET_FOCUS: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_IS_FOCUSED: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_ANIMATE_FADE_IN: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_ANIMATE_FADE_OUT: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_STOP_ANIMATIONS: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_GESTURES_KINDS_CHANGED: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_MEASURE_SIZE: [[Integer]]</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_USER: [[Integer]]</code>
 +
 +
|}

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

Delphi

TfgControlMessages = class (TObject)

Константы

const WM_BASE: Integer
const WM_SET_FRAME: Integer
const WM_GET_FRAME: Integer

Запрос на получение размера и положения формы.

const WM_SET_PARENT: Integer
const WM_GET_NATURAL_SIZE: Integer
const WM_MARGINS_CHANGED: Integer
const WM_CONSTRAINTS_CHANGED: Integer
const WM_ALIGNMENT_CHANGED: Integer
const WM_POSITION_MODE_CHANGED: Integer
const WM_RELATIVE_POSITION_CHANGED: Integer
const WM_INDEX_CHANGED: Integer
const WM_SHOW: Integer
const WM_HIDE: Integer
const WM_HIT_TEST_CHANGED: Integer
const WM_PAINT: Integer
const WM_SET_ONPAINT: Integer
const WM_INVALIDATE: Integer
const WM_OPACTY_CHANGED: Integer
const WM_BACKGROUND_CHANGED: Integer
const WM_TOUCH: Integer
const WM_SET_ONTAP: Integer
const WM_LOADED: Integer
const WM_SET_FOCUS: Integer
const WM_RESET_FOCUS: Integer
const WM_IS_FOCUSED: Integer
const WM_ANIMATE_FADE_IN: Integer
const WM_ANIMATE_FADE_OUT: Integer
const WM_STOP_ANIMATIONS: Integer
const WM_GESTURES_KINDS_CHANGED: Integer
const WM_MEASURE_SIZE: Integer
const WM_USER: Integer