Programmer Guide/Shell Items: Difference between revisions

From STX Wiki
Jump to navigationJump to search
No edit summary
Line 4: Line 4:
S_TOOLS-STx implements a number of different objects which can be used to manipulate files, graphics, dialogs, etc. These objects are called ''shell items''. See [[Programmer_Guide/Shell_Items_Intro/Introducing_Shell_Items|Introducing Shell Items]] for an introduction to shell items. For a complete list of available shell items, see below.
S_TOOLS-STx implements a number of different objects which can be used to manipulate files, graphics, dialogs, etc. These objects are called ''shell items''. See [[Programmer_Guide/Shell_Items_Intro/Introducing_Shell_Items|Introducing Shell Items]] for an introduction to shell items. For a complete list of available shell items, see below.


=== Creating a new shell item instance ===
=== Creating and deleting a shell item instance ===


A new instance of a shell item is created using the <code>[[Programmer_Guide/Command_Reference/NEW|NEW]]</code> command.
A new instance of a shell item is created using the <code>[[Programmer_Guide/Command_Reference/NEW|NEW]]</code> command.
  #tableItem := new table *
  #tableItem := new table *
For deleting an instance of a shell item, there is the <code>[[Programmer_Guide/Command_Reference/DELETE|DELETE]]</code> command.
DELETE $#tableItem


== Shell items (alphabetical list) ==
== Shell items (alphabetical list) ==

Revision as of 18:55, 22 March 2011

Introduction

S_TOOLS-STx implements a number of different objects which can be used to manipulate files, graphics, dialogs, etc. These objects are called shell items. See Introducing Shell Items for an introduction to shell items. For a complete list of available shell items, see below.

Creating and deleting a shell item instance

A new instance of a shell item is created using the NEW command.

#tableItem := new table *

For deleting an instance of a shell item, there is the DELETE command.

DELETE $#tableItem

Shell items (alphabetical list)

<splist parent=Programmer_Guide/Shell_Items sort=asc sortby=title showpath=no liststyle=unordered kidsonly=yes >

Navigation menu

Personal tools