CAIndex::GetValueByNumber
Revision as of 03:27, 23 October 2015 by Jhuawen (talk | contribs) (Created page with "* CAIndex::GetNumberByValue")
ADE User Guide > ADE Server Class Reference > CAIndex
variant GetValueByNumber(int n)
Returns the index label at the specified position in the index.
参 数
«n» : integer - the position in the index, where the first element is at position 1.
返回值
variant:变体
API 错误
- 23 - "Illegal position in index"
示例用法
lastLabel = theIndex.GetValueByNumber( theIndex.IndexElements )
另请参考
Comments
Enable comment auto-refresher