API:Data.DB.TMemoField.GetAsWideString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsWideString: string; override;

C++

virtual System::UnicodeString __fastcall GetAsWideString();

Properties

Type Visibility Source Unit Parent
function public
Data.DB.pas
Data.DB.hpp
Data.DB TMemoField

Description

Returns the value of the BLOB field as a WideString.

Data.DB.TMemoField.GetAsWideString inherits from Data.DB.TBlobField.GetAsWideString. All content below this line refers to Data.DB.TBlobField.GetAsWideString.

Returns the value of the BLOB field as a WideString.

GetAsWideString returns the value of the BLOB field as a Unicode string.

See Also