CompositionsLoadAll Method (IMLCharGen)
file name or XML description of compositions
indicates whether all composition will be cleared before loading
loads several compositions at once
Syntax
Sub CompositionsLoadAll( _
   ByVal _bsFileNameOrXMLDescription As String, _
   ByVal _bClearBeforeLoad As Integer _
) 
procedure CompositionsLoadAll( 
    _bsFileNameOrXMLDescription: String;
    _bClearBeforeLoad: Integer
); 

Parameters

_bsFileNameOrXMLDescription
file name or XML description of compositions
_bClearBeforeLoad
indicates whether all composition will be cleared before loading
See Also

Reference

IMLCharGen Interface
IMLCharGen Members