Description
TPSCSearchType values determine the way how records are searched in the dataset.
The following table lists the possible values:
stFirst - first record from top of the table which satisfy search conditions becomes current. stNext - next record from the current one which satisfy search conditions becomes current. stPrior - prior record to the current one which satisfy search conditions becomes current. stLast - last record from the bottom of the table which satisfy search conditions becomes current.