Data.DBXDBReaders.TDBXParamsRow.SetWideString
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXDBReaders.pas Data.DBXDBReaders.hpp
| |
Unit: Data.DBXDBReaders | |
Parent: TDBXParamsRow |
Delphi
procedure SetWideString(DbxValue: TDBXWideStringValue;
const Value: string); override;
C++
virtual void __fastcall SetWideString(Data::Dbxcommon::TDBXWideStringValue* DbxValue, const System::UnicodeString Value);
Description
Sets the value of the field parameter specified by DbxValue
to the UnicodeString value specified by Value
.