Data.DB.TBlobField.AssignTo
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TBlobField |
Delphi
procedure AssignTo(Dest: TPersistent); override;
C++
virtual void __fastcall AssignTo(System::Classes::TPersistent* Dest);
Description
Copies the state of the BLOB field to the specified destination object.
AssignTo assigns the value of the BLOB field to the given TPersistent object.