Data.DBXPlatform.TDBXPlatform.CopyStringBuilder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure CopyStringBuilder(const Value: TDBXAnsiStringBuilder; var Dest: AnsiString); static; inline;

C++

static void __fastcall CopyStringBuilder(const char * Value, System::AnsiString &Dest);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

Description

Copies a TDBXAnsiStringBuilder to another.

The CopyStringBuilder static method copies the value of a TDBXAnsiStringBuilder, given through Value to an AnsiString, given through Dest.

See Also