Data.DBXMemoryRow.TDBXMemoryRow.GetAnsiString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetAnsiString(DbxValue: TDBXAnsiStringValue; var AnsiStringBuilder: TDBXAnsiStringBuilder; var IsNull: LongBool); override;

C++

virtual void __fastcall GetAnsiString(Data::Dbxcommon::TDBXAnsiStringValue* DbxValue, char * &AnsiStringBuilder, System::LongBool &IsNull);

Properties

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

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.

See Also