[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Reads the document from a stream
Source position: fpvectorial.pas line 296
public procedure TvVectorialDocument.ReadFromStream( |
AStream: TStream; |
AFormat: TvVectorialFormat |
); |
AStream |
|
The source TStream instance |
AFormat |
|
The source file format |
Reads the document from a stream. Any current contents in this object will be removed.
WriteToStream |
ReadFromFile |
ReadFromStrings |