current_item_name

Declaration

current_item_name: STRING

Description

Name of the current item in the current query. Calls to next, previous or updating the query change the current item in the query.

See Also

current_item_index
database functions
Database

Example

script show_current_item is
  message ('current item is ' . current_item_name, Message_info)
end