Introduces a method to insert a string at a specified position.
procedure Insert(Index: Integer; const S: ecString); override;
Index is a number of a string where S string is inserted. Index of the first string is 0, index of the second is 1, and so on.
|
Copyright (c) 2004-2011. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|