LoadFromXML Method (IMLXMLPersist)
file name or string with configuration
loads a configuration from string or from file
Syntax
Sub LoadFromXML( _
   ByVal _bsXMLDescOrFile As String, _
   ByVal _nLength As Integer _
) 
void LoadFromXML( 
   string _bsXMLDescOrFile,
   int _nLength
)
procedure LoadFromXML( 
    _bsXMLDescOrFile: String;
    _nLength: Integer
); 
void LoadFromXML( 
   BSTR* _bsXMLDescOrFile,
   int _nLength
) 

Parameters

_bsXMLDescOrFile
file name or string with configuration
_nLength
See Also

Reference

IMLXMLPersist Interface
IMLXMLPersist Members