LoadDOM Method
Loads the DOM from a file.
Syntax
void __fastcall LoadDOM(String FileName);Remarks
The LoadDOM method loads a DOM structure previously saved by SaveDOM from the file specified in FileName.
Please refer to the SaveDOM method for more information.