System.SysUtils.TStringBuilder.Clear
Delphi
procedure Clear;
C++
void __fastcall Clear();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | TStringBuilder |
Description
Clears this instance of the TStringBuilder class.
Call Clear to clear the contents of this TStringBuilder class. After a call to Clear, the length of the stored string becomes 0.
Calling Clear is equivalent to setting the Length property to a value of 0.
See Also
Code Examples