Data.DBXMemoryRow.TDBXMemoryRow.SetWideString

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Unit: Data.DBXMemoryRow
Parent: TDBXMemoryRow

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