Click or drag to resize

ADSIndex Methods

X#

The ADSIndex type exposes the following members.

Functions
  NameDescription
Public methodFlush
Flush the changes to the index.
(Inherited from BaseIndex.)
Public methodOrderCondition
Set the condition for the next Index Creation
(Overrides OrderCondition(DbOrderCondInfo).)
Public methodOrderCreate
Create a new index or tag.
(Overrides OrderCreate(DbOrderCreateInfo).)
Public methodOrderDestroy
Delete an index or tag.
(Overrides OrderDestroy(DbOrderInfo).)
Public methodOrderInfo
Retrieve information about the current index.
(Overrides OrderInfo(DWord, DbOrderInfo).)
Public methodOrderListAdd
Open an index file and add to the list of open indexes for the current Workarea.
(Overrides OrderListAdd(DbOrderInfo).)
Public methodOrderListDelete
Close an index file and remove it from the list of open indexes for the current Workarea.
(Overrides OrderListDelete(DbOrderInfo).)
Public methodOrderListFocus
Set focus to another index in the list open indexes for the current Workarea.
(Overrides OrderListFocus(DbOrderInfo).)
Public methodOrderListRebuild
Rebuild all indexes for the current Workarea.
(Overrides OrderListRebuild.)
Public methodSeek
Perform a seek operation on the current selected index for the current Workarea.
(Overrides Seek(DbSeekInfo).)
Top
See Also