Unit rDBFilterSaver
Description
rDBFilterSaver provides universal dialog for saving and loading of filter strings.
Full functional demo
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Variables
Description
Functions and Procedures
procedure SaveFilter(rDBGrid: TrDBGrid); |
Show dialog for saving of current filter - user can edit filter name and save
|
function LoadFilter(rDBGrid: TrDBGrid): boolean; |
Show DBFilterSaver dialog with list of stored filters - user can select and activate filter
|
function LoadFilterNames(rDBGrid: TrDBGrid; L: TStrings): boolean; |
Load list of stored filters names - used for dropdown menu
|
function ActiveFilterName(rDBGrid: TrDBGrid; FilterName: string): boolean; |
Activate stored filter
|
Variables
Author
Created
Feb 2003
Last Modified
Sep 2015
Generated by PasDoc 0.15.0.
|