GetDocument

GetDocument 1:

This method returns the content of the DOM memory as the data type STRING(255). With longer strings, the method will return a NULL string. In this case the method CopyDocument() must be used.

Syntax

METHOD GetDocument : STRING(255)

GetDocument 2: Return value

Name

Type

GetDocument

STRING(255)

Sample call:

sJson := fbJson.GetDocument();