Class TListItemData
Unit
Declaration
type TListItemData = class(TObject)
Description
Collected information about @xxxList item.
Hierarchy
- TObject
- TListItemData
Overview
Methods
constructor Create(AItemLabel, AText: string; AIndex: Integer); |
Properties
property ItemLabel: string read FItemLabel; |
|
property Text: string read FText; |
|
property Index: Integer read FIndex; |
Description
Methods
constructor Create(AItemLabel, AText: string; AIndex: Integer); |
|
Properties
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 ''. |
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. |
Generated by PasDoc 0.16.0.