Icon GotoKey Method

bool __fastcall GotoKey(void)

Usage

Use the GotoKey method to move to a row specified by search values assigned with previous calls to the SetKey or EditKey methods. The search is peformed using the active index. The IndexName or IndexFieldNames property specifies the active index. If the GotoKey method finds a matching row, it positions the table on the row and returns True. Otherwise the current table position remains unchanged, and GotoKey returns False.
Image