Icon Insert Method

procedure Insert(Position: Integer; const Value: String)

procedure Insert(Position: Integer; Value: Char)

Available In: Client and Server Applications

Use this method to insert a single character, or another string, into the string at a specific position.
Image