Data.DBXMemoryRow.TDBXMemoryRow.SetWideString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetWideString(DbxValue: TDBXWideStringValue;  const Value: string); override;

C++

virtual void __fastcall SetWideString(Data::Dbxcommon::TDBXWideStringValue* DbxValue, const System::UnicodeString Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Data.DBXMemoryRow TDBXMemoryRow

Description

Sets the WideString value for the strings of 16-bit characters.

SetWideString sets the WideString value for TDBXMemoryRow instances of data types that are strings of 16-bit characters.

See Also