TCDTrkDeleteProject
Return to Introduction  Previous page  Next page
This function can be used to delete an existing Project..

Delphi (TrkIntf.pas)

function TrkDeleteProject( ProjectID: Cardinal ): Integer;  

Parameters

Name
Description
ProjectID
The ID of the Project to delete


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

Calling this method will also delete all Issues contained by the Project.

Exported

function TCDTrkDeleteProject( ProjectID: Cardinal ): Integer; stdcall;  




 


© 1995-2018 MCN Software