FGX.CollectionView.TfgCollectionViewStyles: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
Строка 1: | Строка 1: | ||
− | * [[ FGX. | + | * [[ 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. | + | <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)
Описание отсутствует. |