TrkIssueAsXMLStr
Return to Introduction  Previous page  Next page
Exports an issue to a string in XML format.

Delphi (TrkIntf.pas)

function TrkIssueAsXMLStr( IssueID: Cardinal; var XMLStr: String; Full: Boolean ): Integer;  

Parameters

Name
Description
IssueID
The ID of the Issue to export
XMLStr
Returns the issue contents expressed in XML
Full
If true, this function will export extended fields as well as the core ones.


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

Many issues contain large amounts of data and the returned string can be very large. See also TrkIssueAsXMLFile.

Exported

function TCDTrkIssueAsXML( IssueID: Cardinal; pFile: PChar; const pBuffer: PChar; var Size: Integer; Full: Boolean ): Integer; stdcall;  


 


© 1995-2018 MCN Software