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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
 
* [[ FGX.Calendar | Вверх к родителю: FGX.Calendar ]]
 
* [[ FGX.Calendar | Вверх к родителю: FGX.Calendar ]]
* [[ FGX.Calendar.TfgCustomCalendar_Methods | Методы ]]
 
* [[ FGX.Calendar.TfgCustomCalendar_Properties | Свойства ]]
 
  
 
Delphi
 
Delphi
  
<code>TfgCustomCalendar = class (TfgCustomDateControl)</code>
+
<code lang="Delphi">TfgCustomCalendar = class (TfgCustomDateControl)</code>
 
 
== Конструкторы ==
 
 
 
{| class="wikitable sortable"
 
|-
 
| <code>constructor</code> || <code>Create(AOwner: TComponent)</code>
 
 
 
|}
 
 
 
== Методы ==
 
 
 
{| class="wikitable sortable"
 
|}
 
 
 
== Свойства ==
 
 
 
{| class="wikitable sortable"
 
|-
 
| <code>property</code> || <code>FirstDayOfWeek: TfgFirstDayOfWeek</code>
 
Первый день недели.
 
|-
 
| <code>property</code> || <code>ShowWeekNumbers: Boolean</code>
 
Показывать номера недель в году.
 
|-
 
| <code>property</code> || <code>ShowWeekCount: Integer</code>
 
Количество отображаемых недель.
 
|}
 

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

Delphi

TfgCustomCalendar = class (TfgCustomDateControl)