phoWorkspace - cApplication

Holds the object-handle of the embedded cWorkspace object

Type: Property

Access: Read/Write

Data Type: Handle

Parameters: None

Syntax
 Property Handle phoWorkspace

Read Access: Get phoWorkspace to HandleVariable
Write Access: Set phoWorkspace to HandleVariable/Value


Description

An instance of cWorkspace is encapsulated within this class to handle all aspects of the program's Workspace. When you need to communicate with this object (to obtain information about paths, or open a Workspace, etc.), use the phoWorkspace property to acquire its object handle.

Note:Primarily, this is a read-only property. However, if you were to create your own workspace object to replace the internal one, you could assign its object-handle to this property.

See Also

cWorkspace