Record TCSVReader.TNamedEnum

Unit

Declaration

type TNamedEnum = record

Description

Enumerator over all rows of a CSV file.

The cells of the row are ordered by header names.

Enclosing Class

Overview

Methods

Public function MoveNext: Boolean; inline;
Public function GetEnumerator: TNamedEnum; inline;

Properties

Public property Current: TRow read Fcur;

Description

Methods

Public function MoveNext: Boolean; inline;
 
Public function GetEnumerator: TNamedEnum; inline;
 

Properties

Public property Current: TRow read Fcur;
 

Generated by PasDoc 0.15.0.