Delphi (TrkIntf.pas)
| function TrkSetIssueFields( IssueID: Cardinal; UpdatePairs: String ): Integer;
|
Parameters
|
Name
|
Description
| ||||||
|
IssueID
|
The ID of the Issue
| ||||||
|
UpdatePairs
|
Name/Value pairs separated by a semi-colon (;). e.g.
|
Return Value
Err_OK if successful or an error code indicating the error.
Remarks
The values should be converted to a string before passing them to this function, for example using the IntToStr functions in Delphi. Particular attention should be made to converting dates to UTC format before storing them.
Exported
| function TCDTrkSetIssueFields( IssueID: Cardinal; pUpdatePairs: PChar ): Integer; stdcall;
|
© 1995-2011 Quality Software Components Ltd