Class TTableData
Unit
PasDoc_Gen
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.
Hierarchy
Overview
Properties
Description
Properties
|
property MaxCellCount: Cardinal read FMaxCellCount; |
Maximum Cells.Count, considering all rows.
|
|
property MinCellCount: Cardinal read FMinCellCount; |
Minimum Cells.Count, considering all rows.
|
Generated by PasDoc 0.15.0.
|