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.

Hierarchy

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;

Append adds a new TRawDescriptionInfo to TRawDescriptionInfoList.

Public Constructor Create;
 

Properties

Public property Count: integer read FCount;

Count is the number of TRawDescriptionInfos in TRawDescriptionInfoList.

Public property Items[Index:integer]: TRawDescriptionInfo read GetItems;

Items provides read access to the TRawDescriptionInfos in TRawDescriptionInfoList.


Generated by PasDoc 0.16.0.