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 |
Constants |
Variables |
DLGLocate
FindNext
GotoFirst
GotoLast
Functions |
Types |
TLocateInfo = record**********************************************************************} {structure used to set and retrieve information from the locate dialogbox} {
LocateField : string;
LocateText : string;
CaseSensitive : boolean;
ExactMatch : boolean;
GotoFirst : boolean;
GotoLast : boolean;
FindNext : boolean;
end;
Constants |
Variables |