Data.DB.TBlobField.GetAsString
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TBlobField | |
Delphi
function GetAsString: string; override;
C++
virtual System::UnicodeString __fastcall GetAsString();
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.