Assign method |
Applies to
TIB_Column
Declaration
Procedure Assign(Source: TObject );
Description
Assigns the data contents of the column or other data member passed in.
All necessary data conversions are performed or an exception is raised.
This works very well when moving BLOB data to and from TStrings, TStream,
TBitmap, TPicture, etc.
This will not support passing in a VCL TField.