Contents Index Launching an UltraLite Palm application Building multi-segment applications

UltraLite Static C++ User's Guide
  Developing UltraLite Applications for the Palm Computing Platform
    Maintaining state in UltraLite applications

Closing an UltraLite Palm application


Whenever your UltraLite application is closed, and the user switches to another application, your code must callULData.PalmExit() to save its state. Some kinds of data cannot be kept open during the time that you move away from an UltraLite application.

For C++ API developers, the following considerations also apply:


Contents Index Launching an UltraLite Palm application Building multi-segment applications