[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Load the field's contents from stream
Source position: db.pas line 899
public procedure TBlobField.LoadFromStream( |
Stream: TStream |
); |
Stream |
|
Stream instance to load data from |
LoadFromStream can be used to load the contents of the field from a TStream descendent. The entire data of the stream will be copied, and the stream will be positioned on the first byte of data, so it must be seekable.
If the stream is not seekable, an exception will be raised.
|
Save the field's contents to stream |
|
|
Load the contents of the field frop a file |