TcxDataFindCriteria.GoToLastMatch Method
Moves focus to the last row that meets the active filter or search criteria.
Declaration
function GoToLastMatch: Boolean;
Returns
Type |
---|
Boolean |
Remarks
The function moves focus to the last row that meets the active search criteria and returns True. If there are no search results or an attempt to move focus fails for any reason, the GoToLastMatch function leaves focus at the current position and returns False.
Note
A successful GoToLastMatch function call synchronizes focus and active selection.
See Also