Class TListData
Unit
Declaration
type TListData = class(TObjectVector)
Description
Collected information about @xxxList content. Passed to TDocGenerator.FormatList. Every item of this list should be non-nil instance of TListItemData.
Source: source/component/PasDoc_Gen.pas (line 178).
Hierarchy
- TObject
- TList
- TObjectList
- TObjectVector
- TListData
Overview
Methods
| Public | constructor Create(const AOwnsObject: boolean); override; |
Properties
| Public | property ItemSpacing: TListItemSpacing read FItemSpacing; |
| Public | property ListType: TListType read FListType; |
Description
Methods
| Public | constructor Create(const AOwnsObject: boolean); override; |
|
This item has no description. Showing description inherited from TObjectVector.Create. This is only to make constructor virtual, while original TObjectList has a static constructor. | |
Properties
| Public | property ItemSpacing: TListItemSpacing read FItemSpacing; |
|
This item has no description. | |
| Public | property ListType: TListType read FListType; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.