RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStringBuilder.AppendLine Method ()

Appends a line terminator or a string and a line terminator to the current character array in this instance.

Pascal
function AppendLine: TStringBuilder; overload;
function AppendLine(const Value: string): TStringBuilder; overload;
C++
__fastcall TStringBuilder AppendLine();
__fastcall TStringBuilder AppendLine(const AnsiString Value);

Use AppendLine to append a line terminator or a string and a line terminator to the current character array in this instance. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!