Delphi (TCDirectIntf.pas)
| function VcsRemoveObject( ObjectID: Cardinal ): Integer;
|
Parameters
|
Name
|
Description
|
|
ObjectID
|
The unique ID of the object to be removed.
|
Return Value
Err_OK if successful or an error code indicating the error.
Remarks
This function does not physically delete anything, but adds the object to the Recycle bin so that it is possible to recover it at a later date. The ObjectID can refer to a Project, Folder, or File.
Exported
| function TCDVcsRemoveObject( ObjectID: Cardinal ): Integer; stdcall;
|
© 1995-2013 MCN Software Ltd