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

TDisplayFieldProperty -

Functions

ClearDBFinder -
GetDBFinderInfo - Clears a control's text property, or sets its itemindex to -1
Register - Register the components

Types

TDBFinderInfo
TFilterMode

Constants

Variables


Functions


procedure ClearDBFinder(Control: TControl);


function GetDBFinderInfo(const Control: TControl): TDBFinderInfo;

Clears a control's text property, or sets its itemindex to -1

procedure Register;

Register the components

Types


TDBFinderInfo = record
Datafield : string;
GroupIndex : cardinal;
IsAFinder : boolean;
TabOrder : cardinal;
Text : string;
end;

TFilterMode = (fmApplyFilter, fmIgnoreFilter, fmRemoveFilter);

Constants


Variables