GetItemText Method (OracleFormsChoice)
Class
OracleFormsChoice
class
Action
Returns the item at the specified index.
Syntax
sItemText
=
oracleFormsChoice
.
GetItemText
(
index
)
Variable
Description
sItemText
The name of the item. STRING.
index
The index of the item. The value is one-based. INTEGER.