Data.DBXMemoryRow.TDBXMemoryRow.GetAnsiString
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXMemoryRow.pas Data.DBXMemoryRow.hpp
| |
Unit: Data.DBXMemoryRow | |
Parent: TDBXMemoryRow |
Delphi
procedure GetAnsiString(DbxValue: TDBXAnsiStringValue; var AnsiStringBuilder: TDBXAnsiStringBuilder; var IsNull: LongBool); override;
C++
virtual void __fastcall GetAnsiString(Data::Dbxcommon::TDBXAnsiStringValue* DbxValue, Data::Dbxplatform::TDBXAnsiStringBuilder &AnsiStringBuilder, System::LongBool &IsNull);
Description
Gets the AnsiString value for dynamically allocated strings.
GetAnsiString gets the AnsiString value for TDBXMemoryRow instances of data types that are dynamically allocated strings.