Class TRowData
Unit
PasDoc_Gen
Declaration
type TRowData = class(TObject)
Description
Collected information about @row (or @rowHead).
Hierarchy
Overview
Fields
Methods
Description
Fields
|
Head: boolean; |
True if this is for @rowHead tag.
|
|
Cells: TStringList; |
Each item on this list is already converted (with @-tags parsed, converted by ConvertString etc.) content of given cell tag.
|
Methods
|
constructor Create; |
|
|
destructor Destroy; override; |
|
Generated by PasDoc 0.15.0.
|