Declaration: SaveInString(pData as XMLData,bMarked as Boolean) as String Parameters
pData
XMLData element to start. Set pData to Document.RootElement if you want to copy the complete file.
bMarked
If bMarked is true, only the elements selected in the grid view are copied.
Return Value Returns a string with the XML data.
Description SaveInString starts at the element pData and converts the XMLData objects to a string representation.