Class TListData

Unit

Declaration

type TListData = class(specialize TObjectList<TListItemData>)

Description

Collected information about @xxxList content. Passed to TDocGenerator.FormatList.

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

Hierarchy

Show Additional Members:

Overview

Methods

Public constructor Create(const AOwnsObject: boolean);

Properties

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

Description

Methods

Public constructor Create(const AOwnsObject: boolean);

This item has no description.

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

Properties

Public property ItemSpacing: TListItemSpacing read FItemSpacing;

This item has no description.

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

Public property ListType: TListType read FListType;

This item has no description.

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


Generated by PasDoc 1.0.2.