Data.DB.TBlobField.GetAsString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsString: string; override;

C++

virtual System::UnicodeString __fastcall GetAsString();

Properties

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

Description

Returns the value of the BLOB field as a string.

GetAsString returns the value of the BLOB field as a Unicode string. The field value is first converted to an ANSI string. For BLOBs associated with Unicode strings, TWideMemoField should be used.

See Also