WPTools Manual



Search


(press enter to search)

Function TWPStringBuilder.CopyBuffer(Dest:Pointer; FromIndex:Integer; aCount:Integer) : Integer

Unit: WPRTEPlatform
Class: WPRTEPlatform.TWPStringBuilder

Parameters

  • Dest:Pointer
  • FromIndex:Integer
  • aCount:Integer

Returns

The type of the result value is Integer.

Description

Copies the bytes to buffer and appends a #0 char. Returns the count of copied chars without additional #0