Unit 'csvreadwrite' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl]

TCSVParser.FreeStream

Does the parser free the stream when done ?

Declaration

Source position: csvreadwrite.pp line 152

public property TCSVParser.FreeStream : Boolean
  read FFreeStream
  write FFreeStream;

Description

FreeStream determines whether the parser frees the stream when done or not. The stream is by default not owned by the parser, i.e. you must free it after it has been used. If FreeStreamis True, then the stream will be freed by the parser class when it is destroyed, or when a new stream is set using SetSource

See also

SetSource

  

Set the CSV source data.


Documentation generated on: Jul 24 2023