Data.DBXMemoryRow.TDBXMemoryRow.GetWideString
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXMemoryRow.pas Data.DBXMemoryRow.hpp
| |
Unit: Data.DBXMemoryRow | |
Parent: TDBXMemoryRow |
Delphi
procedure GetWideString(DbxValue: TDBXWideStringValue; var WideStringBuilder: TDBXWideStringBuilder; var IsNull: LongBool); override;
C++
virtual void __fastcall GetWideString(Data::Dbxcommon::TDBXWideStringValue* DbxValue, Data::Dbxplatform::TDBXWideStringBuilder &WideStringBuilder, System::LongBool &IsNull)/* overload */;
inline void __fastcall GetWideString(Data::Dbxcommon::TDBXWideStringValue* DbxValue, System::UnicodeString &Value, System::LongBool &IsNull){ Data::Dbxcommon::TDBXRow::GetWideString(DbxValue, Value, IsNull); }
Description
Gets the WideString value for the strings of 16-bit characters.
GetWideString gets the WideString value for TDBXMemoryRow instances of data types that are strings of 16-bit characters.