点击或拖拽改变大小

ADSIndex 方法

X#

ADSIndex 类型公开以下成员。

方法
  名称说明
公共方法Flush
Flush the changes to the index.
(继承自 BaseIndex。)
公共方法OrderCondition
Set the condition for the next Index Creation
(重写 OrderCondition(DbOrderCondInfo).)
公共方法OrderCreate
Create a new index or tag.
(重写 OrderCreate(DbOrderCreateInfo).)
公共方法OrderDestroy
Delete an index or tag.
(重写 OrderDestroy(DbOrderInfo).)
公共方法OrderInfo
Retrieve information about the current index.
(重写 OrderInfo(UInt32, DbOrderInfo).)
公共方法OrderListAdd
Open an index file and add to the list of open indexes for the current Workarea.
(重写 OrderListAdd(DbOrderInfo).)
公共方法OrderListDelete
Close an index file and remove it from the list of open indexes for the current Workarea.
(重写 OrderListDelete(DbOrderInfo).)
公共方法OrderListFocus
Set focus to another index in the list open indexes for the current Workarea.
(重写 OrderListFocus(DbOrderInfo).)
公共方法OrderListRebuild
Rebuild all indexes for the current Workarea.
(重写 OrderListRebuild.)
公共方法Seek
Perform a seek operation on the current selected index for the current Workarea.
(重写 Seek(DbSeekInfo).)
Top
参见