IBX.IBTable.TIBTable.DefaultIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultIndex: Boolean read FDefaultIndex write FDefaultIndex default True;

C++

__property bool DefaultIndex = {read=FDefaultIndex, write=FDefaultIndex, default=1};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBTable.pas
IBX.IBTable.hpp
IBX.IBTable TIBTable

Description

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

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.