Unit DBFinder |
*************************************************************************} { TDBFinder freeware components by Deborah Pate } { Version 1.6, April 1998 } { } { Registers TDBFinder controls, data-aware controls for } { finding records in 32-bit Delphi. } { } { The TDBFinder controls in this version are TDBFinderEdit & TDBFinderCombo.} { } { Please send comments, bug reports, suggestions to dpate@hotmail.com. } {
Classes |
Functions |
ClearDBFinder -
GetDBFinderInfo - Clears a control's text property, or sets its itemindex to -1
Register - Register the components
Types |
Constants |
Variables |
Functions |
Types |
TDBFinderInfo = record
Datafield : string;
GroupIndex : cardinal;
IsAFinder : boolean;
TabOrder : cardinal;
Text : string;
end;
TFilterMode = (fmApplyFilter, fmIgnoreFilter, fmRemoveFilter);
Constants |
Variables |