Icon Append Method

procedure Append(const Value: String)

procedure Append(Value: Char)

Available In: Client and Server Applications

Use this method to append a single character, or another string, to the string.
Image