Data.DB.TBlobField.AssignTo

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also