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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 6: Строка 6:
  
 
<syntaxhighlight lang="Delphi">TfgLabelMessages = class (TfgControlMessages)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgLabelMessages = class (TfgControlMessages)</syntaxhighlight>
 +
 +
== Константы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <code>const</code> || <code>WM_TEXT_CHANGED: 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_SHADOW_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_LINE_BREAK_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_LINE_SPACING_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_TRIMMING_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_FONT_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_LINES_COUNT_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_COLOR_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_LINK_COLOR_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_ADJUST_FONT_SIZE_TO_FIT_WIDTH_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_CHAR_CASE_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_LINKS_TYPES_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_IS_LINKS_CLICKABLE_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_USER: Integer</code>
 +
 +
|}

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

Delphi

TfgLabelMessages = class (TfgControlMessages)

Константы

const WM_TEXT_CHANGED: Integer
const WM_HORZ_ALIGN_CHANGED: Integer
const WM_VERT_ALIGN_CHANGED: Integer
const WM_SHADOW_CHANGED: Integer
const WM_LINE_BREAK_CHANGED: Integer
const WM_LINE_SPACING_CHANGED: Integer
const WM_TRIMMING_CHANGED: Integer
const WM_FONT_CHANGED: Integer
const WM_LINES_COUNT_CHANGED: Integer
const WM_COLOR_CHANGED: Integer
const WM_LINK_COLOR_CHANGED: Integer
const WM_ADJUST_FONT_SIZE_TO_FIT_WIDTH_CHANGED: Integer
const WM_CHAR_CASE_CHANGED: Integer
const WM_LINKS_TYPES_CHANGED: Integer
const WM_IS_LINKS_CLICKABLE_CHANGED: Integer
const WM_USER: Integer