Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxDataFindCriteria.GoToFirstMatch Method

Moves focus to the first row that meets the active filter or search criteria.

#Declaration

Delphi
function GoToFirstMatch: Boolean;

#Returns

Type
Boolean

#Remarks

The function moves focus to the first 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 GoToFirstMatch function leaves focus at the current position and returns False.

Note

A successful GoToFirstMatch function call synchronizes focus and active selection.

See Also