TurboDB VCL Component Library

TTdbTable.UpdateIndex

TTdbTable        See also

Previous  Top  Next

Rebuilds an index of a table.

Delphi syntax:

procedure UpdateIndex(const Name: String);

C++ syntax:

void __fastcall UpdateIndex(const AnsiString Name);

Description

Call UpdateIndex to rebuild an index of the table. Rebuilding an index can be necessary if the index has faults such that sorting and searching lead to wrong results.