indexing description: "Help constants. See MSDN for more details discussion." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" class WEL_HELP_CONSTANTS feature -- Access Help_context: INTEGER is 1 -- Display topic identified by specified context identifier -- defined in [MAP] section of .hpj file Help_quit: INTEGER is 2 Help_index: INTEGER is 3 Help_contents: INTEGER is 3 Help_helponhelp: INTEGER is 4 Help_setindex: INTEGER is 5 Help_setcontents: INTEGER is 5 Help_contextpopup: INTEGER is 8 Help_forcefile: INTEGER is 9 Help_key: INTEGER is 257 Help_command: INTEGER is 258 Help_contextmenu: INTEGER is 10 Help_partialkey: INTEGER is 261 Help_multikey: INTEGER is 513 Help_setwinpos: INTEGER is 515 Help_finder: INTEGER is 11 Help_setpopup_pos: INTEGER is 13 Help_tcard: INTEGER is 32768 Help_wm_help: INTEGER is 12 end -- class WEL_HELP_CONSTANTS --|---------------------------------------------------------------- --| Windows Eiffel Library: library of reusable components for ISE Eiffel. --| Copyright (C) 1985-2004 Eiffel Software. All rights reserved. --| Duplication and distribution prohibited. May be used only with --| ISE Eiffel, under terms of user license. --| Contact Eiffel Software for any other use. --| --| Interactive Software Engineering Inc. --| dba Eiffel Software --| 356 Storke Road, Goleta, CA 93117 USA --| Telephone 805-685-1006, Fax 805-685-6869 --| Contact us at: http://www.eiffel.com/general/email.html --| Customer support: http://support.eiffel.com --| For latest info on our award winning products, visit: --| http://www.eiffel.com --|----------------------------------------------------------------