Delphi-Quellcode:
{------------- Import ---------------------}
try
DM.XMLDocument.LoadFromFile(sPath);
// Hier sagt er access violation
if Assigned(DM.XMLDocument)
then
Wenn Du zuerst DM.XmlDocument verwendest und erst danach überprüfst, ob es auch Assigned ist, darfst Du Dich nicht wundern.