Data.DBXMemoryRow.TDBXMemoryRow.SetAnsiString

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 SetAnsiString(DbxValue: TDBXAnsiStringValue; const Value: AnsiString); override;

C++

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

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