Class TListData

Unit

Declaration

type TListData = class(TObjectVector)

Description

Collected information about @xxxList content. Passed to TDocGenerator.FormatList. Every item of this list should be non-nil instance of TListItemData.

Source: source/component/PasDoc_Gen.pas (line 178).

Hierarchy

Overview

Methods

Public constructor Create(const AOwnsObject: boolean); override;

Properties

Public property ItemSpacing: TListItemSpacing read FItemSpacing;
Public property ListType: TListType read FListType;

Description

Methods

Public constructor Create(const AOwnsObject: boolean); override;

This item has no description. Showing description inherited from TObjectVector.Create.

This is only to make constructor virtual, while original TObjectList has a static constructor.

Source: source/component/PasDoc_Gen.pas (line 195).

Properties

Public property ItemSpacing: TListItemSpacing read FItemSpacing;

This item has no description.

Source: source/component/PasDoc_Gen.pas (line 193).

Public property ListType: TListType read FListType;

This item has no description.

Source: source/component/PasDoc_Gen.pas (line 194).


Generated by PasDoc 0.17.0.snapshot.