Load CSV data from a stream.
Source position: csvdocument.pp line 97
public procedure TCSVDocument.LoadFromStream( |
AStream: TStream |
); |
AStream |
|
Stream to read CSV data from. |
LoadFromStream loads the CSV data from the aStream stream. It uses the settings introduced in TCSVHandler when determining fields and rows. If EqualColCountPerRow is True then it will add empty cells after reading the CSV data, so all rows have an equal count of columns..
|
Ensure every row has an equal amount of columns. |
|
|
Save the CSV data to stream. |
|
|
Save to file on disk. |
|
|
Load a CSV file into the document. |
|
|
Base class for CSV reading and writing classes. |