Data.DB.TBlobField.AssignTo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AssignTo(Dest: TPersistent); override;

C++

virtual void __fastcall AssignTo(System::Classes::TPersistent* Dest);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TBlobField

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