Unit Dbslocat

============================================================== // Copyright (c) 1996 by Aaron Castro and VK Thakur. // Version 3.0 enhancements by Eric Engler.

Classes

TDLGLocate - **********************************************************************} {Locate Dialog box class} {

Functions

Types

TLocateInfo

Constants

Variables

DLGLocate
FindNext
GotoFirst
GotoLast


Functions


Types


TLocateInfo = record
LocateField : string;
LocateText : string;
CaseSensitive : boolean;
ExactMatch : boolean;
GotoFirst : boolean;
GotoLast : boolean;
FindNext : boolean;
end;
**********************************************************************} {structure used to set and retrieve information from the locate dialogbox} {

Constants


Variables

DLGLocate : TDLGLocate

FindNext : boolean

GotoFirst : boolean

GotoLast : boolean