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

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