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