TCDTrkGetIssueField
Return to Introduction  Previous page  Next page
Gets the value of the specified field for the Issue identified by IssueID

Delphi (TrkIntf.pas)

function TrkGetIssueField( IssueID: Cardinal; FieldName: String; var FieldValue: String ): Integer;  

Parameters

Name
Description
IssueID
The ID of the Issue
FieldName
The name of the field to retrieve the value of (not case sensitive)
FieldValue
The value of the field


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

The value is always returned as a string, but does not always represent a string. For example, CompleteBy returns an integer date in UTC format and should be converted to the local format.

Exported

function TCDTrkGetIssueField( IssueID: Cardinal; pFieldName: PChar; const pFieldValue: PChar; var FieldSize: Integer ): Integer; stdcall;  


 


© 1995-2018 MCN Software