Skip to main content

TcxDataFindCriteria.GoToFirstMatch Method

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

Declaration

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