Does the parser free the stream when done ?
Source position: csvreadwrite.pp line 159
public property TCSVParser.FreeStream : Boolean |
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
|
Set the CSV source data. |