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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 25: Строка 25:
  
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 +
|}
 +
 +
== Константы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <code>const</code> || <code>WM_READ_ONLY_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_FONT_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_FONT_COLOR_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_TINT_COLOR_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_TEXT_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_USER: Integer</code>
 +
 
|}
 
|}

Версия 02:54, 10 июня 2019

Delphi

TfgDateEditMessages = class (TfgDateControlMessages)

Конструкторы

Методы

Свойства

События

Константы

const WM_READ_ONLY_CHANGED: Integer
const WM_FONT_CHANGED: Integer
const WM_FONT_COLOR_CHANGED: Integer
const WM_TINT_COLOR_CHANGED: Integer
const WM_TEXT_CHANGED: Integer
const WM_USER: Integer