On Thu, 5 May 2022, Alexey Torgashin via fpc-pascal wrote:
(I posted to the forum, but it's better to post here.)
TStringList.Text setter does this
Procedure TStrings.DoSetTextStr(const Value: string; DoClear : Boolean);
...
if FLineBreak=sLineBreak then
begin
Wh
(I posted to the forum, but it's better to post here.)
TStringList.Text setter does this
Procedure TStrings.DoSetTextStr(const Value: string; DoClear :
Boolean);
...
if FLineBreak=sLineBreak then
begin
While GetNextLine (Value,S,P) do
Add(S)