Copies string characters using positions and length.
procedure MoveChars( const ASource: ShortString; ASourceStart: integer; var ADest: ShortString; ADestStart: integer; ALen: integer );
Parameters |
Description |
ASource |
|
ASourceStart |
|
ADest |
|
ADestStart |
|
ALen |
|
MoveChars is a procedure used to copy characters in the string identified by ASource starting at the position identified by ASourceStart into the string identified by ADest at the position identified in ADestStart.
Missing parameter docs.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |