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...")
 
(Marked this version for translation)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[CAIndex|<< Back to CAIndex]]
+
[[Category:ADE User Guide]]
 
+
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAIndex]]
= variant GetValueByNumber(int n) =
+
<languages />
 +
<translate>
 +
= variant GetValueByNumber(int n) = <!--T:1-->
  
 +
<!--T:2-->
 
Returns the index label at the specified position in the index.
 
Returns the index label at the specified position in the index.
  
== Parameters ==
+
== Parameters == <!--T:3-->
  
 +
<!--T:4-->
 
«n» : integer - the position in the index, where the first element is at position 1.
 
«n» : integer - the position in the index, where the first element is at position 1.
  
== Return value ==
+
== Return value == <!--T:5-->
  
 +
<!--T:6-->
 
variant
 
variant
  
== API Errors ==
+
== API Errors == <!--T:7-->
  
 +
<!--T:8-->
 
:23 - "Illegal position in index"
 
:23 - "Illegal position in index"
  
= Example Usage =
+
= Example Usage = <!--T:9-->
  
  lastLabel = theIndex.GetValueByNumber( theIndex.[[CAIndex::IndexElements|IndexElements]] )
+
  <!--T:10-->
 +
lastLabel = theIndex.GetValueByNumber( theIndex.[[CAIndex::IndexElements|IndexElements]] )
  
= See Also =
+
= See Also = <!--T:11-->
  
 +
<!--T:12-->
 
* [[CAIndex::GetNumberByValue]]
 
* [[CAIndex::GetNumberByValue]]
 +
</translate>

Latest 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.