Delphi (TCIntf.pas)
| function TCVcsGetObjectVersions( const ID: Integer; const VersionList: TStrings ): Integer;
|
Parameters
|
Name
|
Description
|
|
ID
|
ID of the object
|
|
VersionList (In/Out)
|
Returns the list of contained Version Labels
|
Return Value
Err_OK if successful or an error code indicating the error.
Remarks
The Objects property of the passed VersionList contains the ID's of the associated Version Labels
Exported
| function TCVcsGetObjectVersions( const ID: Integer; const Stream: TStream ): Integer; stdcall;
|
© 1995-2011 Quality Software Components Ltd