FGX.Memo.TfgMemo: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
Строка 56: | Строка 56: | ||
|- | |- | ||
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Visible: [[Boolean]]</code> | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Visible: [[Boolean]]</code> | ||
+ | |||
+ | |} | ||
+ | |||
+ | == События == | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnDestroy: [[TNotifyEvent]]</code> | ||
+ | |||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnResized: [[TfgResizedEvent]]</code> | ||
+ | |||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnPaint: [[TfgPaintEvent]]</code> | ||
+ | |||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnLongTap: [[TfgLongTapEvent]]</code> | ||
+ | |||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnPositionChanged: [[TfgPositionChangedEvent]]</code> | ||
+ | |||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnTouch: [[Boolean]]</code> | ||
+ | |||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnTap: [[TNotifyEvent]]</code> | ||
|} | |} |
Версия 04:52, 10 июня 2019
Delphi
TfgMemo = class (TfgCustomMemo)
Описание
Описание отсутствует.
Свойства
property
|
Text: string
|
property
|
Alignment: TfgControlAlignment
|
property
|
AlignWithMargins: Boolean
|
property
|
Locked: Boolean
|
property
|
LookupName: string
|
property
|
PositionMode: TfgPositionMode
|
property
|
Position: TfgPosition
|
property
|
RelativePosition: TfgRelativePosition
|
property
|
Size: TfgSize
|
property
|
Constraints: TfgConstraints
|
property
|
Margins: TfgMargins
|
property
|
GestureKinds: TfgGestureKinds
|
property
|
HitTest: Boolean
|
property
|
Opacity: Single
|
property
|
Visible: Boolean
|
События
event
|
OnDestroy: TNotifyEvent
|
event
|
OnResized: TfgResizedEvent
|
event
|
OnPaint: TfgPaintEvent
|
event
|
OnLongTap: TfgLongTapEvent
|
event
|
OnPositionChanged: TfgPositionChangedEvent
|
event
|
OnTouch: Boolean
|
event
|
OnTap: TNotifyEvent
|