Icon Create Method

constructor Create(const Value: String='')

Available In: Client and Server Applications

Use this method to create a new instance of the TStringBuilder class. The optional Value parameter is used to initialize the string builder instance with a specific string value.
Image