Programmer Guide/Macro Library/SHOWITEM: Difference between revisions
From STX Wiki
Jump to navigationJump to search
m (1 revision: Initial import) |
No edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE: | {{DISPLAYTITLE:ShowItem - Display shell item properties and/or data}} | ||
SHOWITEM itemname [ ; <var>title</var> ] | |||
:Show properties or data of the shell item <var>itemname</var> in a popup dialog. | |||
= | {|class="einrahmen" | ||
!argument !!description | |||
|- | |||
|<var>itemname</var> | |||
|The name of the shell item to be displayed | |||
|- | |||
|<var>title</var> | |||
|The dialog window caption | |||
|- | |||
!RESULT !!description | |||
|- | |||
|''undefined'' || the return value of this macro is undefined and should always be ignored | |||
|} | |||
:The displayed data depend on the type of the shell item <var>itemname</var>. | |||
;tables simple table: The content (data entries) of the table is displayed. The conext menu functions can be used to copy or save the data. | |||
;extended table, parameter table: | |||
Revision as of 11:56, 8 February 2016
SHOWITEM itemname [ ; title ]
- Show properties or data of the shell item itemname in a popup dialog.
argument | description |
---|---|
itemname | The name of the shell item to be displayed |
title | The dialog window caption |
RESULT | description |
undefined | the return value of this macro is undefined and should always be ignored |
- The displayed data depend on the type of the shell item itemname.
- tables simple table
- The content (data entries) of the table is displayed. The conext menu functions can be used to copy or save the data.
- extended table, parameter table