GetItemText Method (OracleFormsChoice)
Class
OracleFormsChoice
.
Action
Returns the item at the specified index.
Syntax
itemText
=
oracleFormsChoice
.
GetItemText
(
index
)
Variable
Description
itemText
The name of the item.
String
.
index
The index of the item. The value is zero-based.
Integer
.