Try OpenEdge Now
ABL Reference
Handle Attributes and Methods Reference
:
ENTRY( ) method
ENTRY( ) method
Returns the character-string value of the specified list entry.
Return type:
CHARACTER
Applies to:
BROWSE widget
(column),
COMBO-BOX widget
,
SELECTION-LIST widget
Syntax
ENTRY (
list-index
)
list-index
An integer expression that specifies an entry within the combo-box list or selection list.
For browses, this method applies only to combo-box browse columns.