Programozás Delphiben I.

Page 221

… type TForm1 = class(TForm) ListBox1:TListBox; Button1:TButton; procedure Button1Click(Sender: TObject); private { Private declarations } procedure OnListBoxDelete(var msg: TWMDeleteItem); message WM_DELETEITEM; public { Public declarations } end; var Form1: TForm1; implementation {$R *.dfm} procedure TForm1.OnListBoxDelete(var msg: TWMDeleteItem); const LOGFORMAT = ’%s – törölve: %s, %s’; var F: TextFile; begin AssignFile(F, ’elemek.log’); if not FileExists(’elemek.log’) then begin

221


Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.