Record TCSVReader.TRowEnum

Unit

Declaration

type TRowEnum = record

Description

Enumerator over all rows of a CSV file.

Enclosing Class

Overview

Methods

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

Properties

Public property Current: TRow read Fcur;

Description

Methods

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

Properties

Public property Current: TRow read Fcur;
 

Generated by PasDoc 0.15.0.