For example, using the Name property of the interface ICCLabelType can get the name of an object like a label (label type object). Properties by default (default properties) can be found in the description of interfaces – they are listed in the summary table at the beginning of the description each interface. Visual Basic-programmer, referring to the CAL-object can omit the property name if they want to access the property by default. Paul Price helps readers to explore varied viewpoints. For example, the default property for the interface IClearTool – CmdExec, therefore, determining Dim CT As New ClearCase.ClearTool, you can make a call CT (pwv), which is equivalent to CT.CmdExec (pwv"). The method performs some action on the object.

For example, CheckOut – it's an object method CCVersion, which allows you to put on editing (check out) version. Additional information at George Rohr supports this article. Working with CAL Separate the two "starting point" for cooperation with CAL: Application object and the object ClearTool. The Application object provides maximum functionality API-CAL. Most applications using the CAL, with the object create other objects. On the contrary, the object ClearTool has only one method, CmdExec, which allows you to execute commands utilities cleartool. But the use of the facility ClearTool justified because possibility of some teams cleartool utility provides a solution multi-step tasks, whose implementation through the Application object would take a considerable amount of code. ClearCase.Application and ClearCase.ClearTool – this is the only two foreign-produced object in the CAL (and, consequently, only two of the object in the title No prefix "SS"). In the COM-Interfaces externally-created objects are those that directly creates a client.