+------------------------------------------------------------------------------+
| TFilerDialog Component Version 1.0                                           |
+------------------------------------------------------------------------------+
| Author: Herv Roz                                                            |
| e-mail: hroz@chez.com                                                        |
+------------------------------------------------------------------------------+
| Description:                                                                 |
|   A component that allows you to perform table filter operation              |
| by selecting columns name, operators and assigning values in a               |
| filter dialog box.                                                           |
+------------------------------------------------------------------------------+
| Properties:                                                                  |
|   Filter: Specify the text of the active data set filter.                    |
|   Filtered: Specify if the filter on the data set is active.                 |
|   FilterOptions:                                                             |
|     -foCaseInsensitive                                                       |
|     -foNoPartialCompare                                                      |
|   Table: Data set of wich you apply the filter.                              |
|   Title: Title of the dialog box.                                            |
|                                                                              |
| (*): Read only property                                                      |
+------------------------------------------------------------------------------+
| Methods:                                                                     |
|   Execute: Show the filter dialog box. Returns False if the user select the  |
|     Cancel Button.                                                           |
+------------------------------------------------------------------------------+
| Events:                                                                      |
+------------------------------------------------------------------------------+

+------------------------------------------------------------------------------+
| Installation                                                                 |
+------------------------------------------------------------------------------+
| 1. Unzip the file to any directory you like, for instance                    |
|   C:\Delphi 3\Source\FiltrDlg, ...                                           |
| 2. Start Delphi and close any projects and/or files                          |
| 3. From the menu, choose 'Components/Install Components...'                  |
| 4. In the dialog, click 'Browse'                                             |
| 5. Navigate to your chosen directory and select 'FiltrDlg.pas'               |
| 6. Click OK the way back                                                     |
| 7. In the dialog you have now set the unit file                              |
| 8. Click OK to perform the install                                           |
+------------------------------------------------------------------------------+

+------------------------------------------------------------------------------+
| ******************************* IMPORTANT ********************************** |
+------------------------------------------------------------------------------+
|     This software is absolutely free. Use it and enjoy Delphi.               |
|     All I want is to know why and how you are using this                     |
|     software.                                                                |
|                                                                              |
|     Suggestions for improvement and fixes are always welcome,                |
|     although no guarantee is made when we'll implemement them.               |
|                                                                              |
|     If you do use this component, please drop me an email                    |
|     telling me how you used it.                                              |
|                                                                              |
|     For bug reports, suggestions, new versions etc. contact me:              |
|                                                                              |
|     e-mail: hroz@chez.com                                                    |
|     URL: http://www.chez.com/herveroz                                        |
|                                                                              |
+------------------------------------------------------------------------------+
