RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBTable.DefaultIndex Property

Specifies if the data in the table should be ordered on a default index when opened.

Pascal
property DefaultIndex: Boolean;
C++
__property Boolean DefaultIndex;

When this property is set to false, an ORDER BY clause is not used when opening a table on the server. When DefaultIndex is true, the data is ordered based on the primary key or a unique index when opening the table. DefaultIndex defaults to true. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!