Data.DBXMemoryRow.TDBXMemoryRow.SetAnsiString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAnsiString(DbxValue: TDBXAnsiStringValue; const Value: AnsiString); override;

C++

virtual void __fastcall SetAnsiString(Data::Dbxcommon::TDBXAnsiStringValue* DbxValue, const System::AnsiString Value);

Properties

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

Description

Sets the AnsiString value for the dynamically allocated strings.

SetAnsiString sets the AnsiString value for TDBXMemoryRow instances of data types that are dynamically allocated strings.

See Also