From 220f4bb067887a8c7dadcf2c56ee1aa24032b195 Mon Sep 17 00:00:00 2001 From: graemeg Date: Wed, 22 Aug 2007 15:07:28 +0000 Subject: * Started the implementation of a StringGrid. It is not complete yet. --- examples/gui/filedialog/filedialog.lpr | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/gui/filedialog/filedialog.lpr') diff --git a/examples/gui/filedialog/filedialog.lpr b/examples/gui/filedialog/filedialog.lpr index d7b1f176..01793a6f 100644 --- a/examples/gui/filedialog/filedialog.lpr +++ b/examples/gui/filedialog/filedialog.lpr @@ -42,6 +42,7 @@ var begin dlg := TfpgFileDialog.Create(nil); try + // defines 3 filters (All Files, Object Pascal and Lazarus Project) dlg.Filter := 'All Files (*)|*|Object Pascal (*.pas;*.lpr;*.pp)|*.pas;*.lpr;*.pp|Lazarus Project (*.lpi)|*.lpi'; if dlg.RunOpenFile then edFilename.Text := dlg.FileName; -- cgit v1.2.3-70-g09d2