Appearance
Show Visual Command
Shows a visual command.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Read | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Command | string | Name of the visual command ([Command]). | yes |
Result
| Name | Type | Description |
|---|---|---|
| Name | string | Name of the visual command. |
| Caption | string | Caption (long name) of the visual command. |
| ItemInputs | integer | Kind of the input parameter. 'Item' is a link to another item which uses the 'ItemId'. 'Static' is a text or number value. |
| Target | string | Targets in which the visual command can be used: All, Select, Step, Table or Tablecalculation. |
| Description | string | Description of the visual command. |
| VersionInfo | string | Shows the server version number, indicating when the visual command was added or deprecated. |
| Count | integer | Deprecated use 'ItemInputs'. |
Code
text
SHOW VISUAL COMMAND
COMMAND=[string, Needed]