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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 6: Строка 6:
  
 
<syntaxhighlight lang="Delphi">TfgEditMessages = class (TfgControlMessages)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgEditMessages = class (TfgControlMessages)</syntaxhighlight>
 +
 +
== Константы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <code>const</code> || <code>WM_SET_TEXT: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SET_TEXT_PROMPT: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SET_PASSWORD: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SET_READ_ONLY: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SET_KEYBOARD_TYPE: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SET_RETURN_KEY_TYPE: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SET_AUTOCORRECTION_TYPE: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SET_AUTOCAPITALIZATION_TYPE: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SET_CHECK_SPELLING: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SET_MAX_LENGTH: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_FONT_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SET_COLOR: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_TINT_COLOR_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SHOW_VIRTUAL_KEYBOARD_ON_FOCUS: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_HORZ_ALIGN_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_VERT_ALIGN_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_ERROR_TEXT_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_USER: Integer</code>
 +
 +
|}

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

Delphi

TfgEditMessages = class (TfgControlMessages)

Константы

const WM_SET_TEXT: Integer
const WM_SET_TEXT_PROMPT: Integer
const WM_SET_PASSWORD: Integer
const WM_SET_READ_ONLY: Integer
const WM_SET_KEYBOARD_TYPE: Integer
const WM_SET_RETURN_KEY_TYPE: Integer
const WM_SET_AUTOCORRECTION_TYPE: Integer
const WM_SET_AUTOCAPITALIZATION_TYPE: Integer
const WM_SET_CHECK_SPELLING: Integer
const WM_SET_MAX_LENGTH: Integer
const WM_FONT_CHANGED: Integer
const WM_SET_COLOR: Integer
const WM_TINT_COLOR_CHANGED: Integer
const WM_SHOW_VIRTUAL_KEYBOARD_ON_FOCUS: Integer
const WM_HORZ_ALIGN_CHANGED: Integer
const WM_VERT_ALIGN_CHANGED: Integer
const WM_ERROR_TEXT_CHANGED: Integer
const WM_USER: Integer