TIB_SearchBar_ButtonType Type

Unit
IB_SearchBar

Declaration

TIB_SearchBar_ButtonType = ( sbOrder,
                             sbSearch,
                             sbSave,
                             sbClear,
                             sbRecall,
                             sbCount );

Description
These are the different button types available to this button bar. sbSearch puts the dataset into dssSearching mode. sbSave stores all of the QBE search criteria into a buffer. sbClear clears out all QBE search criteria. sbRecall restores from a buffer the previously saved QBE search criteria. sbCount performs a count of all rows matching the current QBE search criteria.