Delphi (TrkIntf.pas)
| function TrkSetIssueField( IssueID: Cardinal; FieldName: String; FieldValue: String ): Integer;
|
Parameters
|
Name
|
Description
|
|
IssueID
|
The ID of the Issue
|
|
FieldName
|
The name of the field to set the value of (not case sensitive)
|
|
FieldValue
|
The new value of the field
|
Return Value
Err_OK if successful or an error code indicating the error.
Remarks
The value should be converted to a string before passing it 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 TCDTrkSetIssueField( IssueID: Cardinal; pFieldName, pFieldValue: PChar ): Integer; stdcall;
|
© 1995-2011 Quality Software Components Ltd