Class TRowData
Unit
Declaration
type TRowData = class(TObject)
Description
Collected information about @row (or @rowHead).
Source: source/component/PasDoc_Gen.pas (line 199).
Hierarchy
- TObject
- TRowData
Overview
Fields
| Public | Head: boolean; |
| Public | Cells: TStringList; |
Methods
| Public | constructor Create; |
| Public | destructor Destroy; override; |
Description
Fields
| Public | Head: boolean; |
|
| |
| Public | Cells: TStringList; |
|
Each item on this list is already converted (with @-tags parsed, converted by ConvertString etc.) content of given cell tag. | |
Methods
| Public | constructor Create; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.