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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|