Class TTableData

Unit

Declaration

type TTableData = class(TObjectVector)

Description

Collected information about @table. Passed to TDocGenerator.FormatTable. Every item of this list should be non-nil instance of TRowData.

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

Hierarchy

Overview

Properties

Public property MaxCellCount: Cardinal read FMaxCellCount;
Public property MinCellCount: Cardinal read FMinCellCount;

Description

Properties

Public property MaxCellCount: Cardinal read FMaxCellCount;

Maximum Cells.Count, considering all rows.

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

Public property MinCellCount: Cardinal read FMinCellCount;

Minimum Cells.Count, considering all rows.

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


Generated by PasDoc 0.17.0.snapshot.