CAIndex

Revision as of 07:38, 8 October 2015 by Jhuawen (talk | contribs) (Created page with "= 方法 =")
Other languages:
English • ‎中文

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

CAIndex类型提供关于 CATable索引的信息。

属性

{get} int IndexElements

返回索引中元素的数量。

{get,put} string Name

设置并返回对象的名称。

{get,put} CARenderingStyle RenderingStyle

设置:控制基元值如何被传递。


方法

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.