Data.DBXDBReaders.TDBXDataSetRow.SetWideString

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: TDBXDataSetRow

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 specified by DbxValue to the UnicodeString value specified by Value.

See Also