API:System.SysUtils.TStringBuilder.CopyTo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CopyTo(SourceIndex: Integer; const Destination: TCharArray; DestinationIndex: Integer; Count: Integer);

C++

void __fastcall CopyTo(int SourceIndex, const System::DynamicArray<System::WideChar> Destination, int DestinationIndex, int Count);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TStringBuilder

Description

Embarcadero Technologies does not currently have any additional information.