TCDVcsDeleteVersionLabel
Return to Introduction  Previous page  Next page
Permanently deletes an existing Version Label.

Delphi (TCDirectIntf.pas)

function VcsDeleteVersionLabel( LabelID: Cardinal ): Integer;  

Parameters

Name
Description
LabelID
The ID of the label to delete.


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

This function will permanently delete the Version Label, and will remove the label from all objects it has been assigned to. If a View is based on this label, it will also be deleted.

Exported

function TCDVcsDeleteVersionLabel( LabelID: Cardinal ): Integer; stdcall;  


 


© 1995-2018 MCN Software