Class TListItemData
Unit
Declaration
type TListItemData = class(TObject)
Description
Collected information about @xxxList item.
Source: source/component/PasDoc_Gen.pas (line 138).
Hierarchy
- TObject
- TListItemData
Overview
Methods
| Public | constructor Create(AItemLabel, AText: string; AIndex: Integer); |
Properties
| Public | property ItemLabel: string read FItemLabel; |
| Public | property Text: string read FText; |
| Public | property Index: Integer read FIndex; |
Description
Methods
| Public | constructor Create(AItemLabel, AText: string; AIndex: Integer); |
|
This item has no description. | |
Properties
| Public | property ItemLabel: string read FItemLabel; |
|
This is only for @definitionList: label for this list item, taken from @itemLabel. Already in the processed form. For other lists this will always be ''. | |
| Public | property Text: string read FText; |
|
This is content of this item, taken from @item. Already in the processed form, after TDocGenerator.ConvertString etc. Ready to be included in final documentation. | |
| Public | property Index: Integer read FIndex; |
|
Number of this item. This should be used for @orderedList. When you iterate over Normal list numbering (when no @itemSetNumber tag was used) starts from 1. Using @itemSetNumber user is able to change following item's Index. For unordered and definition lists this is simpler: Index is always equal to the position within | |
Generated by PasDoc 0.17.0.snapshot.