Icon View Incident Report

Serious Serious
Reported By: Matthew Jones [Banxia Software Ltd]
Reported On: 1/29/2014
For: Version 1.03 Build 1
# 3975 The TStringList LineSeparator Property is Incorrectly Set to CRLF Instead of Just LF

The TMemo Lines property is failing in 1.03.

Create a project with a label and memo. Create an OnChange handler like the following. Run the project, type lines in the memo. There is always only one line. This was not the case in 1.02. I first noticed this in the text returned having LF characters, but not sure how it all relates.

procedure TForm1.Memo1Change(Sender: TObject);
begin
    Label1.Caption := IntToStr(Memo1.Lines.Count) + ' lines';
end;



Resolution Resolution
Fixed Problem on 1/30/2014 in version 1.03 build 2


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image