TDBgrTool (32 bit) v. 1.0 (Freeware)
Copyright (C) 1996,1997 by Bogdan Horvat.

TDBgrTool is an excellent non-visible component. It offers you 4 very useful functions for 
work with TDBGrid :

- Search data in grid.
- Filter data in grid.
- Setup view of grid (special dialog)
- Saving view of grid in ini file.

1.  Search data in grid
User can search data in grid by all fields in grid. You can setup hotkey for user.

2.  Filter data in grid
With this function end user can filter data in grid. End user have a special dialog 
for that.

3. Setup view of grid
With this function end user can change view of grid. User have a special dialog for that.

4.  Saving view of grid in ini file
With this function program will save information about view of grid in ini file.

5. Added property:
DBGrid              : TCustomDBGrid

FilHotKey           : HotKey for filter data in grid
FilterOriginal      : if your application already use some filter 

IniFileName         : name of ini file(default application name)
IniSaveGrid         : if true program will save information in ini file
IniSectionName      : name of section in ini file(default Form.Name+Table.Name)

RuntimeMessages     : you can set all messages and captions, if your language is not English

SrchCaseInsensitive : Option for Locate method. Default false.
SrchHotKey          : HotKey for search data in grid

ViewHotKey          : HotKey for set view of grid


6. Public functions:
procedure ExecFilter     : filter data in grid
procedure ExecSearch     : search data in grid
procedure ExecView       : set view of grid
procedure SaveDataSet    : save information in ini file
procedure RestoreDataSet : restore information from ini file

7. Register
You have to register TDBgrTool, if you want to receive source code.
