Assign method |
Applies to
TIB_ColumnBlob
Declaration
Procedure Assign(Source: TObject );
Description
Stream the contents of the BLOB from one of the following types:
TStream, TStrings, TPicture, TGraphic & TIB_ColumnBlob.
NOTE: I cannot provide built-in streaming to the TBlobField because this
would force the inclusion of the VCL/BDE code that would defeat the purpose
of using IB Objects to get away from them.