![]() |
Top Next |
Programmer's Reference
|
1. | Don't hold references to objects in memory longer than you need them, especially those from the XMLData interface. If the user interacts between two calls of your client, then there is no guarantee that these references are still valid.
|
|
2. | Free references explicitly.
|
|
3. | Be aware that if your client code crashes instances of XMLSpy may still remain in the system.
|
|
4. | Don't forget to disable dialogs if the user interface is not visible.
|
|
5. | See "Error handling" to avoid annoying error messages.
|
|
6. | Terminate XMLSpy with the "Application.Quit" method.
|
|