|
Re: Get tab page name [message #333751 is a reply to message #333729] |
Mon, 14 July 2008 06:20 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Here's one way to do that:- First step is to detect current item (which is, of course, on the current tab) using the :system variable :system.cursor_item.
- Once you know the item, use GET_ITEM_PROPERTY built-in and search what ITEM_TAB_PAGE property returns.
Or, you might use the GET_TAB_PAGE_PROPERTY built-in in order to find the tab page LABEL.
|
|
|