InfoConnect for Airlines VBA Guide
ApplicationCloseOption Enumeration
ApplicationCloseOption indicates how to handle the Save action when closing the InfoConnect application.
Members
MemberDescription
CloseAlwaysSaveSaves each control's configuration when closing the application.
CloseAskSavePrompts users to choose whether to save each control's configuration when closing the application.
CloseNoSaveDoes not save each control's configuration when closing the application.
See Also