home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1998 October / DPPCPRO1098.ISO / Help / OPAL.CNT (.txt) next >
Encoding:
Microsoft Windows Help File Content  |  1995-12-04  |  7.8 KB  |  178 lines

  1. :Base opal.hlp>main
  2. :Index ObjectPAL Reference=opal.hlp
  3. :Link opal.hlp
  4. :Link pdox.hlp
  5. 1 What's new
  6. 2 Run-time library methods
  7. 3 Version 7 methods (alphabetical)=idh_pobj_70alph
  8. 3 Version 7 methods (by type)=idh_pobj_70type
  9. 3 Version 5.0 methods (alphabetical)=idh_pobj_50alph
  10. 3 Version 5.0 methods (by type)=idh_pobj_50type
  11. 3 Version 4.5 methods (alphabetical)=idh_pobj_45alph
  12. 3 Version 4.5 methods (by type)=idh_pobj_45type
  13. 2 Properties
  14. 3 Version 7 properties=idh_pobj_70Properties
  15. 3 Version 5.0 properties=idh_pobj_newProperties
  16. 2 Constants
  17. 3 Version 7 constants=idh_pobj_70Constants
  18. 3 Version 5.0 constants=idh_pobj_newConstants
  19. 1 Introduction to ObjectPAL
  20. 2 About ObjectPAL=idh_pals_basi
  21. 2 Programming tasks
  22. 3 About programming tasks=idh_pals_progtask
  23. 3 Messages and dialog boxes=idh_pals_messdial
  24. 3 Handling keyboard events=idh_pals_keyevts
  25. 3 Working with menus=idh_pals_wrkmenus
  26. 3 Working with lists=idh_pals_wrklists
  27. 3 Multi-form applications=idh_pals_multformapps
  28. 3 Working with text files=idh_pals_wrktextfiles
  29. 3 Using DLLs=idh_pals_usingdlls
  30. 3 Working with the file system=idh_pals_wrkfilesys
  31. 2 Basic concepts
  32. 3 ObjectPAL language categories=idh_pals_major
  33. 3 Objects=idh_pals_obje
  34. 3 Events=idh_pals_even
  35. 3 Properties=idh_pals_prop
  36. 3 Data types=idh_pals_datatypes
  37. 3 Containership=idh_pals_cont
  38. 2 Language components
  39. 3 Basic language elements=idh_pals_intrbasi
  40. 3 Procedures
  41. 4 About procedures=idh_pals_proc
  42. 4 RTL procedures=idh_pals_rtlproc
  43. 4 Custom procedures=idh_pals_custproc
  44. 4 Procedures declared in methods=idh_pals_cpmeth
  45. 4 Procedures declared in an object's Proc window=idh_pals_cpproc
  46. 3 Methods
  47. 4 About methods=idh_pals_meth
  48. 4 Editing a method=idh_pals_edmeth
  49. 4 Built-in event methods (overview)=idh_pals_builtin
  50. 4 Methods in the run-time library=idh_pals_methrun
  51. 4 Custom methods=idh_pals_custmeth
  52. 4 Methods in other objects=idh_pals_methother
  53. 4 Method language structure and syntax=idh_pals_langstruc
  54. 2 Variables and constants
  55. 3 Variables=idh_pals_vari
  56. 3 The scope of a variable=idh_pals_scope
  57. 3 Constants=idh_pals_const
  58. 2 Scripts
  59. 3 Introduction to scripts=iscripts_scrpt_intro
  60. 3 Creating a script=iscripts_scrpt_create
  61. 3 Adding code to a script
  62. 4 About adding code to a script=iscripts_scrpt_addcode
  63. 4 Attaching code to built-in event methods=iscripts_scrpt_tobuiltins
  64. 4 Adding custom methods=iscripts_scrpt_custmeth
  65. 4 Adding custom procedures=iscripts_scrpt_custproced
  66. 4 Declaring variables, constants, data types, & external routines=iscripts_scrpt_declaring
  67. 4 Debugging called libraries=ilibs_librt_debugging_called_libraries
  68. 4 To edit a script=iscripts_scrpt_editing>taskwin
  69. 4 To debug a script=iscripts_scrpt_debugging>taskwin
  70. 3 Playing a script
  71. 4 About playing a script=iscripts_scrpt_play
  72. 4 To play a script interactively=iscripts_scrpt_play_interactively>taskwin
  73. 4 To play a script programatically=iscripts_scrpt_play_programatically>taskwin
  74. 3 Delivering a script
  75. 4 About delivering a script=iscripts_scrpt_deliv
  76. 2 Libraries
  77. 3 Introduction to libraries=ilibs_librt_intro
  78. 3 Library methods=ilibs_librt_typemethod
  79. 3 Calling library methods=ilibs_librt_callingmeth
  80. 3 Creating a library=ilibs_librt_create
  81. 3 Adding code to a library
  82. 4 About adding code to a library=ilibs_librt_addcode
  83. 4 Attaching code to built-in event methods=ilibs_librt_tobuiltins
  84. 4 Adding custom methods=ilibs_librt_custmeth
  85. 4 Adding custom procedures=ilibs_librt_custproced
  86. 4 Declaring variables, constants, data types, & external routines=ilibs_librt_declaring
  87. 4 To edit a library=ilibs_librt_editing>taskwin
  88. 4 To deliver a library=ilibs_librt_deliv>taskwin
  89. 3 Scope
  90. 4 Controlling the scope of a library=ilibs_librt_scope
  91. 4 Declaring a library variable=ilibs_librt_declarevar
  92. 4 Using library variables as arguments=ilibs_librt_argument
  93. 4 Opening a library=ilibs_librt_opening
  94. 2 The Object Explorer
  95. 3 About the Object Explorer=iide_about_object_explorer>main
  96. 3 To open the Object Explorer=iide_open_object_explorer>TaskWin
  97. 3 To pin the Object Explorer to the Desktop=iide_pin_object_explorer>TaskWin
  98. 3 Using the object tree
  99. 4 About the object tree=iide_about_object_tree>main
  100. 4 To open the object tree=iide_open_object_tree>TaskWin
  101. 4 To view the document's structure=iide_view_document_structure>TaskWin
  102. 4 To copy objects=iide_copy_objects>TaskWin
  103. 4 To move objects=iide_move_objects>TaskWin
  104. 4 To delete objects=iide_delete_objects>TaskWin
  105. 3 Using the tabbed pane
  106. 4 About the tabbed pane=iide_about_tabbed_panel>main
  107. 4 About the Methods page=iide_about_methods_page>main
  108. 4 About the Events page=iide_agout_events_page>main
  109. 4 About methods and events for OLE controls=iide_about_methods_events_OLE>main
  110. 4 To view the tabbed pane=iide_view_tabbed_panel>TaskWin
  111. 4 To create a new method=iide_create_method>TaskWin
  112. 4 To edit a method or event=iide_edit_method_event>TaskWin
  113. 4 To copy a method or event=iide_copy_method_event>TaskWin
  114. 4 To delete a method or event=iide_delete_method_event>TaskWin
  115. 4 To attach methods to a form=iide_attach_method_to_form>TaskWin
  116. 4 To change properties=iide_change_properties>TaskWin
  117. 2 Working in the integrated development environment (IDE)
  118. 3 About the IDE=iide_about_ide>main
  119. 3 To set developer preferences=iide_set_developer_preferences>TaskWin
  120. 3 Using the ObjectPAL Editor
  121. 4 About the Editor=iide_about_editor>main
  122. 4 About the Editor menus=iide_about_editor_menus>main
  123. 4 Working in the Editor=iide_work_editor>main
  124. 4 To start the Editor=iide_start_editor>TaskWin
  125. 4 To move around the Editor with the keyboard=iide_move_around_editor_keyboard>TaskWin
  126. 4 To select text=iide_select_text>TaskWin
  127. 4 To search for text=iide_search_for_text>TaskWin
  128. 4 To leave the Editor=iide_leave_editor>TaskWin
  129. 3 Programming with the Quick Lookup
  130. 4 About the ObjectPAL Quick Lookup=iide_about_browser>main
  131. 4 To use the ObjectPAL Quick Lookup=iide_open_browser>taskwin
  132. 3 Using keywords
  133. 4 About keywords=iide_about_keywords>main
  134. 4 To use keywords=iide_use_keywords>TaskWin
  135. 2 Delivering applications
  136. 3 About delivering applications=iide_about_delivering_application>main
  137. 3 To deliver an application=iide_deliver_application>TaskWin
  138. 2 Code examples in the mini-apps
  139. 3 About the code examples=icode_code_examples
  140. 3 Coding standards=icode_coding_standards
  141. 3 Common library=icode_common_library
  142. 3 Use of aliases=icode_use_aliases
  143. 3 Deleting records=icode_deleting_records
  144. 3 Accessing help=icode_accessing_help
  145. 3 How forms are opened=icode_forms_opened
  146. 3 How reports are opened=icode_reports_opened
  147. 3 Reports based on queries=icode_reports_on_queries
  148. 3 Memo fields=icode_memo fields
  149. 3 Record highlighting=icode_record_highlighting
  150. 3 Drop-down edit fields that are built on the fly=icode_drop_down_edit_fields
  151. 3 Alpha bar=icode_alpha_bar
  152. 1 ObjectPAL Reference
  153. 2 To print ObjectPAL Reference topics=IDH_OPAL_PRINTCENTRAL>taskwin
  154. 2 Ordering the ObjectPAL Reference=IDH_OPAL_ORDERFORM>main
  155. 2 Conventions
  156. 3 Syntax notation=opal_syntax_notation
  157. 3 Required elements=opal_syntax_required_elements
  158. 3 Informational elements=opal_syntax_Informational_Elements
  159. 3 ObjectPAL prototypes=opal_syntax_ObjectPAL_prototypes
  160. 3 Alternate syntax=opal_syntax_alternate_syntax
  161. 3 Using ObjectPAL in calculated fields=opal_syntax_calculated_fields
  162. 3 Derived methods=opal_derived_methods
  163. 2 Basic language elements
  164. 3 Basic language elements=opal_type_basiclanguageelements
  165. 2 Types and methods
  166. 3 Run-time library methods (alphabetical)=idh_pobj_alph
  167. 3 Run-time library methods (by type)=idh_grp_allTypes
  168. 3 Built-in event methods=opal_bmeth_list
  169. 2 Properties and constants
  170. 3 Properties=opal_prop_propertiesandpropertyvalues
  171. 3 UIObject properties=opal_uiobj_uiobjectproperties
  172. 3 Chart object properties=opal_prop_propertiesuniquetographobjects
  173. 3 Constants (by type)=opal_const_constypes
  174. 1 Glossary
  175. 2 ObjectPAL glossary=idh_opalglos
  176. 1 Paradox User's Guide
  177. 2 Paradox User's Guide=!EF("pdox.hlp")
  178.