TrkIssueAsHTMLStr
Return to Introduction  Previous page  Next page
Exports an issue to a string in HTML format.

Delphi (TrkIntf.pas)

function TrkIssueAsHTMLStr( IssueID: Cardinal; var HTMLStr: String ): Integer;  

Parameters

Name
Description
IssueID
The ID of the Issue to export
HTMLStr
Returns the issue contents expressed in HTML


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 TrkIssueAsHTMLFile.

Exported

function TCDTrkIssueAsHTML( IssueID: Cardinal; pFile: PChar; const pBuffer: PChar; var Size: Integer ): Integer; stdcall;  


 


© 1995-2018 MCN Software