company logo

ControlContext :: itemKey - Get key value for selected item in list

The function returns the key for the currently selected item in a table or tree control. The key is the order key currently selected for the collection (property handle). When the collection is unordered, the instance converted into string format will be returned.

Return value:  Key string ( odaba::String & )

The key string is a value to be searched in a list or text field.

Implementation details

odaba::String ControlContext  :: itemKey (  )