Data.DBXDBReaders.TDBXParamsRow.SetAnsiString

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 SetAnsiString(DbxValue: TDBXAnsiStringValue;
const Value: AnsiString); override;

C++

virtual void __fastcall SetAnsiString(Data::Dbxcommon::TDBXAnsiStringValue* DbxValue, const System::AnsiString Value);

Description

Sets the value of the field parameter specified by DbxValue to the AnsiString value specified by Value.

See Also