Class TRowData

Unit

Declaration

type TRowData = class(TObject)

Description

Collected information about @row (or @rowHead).

Hierarchy

Overview

Fields

Public Head: boolean;
Public Cells: TStringList;

Methods

Public constructor Create;
Public destructor Destroy; override;

Description

Fields

Public Head: boolean;

True if this is for @rowHead tag.

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;
 
Public destructor Destroy; override;
 

Generated by PasDoc 0.16.0.