点击或拖拽改变大小

DbOrderCondInfo 字段

X#

DbOrderCondInfo 类型公开以下成员。

字段
  名称说明
公共字段Active
A flag that is TRUE if one or more valid conditions have been specified in the structure.
公共字段Additive
A flag that is TRUE if open orders should remain open while the new order is being created.
公共字段All
A flag that is TRUE if all rows are to be processed during order creation.
公共字段Collation
Collation for the FoxPro INDEX ON command
公共字段Custom
A flag that is TRUE if the new order will be a custom built order.
公共字段Descending
A flag that is TRUE if the order should be created in descending order.
公共字段EvalBlock
A code block defining the expression to evaluate every StepSize rows during the creation of the order. The code block referenced should return a logical value: TRUE indicates that creation of the order should continue normally, and FALSE indicates that order creation should terminate.
公共字段ForBlock
A code block defining the for condition to use for the creation and maintenance of the order.
公共字段ForExpression
A string defining the for condition to use for the creation and maintenance of the order.
公共字段IsBinary
Binary option for the FoxPro INDEX ON command
公共字段IsCandidate
Candidate option for the FoxPro INDEX ON command
公共字段IsCompact
Compact option for the FoxPro INDEX ON command
公共字段NextCount
The number of rows to process for order creation.
公共字段NoOptimize
A flag that is TRUE if the for condition may NOT be optimized,
公共字段RecNo
A single row number to include in the order.
公共字段Rest
A flag that is TRUE if only the rows specified by lStartRecno through end-of-file are to be included in the order.
公共字段Scoped
A flag indicating whether the order is to be scoped. fScoped will be TRUE if WhileBlock, NextCount, Recno, Rest, or All is specified.
公共字段StartRecNo
The row at which to begin processing when either the NextCount or Rest scoping options are specified.
公共字段StepSize
The frequency of the evaluation of EvalBlock.
公共字段UseCurrent
A flag that is TRUE if only rows in the controlling order are to be included in the order.
公共字段WhileBlock
A code block defining the while condition to use for the creation of the order. An empty value indicates that no while condition is being imposed.
公共字段WhileExpression
A string defining the for while condition to use for the creation and maintenance of the order.
Top
参见