Difference between revisions of "CAIndex::GetValueByNumber"

(Created page with "<< Back to CAIndex = variant GetValueByNumber(int n) = Returns the index label at the specified position in the index. == Parameters == «n» : integer - the p...")
 
Line 1: Line 1:
[[CAIndex|<< Back to CAIndex]]
+
[[Category:ADE User Guide]]
 
+
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAIndex]]
 +
<languages />
 +
<translate>
 
= variant GetValueByNumber(int n) =
 
= variant GetValueByNumber(int n) =
  
Line 24: Line 26:
  
 
* [[CAIndex::GetNumberByValue]]
 
* [[CAIndex::GetNumberByValue]]
 +
</translate>

Revision as of 01:17, 16 June 2015

ADE User Guide > ADE Server Class Reference > CAIndex

Other languages:
English • ‎中文

variant GetValueByNumber(int n)

Returns the index label at the specified position in the index.

Parameters

«n» : integer - the position in the index, where the first element is at position 1.

Return value

variant

API Errors

23 - "Illegal position in index"

Example Usage

lastLabel = theIndex.GetValueByNumber( theIndex.IndexElements )

See Also

Comments


You are not allowed to post comments.