TStringHelper.CopyTo
Copy part of the string to an array of characters
Declaration
Source position: syshelph.inc line 102
public
procedure CopyTo(SourceIndex: SizeInt; var destination: Array of Char;
DestinationIndex: SizeInt; ACount: SizeInt);
Description
CopyTo copies at most ACount characters from the source string (Self) to the array Destination, starting at (zero based) index SourceIndex. The characters are copied to the array starting at position DestinationIndex (zero based).
See also
Name | Description |
---|---|
Copy | Copy part of a string. |