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