GetDocument

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)
Return value
Name | Type |
---|---|
GetDocument | STRING(255) |
Sample call:
sJson := fbJson.GetDocument();