Re: [fpc-pascal] Using StrindGrid

2010-01-14 Thread John & Marg Sunderland
berna uyan?k wrote: Hi, I started lazarus newly Codes that I used is below: unit Unit1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, LResources, Forms, Controls, Graphics, Dialogs, Grids; type { TForm1 } TForm1 = class(TForm) grid1: TStringGrid; procedure FormCreate(Sen

[fpc-pascal] Using StrindGrid

2010-01-14 Thread berna uyanık
Hi, I started lazarus newly Codes that I used is below: unit Unit1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, LResources, Forms, Controls, Graphics, Dialogs, Grids; type { TForm1 } TForm1 = class(TForm) grid1: TStringGrid; procedure FormCreate(Sender: TObject); private {