Class TTableData

Unit

Declaration

type TTableData = class(specialize TObjectList<TRowData>)

Description

Collected information about @table. Passed to TDocGenerator.FormatTable.

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

Hierarchy

Show Additional Members:

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

Public property MinCellCount: Cardinal read FMinCellCount;

Minimum Cells.Count, considering all rows.

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


Generated by PasDoc 1.0.2.