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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
(Метка: замена)
Строка 7: Строка 7:
  
 
<p class="class-inheritance"><span class="type-border">[[System.Classes.TComponent|TComponent]]</span> -> <span class="type-border">[[FGX.Control.TfgControl|TfgControl]]</span> -> <span class="type-border">[[FGX.Edit.TfgCustomEdit|TfgCustomEdit]]</span> -> <span class="type-border">[[FGX.Edit.TfgEdit|TfgEdit]]</span></p>
 
<p class="class-inheritance"><span class="type-border">[[System.Classes.TComponent|TComponent]]</span> -> <span class="type-border">[[FGX.Control.TfgControl|TfgControl]]</span> -> <span class="type-border">[[FGX.Edit.TfgCustomEdit|TfgCustomEdit]]</span> -> <span class="type-border">[[FGX.Edit.TfgEdit|TfgEdit]]</span></p>
 
== Описание ==
 
 
<span style="color:gray">Описание отсутствует.</span>
 
 
== Свойства ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Text: [[string]]</code>
 
<p>Текущий введенный текст.</p><small style="color: red"><small>Описание взято от [[FGX.Edit.TfgCustomEdit.Text|Text]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>TextPrompt: [[string]]</code>
 
<p>Тестовая подсказка отображаемая, когда текст еще не введен.</p><small style="color: red"><small>Описание взято от [[FGX.Edit.TfgCustomEdit.TextPrompt|TextPrompt]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>IsPassword: [[Boolean]]</code>
 
<p>Поле предназначено для ввода пароля?</p><small style="color: red"><small>Описание взято от [[FGX.Edit.TfgCustomEdit.IsPassword|IsPassword]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>ReadOnly: [[Boolean]]</code>
 
<p>Запрещается редактировать текст.</p><small style="color: red"><small>Описание взято от [[FGX.Edit.TfgCustomEdit.ReadOnly|ReadOnly]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>KeyboardType: [[FGX.Text.TfgKeyboardType|TfgKeyboardType]]</code>
 
<p>Тип используемой клавиатуры, когда поле принимает фокус.</p><small style="color: red"><small>Описание взято от [[FGX.Edit.TfgCustomEdit.KeyboardType|KeyboardType]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>ReturnKeyType: [[FGX.Text.TfgReturnKeyType|TfgReturnKeyType]]</code>
 
<p>Тип операции, которую сгенерирует клавиатура, когда пользователь нажмет на кнопку Done.</p><small style="color: red"><small>Описание взято от [[FGX.Edit.TfgCustomEdit.ReturnKeyType|ReturnKeyType]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>AutocorrectionType: [[FGX.Text.TfgAutocorrectionType|TfgAutocorrectionType]]</code>
 
<p>Режим автоматической корректировки ошибок, допускаемых при вводе текста.</p><small style="color: red"><small>Описание взято от [[FGX.Edit.TfgCustomEdit.AutocorrectionType|AutocorrectionType]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>AutocapitalizationType: [[FGX.Text.TfgAutocapitalizationType|TfgAutocapitalizationType]]</code>
 
<p>Режим капитализации (первая буква в верхнем регистре) вводимых символов.</p><small style="color: red"><small>Описание взято от [[FGX.Edit.TfgCustomEdit.AutocapitalizationType|AutocapitalizationType]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>SpellCheckingType: [[FGX.Text.TfgSpellCheckingType|TfgSpellCheckingType]]</code>
 
<p>Режим проверки правописания текста.</p><small style="color: red"><small>Описание взято от [[FGX.Edit.TfgCustomEdit.SpellCheckingType|SpellCheckingType]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>MaxLength: [[Integer]]</code>
 
<p>Максимально допустимое количество вводимых символов.</p><small style="color: red"><small>Описание взято от [[FGX.Edit.TfgCustomEdit.MaxLength|MaxLength]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>ShowVirtualKeyboardOnFocus: [[FGX.Edit.TfgPlatformBoolean|TfgPlatformBoolean]]</code>
 
<p>Показывать ли виртуальную клавиатуру, когда поле ввода получает фокус?</p><small style="color: red"><small>Описание взято от [[FGX.Edit.TfgCustomEdit.ShowVirtualKeyboardOnFocus|ShowVirtualKeyboardOnFocus]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Font: [[FGX.Canvas.Types.TfgFont|TfgFont]]</code>
 
<p>Параметры шрифта отображения текста.</p><small style="color: red"><small>Описание взято от [[FGX.Edit.TfgCustomEdit.Font|Font]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Color: [[TAlphaColor]]</code>
 
<p>Цвет отображения текста.</p><small style="color: red"><small>Описание взято от [[FGX.Edit.TfgCustomEdit.Color|Color]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>ColorName: [[TfgAssetName|TfgAssetName]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>TintColorName: [[TfgAssetName|TfgAssetName]]</code>
 
 
<p>Ресурс цвета оттенка вкладки.</p><div class="info">Если указан ресурс цвета, то он имеет более высокий приоритет над <i>TintColor</i> . Поэтому именно он и будет использоваться. Если же в ресурсе цвет не указан (Null) или его нет, то будет использоваться <i>TintColor</i> .</div><small style="color: red"><small>Описание взято от [[FGX.Edit.TfgCustomEdit.TintColorName|TintColorName]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>TintColor: [[TAlphaColor]]</code>
 
<p>Цветовой оттенок поля ввода.</p><small style="color: red"><small>Описание взято от [[FGX.Edit.TfgCustomEdit.TintColor|TintColor]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>HorzAlign: [[FGX.Text.TfgHorizontalAlignment|TfgHorizontalAlignment]]</code>
 
<p>Выравнивание текста по горизонтали.</p><small style="color: red"><small>Описание взято от [[FGX.Edit.TfgCustomEdit.HorzAlign|HorzAlign]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>VertAlign: [[FGX.Text.TfgVerticalAlignment|TfgVerticalAlignment]]</code>
 
<p>Выравнивание текста по вертикали.</p><small style="color: red"><small>Описание взято от [[FGX.Edit.TfgCustomEdit.VertAlign|VertAlign]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Alignment: [[FGX.Control.Types.TfgControlAlignment|TfgControlAlignment]]</code>
 
<p>Настройки выравнивания контрола в рамках родителя.</p><small style="color: red"><small>Описание взято от [[FGX.Control.TfgControl.Alignment|Alignment]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>AlignWithMargins: [[Boolean]]</code>
 
<p>Нужно ли использовать заданные внешние отступы <i>Margins</i> .</p><small style="color: red"><small>Описание взято от [[FGX.Control.TfgControl.AlignWithMargins|AlignWithMargins]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>BackgroundName: [[TfgAssetName|TfgAssetName]]</code>
 
<p>Настройки отображения заднего фона контрола.</p><small style="color: red"><small>Описание взято от [[FGX.Control.TfgControl.BackgroundName|BackgroundName]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Locked: [[Boolean]]</code>
 
<p>Позволяет заблокировать выделение компонента мышкой в дизайн тайме.</p><small style="color: red"><small>Описание взято от [[FGX.Control.TfgControl.Locked|Locked]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>LookupName: [[string]]</code>
 
<p>Идентификатор, используемый для поиска данного контрола среди других. Актуально для ситуаций, когда несколько контролов могут иметь одно и тоже имя для поиска и нам нужно найти данный контрол в определенной части поддерева.</p><small style="color: red"><small>Описание взято от [[FGX.Control.TfgControl.LookupName|LookupName]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>PositionMode: [[FGX.Control.Types.TfgPositionMode|TfgPositionMode]]</code>
 
<p>Режим позиционирования контрола в рамках родителя (в абсолютных координатах / относительно).</p><small style="color: red"><small>Описание взято от [[FGX.Control.TfgControl.PositionMode|PositionMode]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Position: [[FGX.Control.Types.TfgPosition|TfgPosition]]</code>
 
<p>Позиция контрола в локальных логических координатах родителя <i>Parent</i> .</p><small style="color: red"><small>Описание взято от [[FGX.Control.TfgControl.Position|Position]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>RelativePosition: [[FGX.Control.Types.TfgRelativePosition|TfgRelativePosition]]</code>
 
<p>Относительная позиция контролов относительно родителя. Актуально только для <b>PositionMode = Relative</b> .</p><small style="color: red"><small>Описание взято от [[FGX.Control.TfgControl.RelativePosition|RelativePosition]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Size: [[FGX.Control.Types.TfgSize|TfgSize]]</code>
 
<p>Размер контрола в логических координатах.</p><small style="color: red"><small>Описание взято от [[FGX.Control.TfgControl.Size|Size]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Constraints: [[FGX.Control.Types.TfgConstraints|TfgConstraints]]</code>
 
<p>Ограничение на размеры контрола.</p><small style="color: red"><small>Описание взято от [[FGX.Control.TfgControl.Constraints|Constraints]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Margins: [[FGX.Control.Types.TfgMargins|TfgMargins]]</code>
 
<p>Внешние отступы контрола. Используются при выравнивании текущего контрола в рамках контейнера.</p><small style="color: red"><small>Описание взято от [[FGX.Control.TfgControl.Margins|Margins]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>GestureKinds: [[FGX.Control.TfgGestureKinds|TfgGestureKinds]]</code>
 
<p>Виды поддерживаемых жестов.</p><small style="color: red"><small>Описание взято от [[FGX.Control.TfgControl.GestureKinds|GestureKinds]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>HitTest: [[Boolean]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Opacity: [[Single]]</code>
 
<p>Прозрачность контрола.</p><small style="color: red"><small>Описание взято от [[FGX.Control.TfgControl.Opacity|Opacity]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Visible: [[Boolean]]</code>
 
<p>Видимость контрола.</p><small style="color: red"><small>Описание взято от [[FGX.Control.TfgControl.Visible|Visible]].</small></small>
 
|}
 
 
== События ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnChanging: [[TNotifyEvent]]</code>
 
<p>Срабатывает при любом изменении строки поиска.</p><small style="color: red"><small>Описание взято от [[FGX.Edit.TfgCustomEdit.OnChanging|OnChanging]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnChanged: [[TNotifyEvent]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|-
 
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnEnter: [[TNotifyEvent]]</code>
 
<p>Срабатывает, когда контрол получает фокус.</p><small style="color: red"><small>Описание взято от [[FGX.Control.TfgControl.OnEnter|OnEnter]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnExit: [[TNotifyEvent]]</code>
 
<p>Срабатывает, когда контрол теряет фокус.</p><small style="color: red"><small>Описание взято от [[FGX.Control.TfgControl.OnExit|OnExit]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnDestroy: [[TNotifyEvent]]</code>
 
<p>Вызывается перед удалением контрола. А именно перед вызовом деструктора.</p><small style="color: red"><small>Описание взято от [[FGX.Control.TfgControl.OnDestroy|OnDestroy]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnResized: [[TfgResizedEvent]]</code>
 
<p>Вызывается когда контрол изменил свой размерм.</p><small style="color: red"><small>Описание взято от [[FGX.Control.TfgControl.OnResized|OnResized]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnPaint: [[TfgPaintEvent]]</code>
 
<p>Вызывается после отрисовки нативного контрола. Служит для выполнения пользовательской отрисовки поверх контрола.</p><small style="color: red"><small>Описание взято от [[FGX.Control.TfgControl.OnPaint|OnPaint]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnLongTap: [[TfgLongTapEvent]]</code>
 
<p>Срабатывает, когда пользователь долго нажимает на экран без перемещения пальца по экрану.</p><small style="color: red"><small>Описание взято от [[FGX.Control.TfgControl.OnLongTap|OnLongTap]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnPositionChanged: [[TfgPositionChangedEvent]]</code>
 
<p>Вызывается когда контрол поменял свою позицию.</p><small style="color: red"><small>Описание взято от [[FGX.Control.TfgControl.OnPositionChanged|OnPositionChanged]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnTouch: [[Boolean]]</code>
 
<p>Вызывается в момент касания пользователем экрана устройства.</p><small style="color: red"><small>Описание взято от [[FGX.Control.TfgControl.OnTouch|OnTouch]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnTap: [[TNotifyEvent]]</code>
 
<p>Срабатывает, когда пользователь коротко нажимает на экран без перемещения пальца по экрану.</p><small style="color: red"><small>Описание взято от [[FGX.Control.TfgControl.OnTap|OnTap]].</small></small>
 
|}
 

Версия 18:07, 29 июня 2019