FGX.TimeEdit.TfgCustomTimeEdit: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
(не показано 28 промежуточных версий этого же участника) | |||
Строка 1: | Строка 1: | ||
− | * [[ FGX. | + | * [[ FGX.DateTimeControl.TfgCustomTimeControl | Вверх к родителю: TfgCustomTimeControl ]] |
+ | * [[ FGX.TimeEdit | К модулю: FGX.TimeEdit ]] | ||
Delphi | Delphi | ||
− | < | + | <syntaxhighlight lang="Delphi">TfgCustomTimeEdit = class (TfgCustomTimeControl)</syntaxhighlight> |
+ | |||
+ | <p class="class-inheritance"><span class="type-border">[[System.Classes.TComponent|TComponent]]</span> -> <span class="type-border">[[FGX.Controls.TfgControl|TfgControl]]</span> -> <span class="type-border">[[FGX.DateTimeControl.TfgCustomDateTimeControl|TfgCustomDateTimeControl]]</span> -> <span class="type-border">[[FGX.DateTimeControl.TfgCustomTimeControl|TfgCustomTimeControl]]</span> -> <span class="type-border">[[FGX.TimeEdit.TfgCustomTimeEdit|TfgCustomTimeEdit]]</span></p> | ||
+ | |||
+ | Прямые наследники: | ||
+ | [[FGX.TimeEdit.TfgTimeEdit|TfgTimeEdit]] | ||
== Описание == | == Описание == | ||
− | Описание | + | <p>Базовый контрол, который предоставляет базовую работу с временем.</p><small style="color: red"><small>Описание взято от [[FGX.DateTimeControl.TfgCustomTimeControl|TfgCustomTimeControl]].</small></small> |
− | |||
== Конструкторы == | == Конструкторы == | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
− | | < | + | | <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TComponent]])</code> |
− | + | <span style="color:gray">Описание отсутствует.</span> | |
|} | |} | ||
Строка 21: | Строка 26: | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
− | | <code lang="Delphi">procedure</code> || <code lang="Delphi"> | + | | <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <code lang="Delphi">ShowPicker()</code> |
+ | <span style="color:gray">Описание отсутствует.</span> | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <code lang="Delphi">HidePicker()</code> | ||
+ | <span style="color:gray">Описание отсутствует.</span> | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <code lang="Delphi">IsPickerShown(): [[Boolean]]</code> | ||
+ | <span style="color:gray">Описание отсутствует.</span> | ||
+ | |} | ||
+ | == Свойства == | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>ColorLink: [[FGX.Assets.Color.TfgAssetColorLink|TfgAssetColorLink]]</code> | ||
+ | <span style="color:gray">Описание отсутствует.</span> | ||
|- | |- | ||
− | | <code lang="Delphi"> | + | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>TintColorLink: [[FGX.Assets.Color.TfgAssetColorLink|TfgAssetColorLink]]</code> |
+ | <span style="color:gray">Описание отсутствует.</span> | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>ReadOnly: [[Boolean]]</code> | ||
+ | <p>Запрещается редактировать текст.</p> | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Font: [[FGX.Canvas.Types.TfgFont|TfgFont]]</code> | ||
+ | <p>Параметры шрифта отображения текста.</p> | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Color: [[TAlphaColor]]</code> | ||
+ | <p>Цвет отображения текста.</p> | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>ColorName: [[TfgAssetName|TfgAssetName]]</code> | ||
+ | <span style="color:gray">Описание отсутствует.</span> | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>TintColor: [[TAlphaColor]]</code> | ||
+ | <p>Цветовой оттенок поля ввода.</p> | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>TintColorName: [[TfgAssetName|TfgAssetName]]</code> | ||
+ | <p>Ресурс цвета оттенка вкладки.</p><div class="info">Если указан ресурс цвета, то он имеет более высокий приоритет над <i>TintColor</i> . Поэтому именно он и будет использоваться. Если же в ресурсе цвет не указан (Null) или его нет, то будет использоваться <i>TintColor</i> .</div> | ||
+ | |} | ||
+ | |||
+ | == Константы == | ||
+ | |||
+ | {| class="wikitable sortable" | ||
|- | |- | ||
− | | <code lang="Delphi"> | + | | <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultReadOnly: [[Boolean]]</code> |
− | + | <span style="color:gray">Описание отсутствует.</span> | |
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultColor: [[Integer]]</code> | ||
+ | <span style="color:gray">Описание отсутствует.</span> | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultTintColor: [[TAlphaColor]]</code> | ||
+ | <span style="color:gray">Описание отсутствует.</span> | ||
|} | |} |
Текущая версия на 01:32, 16 мая 2020
Delphi
TfgCustomTimeEdit = class (TfgCustomTimeControl)
TComponent -> TfgControl -> TfgCustomDateTimeControl -> TfgCustomTimeControl -> TfgCustomTimeEdit
Прямые наследники: TfgTimeEdit
Содержание
Описание
Базовый контрол, который предоставляет базовую работу с временем.
Описание взято от TfgCustomTimeControl.
Конструкторы
constructor
|
Create(AOwner: TComponent)
Описание отсутствует. |
Методы
procedure
|
ShowPicker()
Описание отсутствует. |
procedure
|
HidePicker()
Описание отсутствует. |
function
|
IsPickerShown(): Boolean
Описание отсутствует. |
Свойства
property
|
ColorLink: TfgAssetColorLink
Описание отсутствует. |
property
|
TintColorLink: TfgAssetColorLink
Описание отсутствует. |
property
|
ReadOnly: Boolean
Запрещается редактировать текст. |
property
|
Font: TfgFont
Параметры шрифта отображения текста. |
property
|
Color: TAlphaColor
Цвет отображения текста. |
property
|
ColorName: TfgAssetName
Описание отсутствует. |
property
|
TintColor: TAlphaColor
Цветовой оттенок поля ввода. |
property
|
TintColorName: TfgAssetName
Ресурс цвета оттенка вкладки. Если указан ресурс цвета, то он имеет более высокий приоритет над TintColor . Поэтому именно он и будет использоваться. Если же в ресурсе цвет не указан (Null) или его нет, то будет использоваться TintColor .
|
Константы
const
|
DefaultReadOnly: Boolean
Описание отсутствует. |
const
|
DefaultColor: Integer
Описание отсутствует. |
const
|
DefaultTintColor: TAlphaColor
Описание отсутствует. |