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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 6: Строка 6:
  
 
<code>TfgCustomDateEdit = class (TfgCustomDateControl)</code>
 
<code>TfgCustomDateEdit = class (TfgCustomDateControl)</code>
 +
 +
== Методы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| [[procedure]] || ShowPicker()
 +
 +
|-
 +
| [[procedure]] || HidePicker()
 +
 +
|-
 +
| [[function]] || IsPickerShown()
 +
 +
|}

Версия 23:30, 9 июня 2019

Delphi

TfgCustomDateEdit = class (TfgCustomDateControl)

Методы

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