home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / progs / CB / DATA.Z / EBONY.CNT (.txt) < prev    next >
Encoding:
Microsoft Windows Help File Content  |  1996-11-06  |  7.9 KB  |  177 lines

  1. :Base Ebony.HLP
  2. :Title Borland C++Builder Help
  3. :LINK BCPPL.HLP
  4. :INDEX Borland C++Builder = ebony.hlp
  5. :INDEX Borland C++Builder Library Reference = bcppl.hlp
  6. :INDEX Borland C++ Tools and Utilities =dctools.hlp
  7. :INDEX Ebony Programmer's Guide =dcpg.hlp
  8. :INDEX Data Base Explorer =dbexplor.hlp
  9. :INDEX Borland C++Builder Database Application Developer's Guide = DCDADG.HLP
  10. :INDEX Standard Template Library =stl.hlp
  11. :INDEX Component Writer's Guide =dccwg.hlp
  12. :INDEX Visual Component Library Reference =dcvcl.hlp
  13. :INDEX Object Pascal Reference =obpascal.hlp
  14. :INDEX Win32 Developer's Reference = win32.HLP
  15. 1 Using the Ebony IDE
  16. 2 Form editor
  17. 3 Using the Form editor=FormEditor
  18. 2 Code editor
  19. 3 Using the Code editor=UseCodeWindow
  20. 3 Code editor Window=CEWindow
  21. 3 Behind the scenes in the Code editor=CEBehindtheScenes
  22. 3 Getting Help in the Code editor=CEHelp
  23. 3 Viewing pages in the Code editor Window=CEViewingPages
  24. 2 Menus
  25. 3 File menu=IDH_MFile
  26. 3 Edit menu=IDH_MEdit
  27. 3 Search menu=IDH_MSearch
  28. 3 Component menu=IDH_MComponent
  29. 3 Database menu=MDatabase
  30. 3 Project menu=IDH_MProject
  31. 3 Run menu=IDH_MRun
  32. 3 Tools menu=IDH_MOptions
  33. 3 View menu=IDH_MViews
  34. 3 Help menu=IDH_MHelp
  35. 2 Search options
  36. 3 Regular expressions=IDH_RegularExpressions
  37. 3 Brief regular expressions=BRIEFRegularExpressions
  38. 2 SpeedBar
  39. 3 About the SpeedBar=BSpeedbar
  40. 3 Opening a context menu=OpeningAcontext menu
  41. 2 Using the Component palette
  42. 3 About the Component palette=IDH_BComponentPalette
  43. 3 Customizing the Component palette=CustomizingTheIDE
  44. 3 Saving a customized Component palette=SavingaCustomizedComponentPalette
  45. 3 Rearranging Component palette pages=RearrangingComponentpalettepages
  46. 3 Rearranging components on the Component palette=RearrangingcomponentsontheComponentpalette
  47. 3 Moving a component to a different Component palette page=MovingacomponenttoadifferentComponentpalettepage
  48. 3 Renaming Component palette pages=RenamingaComponentpalettepage
  49. 3 Adding pages to the Component palette=AddingpagestotheComponentpalette
  50. 3 Removing pages from the Component palette=RemovingpagesfromtheComponentpalette
  51. 3 Removing components from the Component palette=RemovingcomponentsfromtheComponentpalette
  52. 2 Using the Object Inspector
  53. 3 About the Object Inspector=BObjectInspector
  54. 2 Using the Object Repository
  55. 3 About the Object Repository=AboutTheObjectRepository
  56. 3 Object Repository usage options=ObjectRepositoryUsageOptions
  57. 3 Using project templates=UsingProjectTemplates
  58. 3 Customizing the Object Repository=CustomizingTheObjectRepository
  59. 3 Using the Object Repository in a shared environment=UsingTheObjectRepositoryInASharedEnvironment
  60. 2 Using the Alignment Palette
  61. 3 Alignment palette=AlignmentPalette
  62. 1 Creating and using menus
  63. 2 About the Menu Designer=BMenuDesigner
  64. 2 Opening the Menu Designer=OpeningTheMenuDesigner
  65. 2 Naming
  66. 3 Naming menus=NamingMenus
  67. 3 Naming menu items=NamingMenuItems
  68. 3 Naming conventions for template menu items and event handlers=NamingConventionsForTemplateMenus
  69. 2 Creating menus
  70. 3 Adding menu items=AddingMenuItems
  71. 3 Adding menu items dynamically=AddingMenuCommandsDynamically
  72. 3 Inserting a menu item=Insertingamenuitem
  73. 3 Deleting a menu item=Deletingamenuitem
  74. 3 Specifying accelerator keys=AccelKeys
  75. 3 Specifying keyboard shortcuts=SpecifyingKeyboardShortCuts
  76. 3 Creating nested menus=CreatingNestedMenus
  77. 3 Moving menu items=MovingMenuItems
  78. 3 Merging menus=MergingMenus
  79. 2 Using menus
  80. 3 Viewing the menu=ViewingTheMenu
  81. 3 Editing menu items without opening the Menu Designer=SettingMenuItemPropertiesbyusingtheObjectInspector
  82. 3 Switching amoung menus at design time=NavigatingMenus
  83. 3 Importing menus from resource files=ImpRC
  84. 2 Menu templates
  85. 3 Using menu templates=UsingMenuTemplates
  86. 3 Saving a menu as a template=CreatingReusableMenus
  87. 1 Debugging your program
  88. 2 About the Debugger=AboutDebugger
  89. 2 Types of Errors
  90. 3 Compile time errors=CompiletimeErrors
  91. 3 Run-time errors=RunTimeErrors
  92. 3 Logic errors=LogicErrors
  93. 2 The debugging proccess
  94. 3 Fixing Syntax Errors=FixingSyntaxErrors
  95. 3 Planning a debugging strategy=Planning_a_debugging_strategy
  96. 3 Using the integrated debugger=Using_the_integrated_debugger
  97. 2 Getting started with the debugger 
  98. 3 Starting a debugging session=StartingaDebuggingSession
  99. 3 Generating debug information for your project=Generating_debug_information_for_your_project
  100. 3  Enabling the Debugger=Enabling_the_Debugger
  101. 3 Debugging VCL source=Debugging_VCL_source
  102. 2 Running a program 
  103. 3 Running your program in the IDE=Running_your_program_in_the_IDE
  104. 3 Debugging with program arguments
  105. 2 Program execution
  106. 3 Controlling program execution=ControllingProgramExecution
  107. 3 Running to the Cursor=RunningToTheCursor
  108. 3 Stepping over code=SteppingOverCode
  109. 3 Tracing into code=TracingIntoCode
  110. 3 Running to a breakpoint=Running_to_a_breakpoint
  111. 3 Resetting the bebugging session=ResettingtheDebuggingSession
  112. 3 Pausing Your Program=Pausing_Your_Program
  113. 3 Restarting your program=Restaringyourprogram
  114. 2 Fixing program errors=FixingProgramErrors
  115. 2 General Protection Exceptions=GeneralProtectionException
  116. 2 Breakpoints
  117. 3 Using Breakpoints=Breakpoints
  118. 3 Setting breakpoints=SettingBreakpoints
  119. 3 The Breakpoint list window=IDH_BreakpointList
  120. 3 Modifying breakpoint properties=ModifyingBreakpointProperties
  121. 3 Conditional breakpoints
  122. 4 Creating conditional breakpoints=Creating_conditional_breakpoints
  123. 4 Creating Boolean expressions=Creating_Boolean_expressions
  124. 4 Using pass counts=Using_pass_counts
  125. 3 More about breakpoints
  126. 4 Locating breakpoints=LocatingBreakpoints
  127. 4 Disabling and enabling breakpoints=DisablingEnablingBreakpoints
  128. 4 Deleting breakpoints=DeletingBreakpoints
  129. 2 Examining data
  130. 3 Examining program data values=ExaminingProgramDataValues
  131. 3 Modifying program data values=ModifyingProgramDataValues
  132. 3 Watches
  133. 4 Watch expressions=WatchExpressions
  134. 4 Setting watch properties=Setting_watch_properties
  135. 4 Formatting watch expressions=Formatting_watch_expressions
  136. 4 Enabling and disabling watches=Enabling_and_disabling_watches
  137. 4 Deleting watches=DeletingWatches
  138. 3 Evaluating and modifying data
  139. 3 Evaluating and modifying expressions=Evaluating_and_modifying_expressions
  140. 3 Evaluating expressions=Evaluating_expressions
  141. 3 Modifying Variables=ModifyingVariables
  142. 3 Inspectors
  143. 3 Inspecting Data Elements=InspectingDataElements
  144. 3 Isolating the View in an Inspector Window=IsolatingTheViewInAnInspectorWindow
  145. 3 Changing the Value of Inspector Items=ChangingTheValueOfInspectorItems
  146. 3 Selecting a Range of Data Items=SelectingARangeOfDataItems
  147. 3 Inspector Window=IDH_InspectorWindow
  148. 3 Inspect Expression Dialog Box=IDH_InspectExpressionDialog
  149. 3 Set Index Range Dialog Box=SetIndexRangeDialog
  150. 3 Change Value Dialog Box=IDH_ChangeValueDialog
  151. 2 Displaying low-level information
  152. 3 The CPU window=IDH_CPUWindow
  153. 2 Disassembly pane=IDH_DisassemblyPane
  154. 2 Memory Dump pane=IDH_DumpPane
  155. 2 Machine Stack pane=IDH_StackPane
  156. 2 Registers pane=IDH_RegistersPane
  157. 2 Flags pane=IDH_FlagsPane
  158. 2 Viewing function calls
  159. 3 Locating function calls=LocatingFunctionCalls
  160. 3 Call stack window=IDH_CallStackWindow
  161. 3 Customizing the colors of the execution point and breakpoints=Customizing_the_colors_of_the_execution_point_and_breakpoints
  162. 2 More about the degugger topics
  163. 3 Customizing the colors of the execution point and breakpoints=Customizing_the_colors_of_the_execution_point_and_breakpoints
  164. 3 Debugging start-up code=DebuggingStartupCode
  165. 3 Handling hardware and software exceptions=HandlingExceptionsDebugger
  166. 3 Debugging multi-threaded applications=DebuggingMulitThreadedApplications
  167. 3 Debugging Class Member Functions=DebuggingClassMemberFunctions
  168. 3 Debugging External Code=DebuggingExternalCode
  169. 3 Debugging Dynamic-link Libraries=DebuggingDynamicLinkLibraries
  170. 1 Using and adding tools
  171. 2 Using syntax highlighting=IDH_UsingSyntaxHigh
  172. 2 Transfer macros=IDH_TransferMacros
  173. 2 Database Desktop=IDH_DatabaseDesktop
  174. 2 Adding programs to the Tools menu=IDH_AddingProgramsToolsMenu
  175. 1 Glossary
  176. 2 Glossary terms=Glossary
  177.