Class TRawDescriptionInfoList
Unit
Declaration
type TRawDescriptionInfoList = class(TObject)
Description
TRawDescriptionInfoList stores a series of TRawDescriptionInfos. It is modelled after TStringList but has only the minimum number of methods required for use in PasDoc.
Source: source/component/PasDoc_Parser.pas (line 86).
Hierarchy
- TObject
- TRawDescriptionInfoList
Overview
Methods
| Public | function Append(Comment: TRawDescriptionInfo): integer; |
| Public | Constructor Create; |
Properties
| Public | property Count: integer read FCount; |
| Public | property Items[Index: integer]: TRawDescriptionInfo read GetItems; |
Description
Methods
| Public | function Append(Comment: TRawDescriptionInfo): integer; |
|
| |
| Public | Constructor Create; |
|
This item has no description. | |
Properties
| Public | property Count: integer read FCount; |
|
| |
| Public | property Items[Index: integer]: TRawDescriptionInfo read GetItems; |
|
| |
Generated by PasDoc 0.17.0.snapshot.