Online Eiffel Documentation |
Documentation Home > Class Libraries > WEL > WEL Interface Content > WEL Common Concepts |
EiffelStudio |
Redefining `init_application' |
WEL_APPLICATION contains a feature init_application which does nothing by default, but is called before the application is started. This can be redefined to execute tasks that must be performed before the application is running. A common redefinition is to allow the loading of common dll's, see list_view sample for a demonstration of this technique.
Copyright 1993-2006 Eiffel Software. All rights reserved. |