home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.TOC < prev    next >
Text File  |  1997-01-16  |  8KB  |  190 lines

  1. 0 Borland C++Builder User's Guide
  2. 1 Using the Borland C++Builder IDE
  3. 2 Form editor
  4. 3 Using the Form editor=FormEditor
  5. 2 Code editor
  6. 3 Using the Code editor=UseCodeWindow
  7. 3 Code editor Window=CEWindow
  8. 3 Behind the scenes in the Code editor=CEBehindtheScenes
  9. 3 Getting Help in the Code editor=CEHelp
  10. 3 Viewing pages in the Code editor Window=CEViewingPages
  11. 2 Menus
  12. 3 File menu=IDH_MFile
  13. 3 Edit menu=IDH_MEdit
  14. 3 Search menu=IDH_MSearch
  15. 3 Component menu=IDH_MComponent
  16. 3 Database menu=MDatabase
  17. 3 Project menu=IDH_MProject
  18. 3 Run menu=IDH_MRun
  19. 3 Tools menu=IDH_MOptions
  20. 3 View menu=IDH_MView
  21. 3 Help menu=IDH_MHelp
  22. 2 Search options
  23. 3 Regular expressions=IDH_RegularExpressions
  24. 3 Brief regular expressions=BRIEFRegularExpressions
  25. 2 SpeedBar
  26. 3 About the SpeedBar=BSpeedbar
  27. 3 Opening a context menu=OpeningAcontext menu
  28. 2 Using the Component palette
  29. 3 About the Component palette=IDH_BComponentPalette
  30. 3 Customizing the Component palette=CustomizingTheIDE
  31. 3 Saving a customized Component palette=SavingaCustomizedComponentPalette
  32. 3 Rearranging Component palette pages=RearrangingComponentpalettepages
  33. 3 Rearranging components on the Component palette=RearrangingcomponentsontheComponentpalette
  34. 3 Moving a component to a different Component palette page=MovingacomponenttoadifferentComponentpalettepage
  35. 3 Renaming Component palette pages=RenamingaComponentpalettepage
  36. 3 Adding pages to the Component palette=AddingpagestotheComponentpalette
  37. 3 Removing pages from the Component palette=RemovingpagesfromtheComponentpalette
  38. 3 Removing components from the Component palette=RemovingcomponentsfromtheComponentpalette
  39. 2 Using the Object Inspector
  40. 3 About the Object Inspector=BObjectInspector
  41. 2 Using the Object Repository
  42. 3 About the Object Repository=AboutTheObjectRepository
  43. 3 Object Repository usage options=ObjectRepositoryUsageOptions
  44. 3 Using project templates=UsingProjectTemplates
  45. 3 Customizing the Object Repository=CustomizingTheObjectRepository
  46. 3 Using the Object Repository in a shared environment=UsingTheObjectRepositoryInASharedEnvironment
  47. 2 Using the Alignment Palette
  48. 3 Alignment palette=AlignmentPalette
  49. 1 Creating and using menus
  50. 2 About the Menu Designer=BMenuDesigner
  51. 2 Opening the Menu Designer=OpeningTheMenuDesigner
  52. 2 Naming
  53. 3 Naming menus=NamingMenus
  54. 3 Naming menu items=NamingMenuItems
  55. 3 Naming conventions for template menu items and event handlers=NamingConventionsForTemplateMenus
  56. 2 Creating menus
  57. 3 Adding menu items=AddingMenuItems
  58. 3 Adding menu items dynamically=AddingMenuCommandsDynamically
  59. 3 Inserting a menu item=Insertingamenuitem
  60. 3 Deleting a menu item=Deletingamenuitem
  61. 3 Specifying accelerator keys=AccelKeys
  62. 3 Specifying keyboard shortcuts=SpecifyingKeyboardShortCuts
  63. 3 Creating nested menus=CreatingNestedMenus
  64. 3 Moving menu items=MovingMenuItems
  65. 3 Merging menus=MergingMenus
  66. 2 Using menus
  67. 3 Viewing the menu=ViewingTheMenu
  68. 3 Editing menu items without opening the Menu Designer=SettingMenuItemPropertiesbyusingtheObjectInspector
  69. 3 Switching amoung menus at design time=NavigatingMenus
  70. 3 Importing menus from resource files=ImpRC
  71. 2 Menu templates
  72. 3 Using menu templates=UsingMenuTemplates
  73. 3 Saving a menu as a template=CreatingReusableMenus
  74.  
  75. 1 Setting project options
  76. 2 Setting project options=SettingProjectOptionsAndCompiling
  77. 2 Changing the defaults for new projects=ChangingTheDefaultsForNewProjects
  78. 2 The .MAK file=.MAKFile
  79. 2 Project source file=ProjectSourceFile
  80.  
  81. 1 Compiling, building, and running projects
  82. 2 Compiling a single file=CompilingASingleFile
  83. 2 Making a project=MakingAProject
  84. 2 Building a project=BuildingAProject
  85. 2 Running a project=RunningAProject
  86. 2 2 Managing multiple project versions and team development=ManagingMultipleProjectVersionsAndTeamDevelopment
  87.  
  88. 1 Debugging your program
  89. 2 About the Debugger=AboutDebugger
  90. 2 Types of errors
  91. 3 Compile time errors=CompiletimeErrors
  92. 3 Run-time errors=RunTimeErrors
  93. 3 Logic errors=LogicErrors
  94. 2 The debugging proccess
  95. 3 Fixing syntax errors=FixingSyntaxErrors
  96. 3 Planning a debugging strategy=Planning_a_debugging_strategy
  97. 3 Using the integrated debugger=Using_the_integrated_debugger
  98. 2 Getting started with the debugger 
  99. 3 Preparing your project for debugging=Preparing_your_project_for_debugging
  100. 3 Generating debug information for your project=Generating_debug_information_for_your_project
  101. 3 Enabling the Debugger=Enabling_the_Debugger
  102. 3 Debugging VCL source=Debugging_VCL_source
  103. 2 Running a program 
  104. 3 Running your program in the IDE=Running_your_program_in_the_IDE
  105. 3 Debugging with program arguments
  106. 2 Program execution
  107. 3 Controlling program execution=ControllingProgramExecution
  108. 3 Running to the Cursor=RunningToTheCursor
  109. 3 Stepping
  110. 4 Overview of stepping = Stepping
  111. 4 Stepping over code=SteppingOverCode
  112. 4 Tracing into code=TracingIntoCode
  113. 3 Running to a breakpoint=Running_to_a_breakpoint
  114. 3 Interrupting program execution=Interrupting_program_execution
  115. 3 Pausing your program=Pausing_Your_Program
  116. 3 Restarting your program=Restaringyourprogram
  117. 2 Fixing program errors=FixingProgramErrors
  118. 2 Breakpoints
  119. 3 Using breakpoints=Breakpoints
  120. 3 Setting breakpoints=SettingBreakpoints
  121. 3 The Breakpoint list window=IDH_BreakpointList
  122. 3 Modifying breakpoint properties=ModifyingBreakpointProperties
  123. 3 Conditional breakpoints
  124. 4 Creating conditional breakpoints=Creating_conditional_breakpoints
  125. 4 Creating Boolean expressions=Creating_Boolean_expressions
  126. 4 Using pass counts=Using_pass_counts
  127. 3 More about breakpoints
  128. 4 Locating breakpoints=LocatingBreakpoints
  129. 4 Disabling and enabling breakpoints=DisablingEnablingBreakpoints
  130. 4 Deleting breakpoints=DeletingBreakpoints
  131. 2 Examining data
  132. 3 Examining program data values=ExaminingProgramDataValues
  133. 3 Modifying program data values=ModifyingProgramDataValues
  134. 3 Watches
  135. 4 Watch expressions=WatchExpressions
  136. 4 The Watch List window=IDH_WatchList
  137. 4 Setting watch properties=Setting_watch_properties
  138. 4 Formatting watch expressions=Formatting_watch_expressions
  139. 4 Enabling and disabling watches=Enabling_and_disabling_watches
  140. 4 Deleting watches=DeletingWatches
  141. 3 Evaluating and modifying data
  142. 3 Evaluating and modifying expressions=Evaluating_and_modifying_expressions
  143. 3 Evaluating expressions=Evaluating_expressions
  144. 3 Modifying variables=ModifyingVariables
  145. 3 Inspectors
  146. 4 Inspecting data elements=IDH_InspectingDataElements
  147. 4 Inspector Window=IDH_InspectorWindow
  148. 4 Inspecting scalar variables=Inspecting_scalar_variables
  149. 4 Inspecting pointers and arrays=Inspecting_pointers_and_arrays
  150. 4 Inspecting C++ Structure and Union=Inspecting_C++_Structure_and_Union
  151. 4 Inspecting functions=Inspecting_functions
  152. 4 Isolating the view in an Inspector window=IsolatingTheViewInAnInspectorWindow
  153. 4 Changing the value of Inspector items=ChangingTheValueOfInspectorItems
  154. 4 Selecting a range of data items=SelectingARangeOfDataItems
  155. 2 Displaying low-level information
  156. 3 The CPU window=IDH_CPUWindow
  157. 2 Disassembly pane=IDH_DisassemblyPane
  158. 2 Memory Dump pane=IDH_DumpPane
  159. 2 Machine Stack pane=IDH_StackPane
  160. 2 Registers pane=IDH_RegistersPane
  161. 2 Flags pane=IDH_FlagsPane
  162. 2 Viewing function calls
  163. 3 Locating function calls=LocatingFunctionCalls
  164. 3 Call stack window=IDH_CallStackWindow
  165. 2 More about the degugger
  166. 3 Customizing the colors of the execution point and breakpoints=Customizing_the_colors_of_the_execution_point_and_breakpoints
  167. 3 Logging debug messages=Logging_debug_messages
  168. 3 Debugging start-up code=DebuggingStartupCode
  169. 3 Handling hardware and software exceptions=HandlingExceptionsDebugger
  170. 3 Debugging multi-threaded applications=DebuggingMulitThreadedApplications
  171. 3 Debugging class member functions=DebuggingClassMemberFunctions
  172. 3 Debugging External Code=DebuggingExternalCode
  173. 3 Debugging dynamic-link libraries=DebuggingDynamicLinkLibraries
  174.  
  175. 1 Advanced project options
  176. 2 Setting options in C++Builder=CppBuilderOptions
  177. 3 Compiler-specific options=CompilerOptions
  178. 3 C++-specific options=CppOptions
  179. 3 Optimization options=OptimizationOptions
  180. 3 Warning message options=WarningOptions
  181. 3 Linker options=LinkerOptions
  182.  
  183. 1 Using and adding tools
  184. 2 Using syntax highlighting=IDH_UsingSyntaxHigh
  185. 2 Transfer macros=IDH_TransferMacros
  186. 2 Database Desktop=IDH_DatabaseDesktop
  187. 2 Adding programs to the Tools menu=IDH_AddingProgramsToolsMenu
  188. 1 Glossary
  189. 2 Glossary terms=Glossary
  190.