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.
Hierarchy
- TObject
 - TList
 - TObjectList
 - TObjectVector
 - TTableData
 
Overview
Properties
![]()  | 
property MaxCellCount: Cardinal read FMaxCellCount; | 
![]()  | 
property MinCellCount: Cardinal read FMinCellCount; | 
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.16.0.
