[lazarus] Updates

Shane Miller SMiller1 at stvgb.org
Tue Dec 18 17:03:38 EST 2001


Changes:

- Breakpoints are added to breakpoints dialog when you click on the gutter.  They don't automatically change the line number in the dialog when lines are added to the source.

- TListView 80% completed.  You can now add items like Delphi:
   var  LI : TListItem;
   Begin
      LI := ListView1.Items.Add;
      LI.Caption := 'something';
      LI.SubItems.Add('subitem 1');
  end;

  Columns can be added and deleted.  This is not FULLY tested but it's usable at this point.

Shane







More information about the Lazarus mailing list