Class TRowData

Unit

Declaration

type TRowData = class(TObject)

Description

Collected information about @row (or @rowHead).

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

Hierarchy

Show Additional Members:

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 201).

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 206).

Methods

Public constructor Create;

This item has no description.

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

Public destructor Destroy; override;

This item has no description.

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


Generated by PasDoc 1.0.2.