Data.DB.TMemoField.GetAsString
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TMemoField | |
Delphi
function GetAsString: string; override;
C++
virtual System::UnicodeString __fastcall GetAsString();
Description
Returns the value of the memo field as a string.
GetAsString returns the value of the memo field as a Unicode string.