Methods for cWorkspace

View method list in alphabetical order

NameTypeDescription
CountOfPathsFunctionReturns the number of paths present in a string of paths
DoAssignPathsProcedureAutomatically called when a Workspace is opened to set the psDfPath property
DoClearPathsProcedureClears all properties associated with opening a new Workspace
DoSetPathsProcedureAutomatically sets the Filelist and Dfpath for the program, when a Workspace is opened
EnumerateWorkspaceDataProcedureSends information about the current Workspace to another object
GetWorkspaceFileNameFunctionReturns the name of the physical Workspace file for a Workspace name [Obsolete]
IsRegisteredFunctionDetermines whether a Workspace is registered [Obsolete]
OpenWorkspaceFunctionOpens a registered Workspace [Obsolete]
OpenWorkspaceErrorMessageFunctionReturns a description for an error code that was returned opening a Workspace
OpenWorkspaceFileFunctionOpens a Workspace using its filename
PathAtIndexFunctionReturns a single path from a string containing multiple delimited paths

Inherited Methods from cObject

ChildByIndexFunctionCan be used to iterate the direct children of an object
ClassSuperClassFunctionReturns the superclass of the passed class
CreateFunctionCreates an object based on the passed Class Id
CreateNamedFunctionCreates an object based on the passed Class Id and assigns it a name Name based on a passed name
DestroyProcedureDestroys the object that receives the message and any child objects of that object
Exit_ApplicationProcedureStarts the process of closing an application
IsClassOfClassFunctionDetermines whether the target class is part of the searched class's hierarchy
IsObjectOfClassFunctionDetermines whether the passed class is part of the object's class hierarchy
ObjectClassFunctionReturns the integer class ID assigned to the class this object is based on
Request_Destroy_ObjectProcedureUse the Destroy method instead [Obsolete]