[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Save the field's contents to stream
Source position: db.pas line 901
public procedure TBlobField.SaveToStream( |
Stream: TStream |
); |
Stream |
|
Stream to save data to |
SaveToStream can be used to save the contents of the field to a TStream descendent. The entire data of the field will be copied. The stream must of course support writing.
If the stream is not writable, an exception will be raised.
|
Save field contents to a file |
|
|
Load the field's contents from stream |