Data.DBXDBReaders.TDBXParamsRow.SetString

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also