Data.DBXDBReaders.TDBXDataSetRow.SetString
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Data.DBXDBReaders.pas Data.DBXDBReaders.hpp
| |
| Unit: Data.DBXDBReaders | |
| Parent: TDBXDataSetRow | |
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 specified by DbxValue to the AnsiString value specified by Value.