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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 12: Строка 12:
 
|-
 
|-
 
| <code>constructor</code> || <code>Create(AOwner: TComponent)</code>
 
| <code>constructor</code> || <code>Create(AOwner: TComponent)</code>
 +
 +
|}
 +
 +
== Методы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <syntaxhighlight lang="Delphi">ShowPicker()</syntaxhighlight>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <syntaxhighlight lang="Delphi">HidePicker()</syntaxhighlight>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <syntaxhighlight lang="Delphi">IsPickerShown()</syntaxhighlight>
  
 
|}
 
|}

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

Delphi

TfgCustomTimeEdit = class (TfgCustomTimeControl)

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

constructor Create(AOwner: TComponent)

Методы

procedure
ShowPicker()
procedure
HidePicker()
function
IsPickerShown()