FGX.PageControl.TfgCustomPageControl: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) (Метка: замена) |
Admin (обсуждение | вклад) (summary) |
||
Строка 4: | Строка 4: | ||
<code lang="Delphi">TfgCustomPageControl = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)</code> | <code lang="Delphi">TfgCustomPageControl = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)</code> | ||
+ | |||
+ | == Конструкторы == | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | | <code>constructor</code> || <code>Create(AOwner: [[TComponent]])</code> | ||
+ | |||
+ | |} |
Версия 03:53, 10 июня 2019
Delphi
TfgCustomPageControl = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)
Конструкторы
constructor |
Create(AOwner: TComponent)
|