| OnRecallCriteria Event |
Applies to
TIB_SearchBar
Declaration
TNotifyEvent = Procedure(Sender: TObject) of object;
Description
Event that enables a custom display of a dialog to save the current
search criteria.
See the TIB_Dataset method ReadSearch() to see how search criteria
can be made persistant.
This means that you can store and load several different search criteria
templates that remain between application instances.