SYSTEM Methods
The SYSTEM object supports the following methods:
Name | Description |
---|---|
ADDIDLEPROC | Adds a stored procedure to the IDLEPROC queue. |
ALPHACOLOR | Calculates a new color value when a transparency value is applied to it. |
ARRAY2LIST | Converts data from an EDITTABLE ARRAY format to an EDITABLE LIST format. |
BEEP | Plays a Windows system sound |
CHOOSECOLOR | Executes the Windows Common Choose Color Dialog to select a color. |
CHOOSEDIR | Executes the Windows Common Browse Folder dialog to select a folder name. |
CHOOSEFILE | Executes the Windows Common File Dialog to select a file name. |
CHOOSEFONT | Executes the Windows Common Font Dialog to select a font. |
CREATE | Creates one or more GUI objects from a passed structure. |
CREATEGUID | Creates and returns a string containing a GUID. |
DARKENCOLOR | Returns a darkened version of a specified color. |
DESTROY | Destroys a specified object. |
FINDEXE | Returns name of an executable file associated with a specified document file. |
FLUSH | Removes all pending events from the PS event queue. |
GETENVAR | Returns the value of a Windows environment variable. |
GETIMAGEINFO | Returns basic information about an image file. |
HANDLEBYCURSOR | Returns the handle (HWND) of a control or form underneath the cursor. |
LIGHTENCOLOR | Returns a lightened version of a specified color. |
LIST2ARRAY | Converts data from an EDITTABLE LIST format to an EDITABLE ARRAY format. |
LOGEVENT | Writes a message to the Windows Event Log. |
MAPWINDOWPOINTS | Maps a set of points from one coordinate space to another. |
MIXCOLORS | Returns the result of mixing two colors using weighted ratios and a luminosity value. |
OBJECTID | Returns the name of a PS GUI object matching the passed handle (HWND). |
OBJECTBYCURSOR | Returns the name of a PS GUI object underneath the cursor. |
OBJECTLIST | Returns a list of objects matching the specified filter criteria. |
OLEGETPICTUREPROPS | Returns properties for an OLE Picture object |
OLEIUNKNOWNRELEASE | Releases an OLE object |
OLELOADPICTURE | Loads an image file as an OLE Picture object |
POSTWINMSG | Posts a windows message to a GUI object. |
*PRINTSETUP | |
*REFLECTEVENTS | |
*REFLECTMETHODS | |
*REFLECTPROPERTIES | |
*RUNHELP | |
*RUNWIN | |
SENDWINMSG | Sends a windows message to a GUI object. |
SETCURSOR | Sets the cursor to the specified image. |
SETENVAR | Sets the value of a Windows environment variable. |
*SHELLEXEC | |
TEXTRECT | Calculates the size of the area needed to display a specified string. |
*TRANSLATEKEYDOWN | |
*WINDOWBYCURSOR | Returns the name of the form beneath the specified cursor position. |