Data.DB.TMemoField.SetAsWideString
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TMemoField | |
Delphi
procedure SetAsWideString(const Value: string); override;
C++
virtual void __fastcall SetAsWideString(const System::UnicodeString Value);
Description
Sets the value of the memo field with the given UnicodeString value.
SetAsWideString sets the value of the memo field with the given UnicodeString value.