CAIndex

Revision as of 07:36, 8 October 2015 by Jhuawen (talk | contribs) (Created page with " ADE 用户指南 > ADE服务器类型参考 >")
Other languages:
English • ‎中文

ADE 用户指南 > ADE服务器类型参考 >

The CAIndex class provides information about the index of a CATable.

Properties

{get} int IndexElements

Returns the number of elements in the index.

{get,put} string Name

Sets and returns the name of the object.

{get,put} CARenderingStyle RenderingStyle

Settings controlling how atomic values are returned.


Methods

int GetNumberByValue(variant w)

Returns an index element's position in the index given its label.

variant GetValueByNumber(int i)

Returns an index elements label, based on its position in the index.


Internal Use Only

These methods are used internally by ADE, and should not be called by your program.

bool Send()

bool ObtainIndex(string indexName)

See Also

CATable <- CAIndex -> CARenderingStyle
Comments


You are not allowed to post comments.