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