Loads an XML database which is used to create table and field name menu items in the mailings ribbon tab.
Introduced: X14.
<void> TXTextControl.loadXMLDatabase(<string> xmlData, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
xml |
Specifies the xml document content from which the database is loaded. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |