IsRegistered - cWorkspace
Determines whether a Workspace is registered
Type: Function
Return Data Type: Boolean
Parameters
| Parameter | Type | Description |
|---|---|---|
| sWorkspace | String | Name of the Workspace |
Syntax
Function IsRegistered String sWorkspace Returns Boolean
Call Example
Get IsRegistered sWorkspace to BooleanVariable
Description
Obsolete
There is no replacement for this method, since the concept of registering workspaces has been removed from the product.
This function works with the global Workspace list (Workspaces.ini) file. As of DataFlex revision 12.0, this file, and associated functions, are no longer used. See Workspace Changes for details.
The IsRegistered function searches the global list of Workspaces (Workspaces.ini) to see if the Workspace is registered.
Return Value
If the Workspace is registered, then the function returns True, otherwise it returns False