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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
* [[ FGX.Control.TfgControl | Вверх к родителю: TfgControl ]]
+
* [[ FGX.Controls.TfgControl | Вверх к родителю: TfgControl ]]
 
* [[ FGX.CollectionView | К модулю: FGX.CollectionView ]]
 
* [[ FGX.CollectionView | К модулю: FGX.CollectionView ]]
  
Строка 6: Строка 6:
 
<syntaxhighlight lang="Delphi">TfgCollectionViewStyles = class (TfgControl, IFGXContainer)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgCollectionViewStyles = class (TfgControl, IFGXContainer)</syntaxhighlight>
  
<p class="class-inheritance"><span class="type-border">[[System.Classes.TComponent|TComponent]]</span> -> <span class="type-border">[[FGX.Control.TfgControl|TfgControl]]</span> -> <span class="type-border">[[FGX.CollectionView.TfgCollectionViewStyles|TfgCollectionViewStyles]]</span></p>
+
<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.CollectionView.TfgCollectionViewStyles|TfgCollectionViewStyles]]</span></p>
  
 
== Описание ==
 
== Описание ==

Версия 05:44, 10 июля 2019

Delphi

TfgCollectionViewStyles = class (TfgControl, IFGXContainer)

TComponent -> TfgControl -> TfgCollectionViewStyles

Описание

Контейнер всех стилей списка. Смотри подробнее TfgCollectionViewStyle .

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

constructor
Create(AOwner: TComponent)

Описание отсутствует.