WPObject is the WPS base class for all objects. It is not used directly, but all other WPS classes are derived from it (see WPS classes for details). As a result, all Desktop objects (including files, folders, and program objects) support the following setup strings:
CCVIEW=DEFAULT
Uses the default value of the concurrent view setting of the system, when the user selects open. This is the default value.

CCVIEW=YES
Creates new views of the object every time the user selects open.

CCVIEW=NO
Resurfaces open views of object, when the user selects open.

HELPLIBRARY=filename
Sets the help library.

HELPPANEL=id
Sets the object's default help panel within the help library. You better not mess with these settings, for you have to know the WPS internal help resource IDs.

HIDEBUTTON={YES|NO}
Determine whether views of this object have a hide button as opposed to a minimize button. The default is the current system Button appearance for windows setting. This cannot be specified here.

ICONFILE=filename
Sets the object's icon. filename must be a ".ICO" file.

Note that for folders, this specifies the "closed" icon. The animation ("open") icon can be set with ICONNFILE=index,filename (see WPFolder strings for details).

ICONPOS=x,y
Sets the object's initial icon position in the parent folder. The x and y values represent the position in the folder in percentage coordinates.

ICONRESOURCE=id,dllfile
Sets the object's icon to data residing in a resource file. The id is the icon resource ID in the DLL dllfile.

Note that for folders, this specifies the "closed" icon. The animation ("open") icon can be set with ICONNRESOURCE=index,id,dllfile (see WPFolder strings for details).

LOCKEDINPLACE={YES|NO} (&warp4; and higher only)
Specifies whether the object is fixed or not fixed in position.

MENUITEMSELECTED menu-item-id (&warp4; and higher only)
Simulates selecting the specified menu item from the object's &popmenu;. menu-item-id must be a numeric value.
This is not really a "setting", but rather a command to be performed on the folder.

MENUS={SHORT|LONG} (&warp4; and higher only)
Determine whether this object has a short &popmenu; (without menu entries that duplicate drag 'n' drop functions) or the full one.

MINWIN={HIDE|VIEWER|DESKTOP}
Determine whether the minimized object will be hidden, placed into the "Minimized Windows" view, or minimized to the Desktop.

The default is the current Minimize button setting. This cannot be specified here.

NOCOPY={YES|NO}
The object cannot be copied.

NODELETE={YES|NO}
The object cannot be deleted. Be careful with this one.

NODRAG={YES|NO}
The object cannot be dragged with the mouse.

NODROP={YES|NO}
The object will not accept any objects dropped upon it.

NOLINK={YES|NO}
No shadows can be created of this object.

NOMOVE={YES|NO}
The object cannot be moved.

NOPRINT={YES|NO}
The object cannot be printed.

NORENAME={YES|NO}
The object cannot be renamed.

NOSETTINGS={YES|NO}
The object's properties notebook cannot be opened.

NOSHADOW={YES|NO}
same as NOLINK.

NOTVISIBLE={YES|NO}
The object is not visible. Be careful with this style, since you might not be able to get the object back.

OBJECTID=<name>
Sets a persistent ID for the object. An Object ID is any unique string preceded with a < and terminated with a >.
See WPS Object IDs for more on this topic.

The default is to not have an ID.

OPEN={SETTINGS|DEFAULT|ICON|TREE|DETAILS}
Open a view now.
OPEN=DEFAULT will open the default view of the object (as if you had double-clicked on it). OPEN=SETTINGS will open the object's properties notebook. All the other values are valid for folders only.
This is not really a "setting", but rather a command to be performed on the folder. It will open immediately.

TEMPLATE={YES|NO}
Determines whether this object is a template or not. The default is NO (of course).

TITLE=title
Sets the object's title to something new. This will also change the "real" filename (if the object represents a file), just as if you had changed the title from the WPS.