Table of Contents

TTMSFNCDataGridDataFileStringList Class

Extended TStringList that adds sequential read/write helpers for line-by-line file parsing used during grid data import and export.

API unit family: TMSFNCDataGridData Inherits from: TStringList

Syntax

TTMSFNCDataGridDataFileStringList = class(TStringList)

Properties

Name Description
Eof Returns True when the read position has reached the end of the list.

Methods

Name Description
ReadLn Reads the next line from the list into s and advances the read position.
Reset Resets the internal read position to the beginning of the list.
Write Appends s to the internal write buffer without a line terminator.
WriteLn Appends s followed by a line terminator to the list.