Class TRowData

Unit

Declaration

type TRowData = class(TObject)

Description

Collected information about @row (or @rowHead).

Source: source/component/PasDoc_Gen.pas (line 199).

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.

Source: source/component/PasDoc_Gen.pas (line 202).

Public Cells: TStringList;

Each item on this list is already converted (with @-tags parsed, converted by ConvertString etc.) content of given cell tag.

Source: source/component/PasDoc_Gen.pas (line 207).

Methods

Public constructor Create;

This item has no description.

Source: source/component/PasDoc_Gen.pas (line 209).

Public destructor Destroy; override;

This item has no description.

Source: source/component/PasDoc_Gen.pas (line 210).


Generated by PasDoc 0.17.0.snapshot.