BBjListCancelEvent::getSelectedItem

Description

In BBj 12.0 and higher, this method returns the text of the currently selected item in a BBjListButton or BBjListEdit control.

Syntax

Return Value

Method

string

getSelectedItem()

Parameters

None.

Return Value

Returns the text of the currently selected item, or "" if no item is selected. For a BBjListEdit, this returns the text in the edit area.

Remarks

None.

Example

See Also

BBjEvent

BBj Object Diagram for an illustration of the relationship between BBjObjects.