AssignTo method |
Applies to
TIB_Column
Declaration
Procedure AssignTo(Dest: TObject );
Description
Assigns the columns data contents to another 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.