diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-08-10 14:41:14 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-08-10 14:41:14 +0200 |
commit | a21ecfc82f48a426feae5a168129a1efd6f4473f (patch) | |
tree | 94c525d2ed6e2a1d00400215db73d5a880e76f08 /docs | |
parent | 4b1f7b27e3affdbc8b457de595a239f24d4022cb (diff) | |
download | fpGUI-a21ecfc82f48a426feae5a168129a1efd6f4473f.tar.xz |
docs: update docs for fpg_dialogs.pas unit.
* also fixed the fpdoc syntax errors that was reported.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml/gui/fpg_dialogs.xml | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/docs/xml/gui/fpg_dialogs.xml b/docs/xml/gui/fpg_dialogs.xml index a43ce118..40b17cde 100644 --- a/docs/xml/gui/fpg_dialogs.xml +++ b/docs/xml/gui/fpg_dialogs.xml @@ -85,20 +85,15 @@ When the dialog is opened the file specified is pre selected. <!-- property Visibility: public --> <element name="TfpgFileDialog.Filter"> <short>File mask filters available in the dialog.</short> -<descr> -<p> -The filter consists out of two parts separated by a | sign. If more than +<descr><p>The filter consists out of two parts separated by a | sign. If more than one filter needs to be specified each filter is also separated by a | sign. The format for a single filter is: <description>|<filemask> The format for multiple filters are: <description>|<filemask>|<description>|<filemask>|<description>|<filemask> </p> -<p> - Example:<br/> - <ul> - <li><p>'All Files (*)|*'</p></li> - <li><p>'All Files (*)|*|Object Pascal (*.pas)|*.pas'</p></li> - </ul> -</p> +<p>Example:</p> +<code>'All Files (*)|*' +'All Files (*)|*|Object Pascal (*.pas)|*.pas' +</code> <p> A filemask can also contain more than one mask separated by a ; sign.<br/> eg: 'Object Pascal|*.pas;*.lpi;*.pp' |