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 90).

Hierarchy

Show Additional Members:

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; default;

Description

Methods

Public function Append(Comment: TRawDescriptionInfo): integer;

Append adds a new TRawDescriptionInfo to TRawDescriptionInfoList.

Source: source/component/PasDoc_Parser.pas (line 103).

Public Constructor Create;

This item has no description.

Source: source/component/PasDoc_Parser.pas (line 107).

Properties

Public property Count: integer read FCount;

Count is the number of TRawDescriptionInfos in TRawDescriptionInfoList.

Source: source/component/PasDoc_Parser.pas (line 106).

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

Items provides read access to the TRawDescriptionInfos in TRawDescriptionInfoList.

Source: source/component/PasDoc_Parser.pas (line 110).


Generated by PasDoc 1.0.2.