home *** CD-ROM | disk | FTP | other *** search
Microsoft Windows Help File Content | 1996-11-06 | 7.9 KB | 177 lines |
- :Base Ebony.HLP
- :Title Borland C++Builder Help
- :LINK BCPPL.HLP
- :INDEX Borland C++Builder = ebony.hlp
- :INDEX Borland C++Builder Library Reference = bcppl.hlp
- :INDEX Borland C++ Tools and Utilities =dctools.hlp
- :INDEX Ebony Programmer's Guide =dcpg.hlp
- :INDEX Data Base Explorer =dbexplor.hlp
- :INDEX Borland C++Builder Database Application Developer's Guide = DCDADG.HLP
- :INDEX Standard Template Library =stl.hlp
- :INDEX Component Writer's Guide =dccwg.hlp
- :INDEX Visual Component Library Reference =dcvcl.hlp
- :INDEX Object Pascal Reference =obpascal.hlp
- :INDEX Win32 Developer's Reference = win32.HLP
- 1 Using the Ebony IDE
- 2 Form editor
- 3 Using the Form editor=FormEditor
- 2 Code editor
- 3 Using the Code editor=UseCodeWindow
- 3 Code editor Window=CEWindow
- 3 Behind the scenes in the Code editor=CEBehindtheScenes
- 3 Getting Help in the Code editor=CEHelp
- 3 Viewing pages in the Code editor Window=CEViewingPages
- 2 Menus
- 3 File menu=IDH_MFile
- 3 Edit menu=IDH_MEdit
- 3 Search menu=IDH_MSearch
- 3 Component menu=IDH_MComponent
- 3 Database menu=MDatabase
- 3 Project menu=IDH_MProject
- 3 Run menu=IDH_MRun
- 3 Tools menu=IDH_MOptions
- 3 View menu=IDH_MViews
- 3 Help menu=IDH_MHelp
- 2 Search options
- 3 Regular expressions=IDH_RegularExpressions
- 3 Brief regular expressions=BRIEFRegularExpressions
- 2 SpeedBar
- 3 About the SpeedBar=BSpeedbar
- 3 Opening a context menu=OpeningAcontext menu
- 2 Using the Component palette
- 3 About the Component palette=IDH_BComponentPalette
- 3 Customizing the Component palette=CustomizingTheIDE
- 3 Saving a customized Component palette=SavingaCustomizedComponentPalette
- 3 Rearranging Component palette pages=RearrangingComponentpalettepages
- 3 Rearranging components on the Component palette=RearrangingcomponentsontheComponentpalette
- 3 Moving a component to a different Component palette page=MovingacomponenttoadifferentComponentpalettepage
- 3 Renaming Component palette pages=RenamingaComponentpalettepage
- 3 Adding pages to the Component palette=AddingpagestotheComponentpalette
- 3 Removing pages from the Component palette=RemovingpagesfromtheComponentpalette
- 3 Removing components from the Component palette=RemovingcomponentsfromtheComponentpalette
- 2 Using the Object Inspector
- 3 About the Object Inspector=BObjectInspector
- 2 Using the Object Repository
- 3 About the Object Repository=AboutTheObjectRepository
- 3 Object Repository usage options=ObjectRepositoryUsageOptions
- 3 Using project templates=UsingProjectTemplates
- 3 Customizing the Object Repository=CustomizingTheObjectRepository
- 3 Using the Object Repository in a shared environment=UsingTheObjectRepositoryInASharedEnvironment
- 2 Using the Alignment Palette
- 3 Alignment palette=AlignmentPalette
- 1 Creating and using menus
- 2 About the Menu Designer=BMenuDesigner
- 2 Opening the Menu Designer=OpeningTheMenuDesigner
- 2 Naming
- 3 Naming menus=NamingMenus
- 3 Naming menu items=NamingMenuItems
- 3 Naming conventions for template menu items and event handlers=NamingConventionsForTemplateMenus
- 2 Creating menus
- 3 Adding menu items=AddingMenuItems
- 3 Adding menu items dynamically=AddingMenuCommandsDynamically
- 3 Inserting a menu item=Insertingamenuitem
- 3 Deleting a menu item=Deletingamenuitem
- 3 Specifying accelerator keys=AccelKeys
- 3 Specifying keyboard shortcuts=SpecifyingKeyboardShortCuts
- 3 Creating nested menus=CreatingNestedMenus
- 3 Moving menu items=MovingMenuItems
- 3 Merging menus=MergingMenus
- 2 Using menus
- 3 Viewing the menu=ViewingTheMenu
- 3 Editing menu items without opening the Menu Designer=SettingMenuItemPropertiesbyusingtheObjectInspector
- 3 Switching amoung menus at design time=NavigatingMenus
- 3 Importing menus from resource files=ImpRC
- 2 Menu templates
- 3 Using menu templates=UsingMenuTemplates
- 3 Saving a menu as a template=CreatingReusableMenus
- 1 Debugging your program
- 2 About the Debugger=AboutDebugger
- 2 Types of Errors
- 3 Compile time errors=CompiletimeErrors
- 3 Run-time errors=RunTimeErrors
- 3 Logic errors=LogicErrors
- 2 The debugging proccess
- 3 Fixing Syntax Errors=FixingSyntaxErrors
- 3 Planning a debugging strategy=Planning_a_debugging_strategy
- 3 Using the integrated debugger=Using_the_integrated_debugger
- 2 Getting started with the debugger
- 3 Starting a debugging session=StartingaDebuggingSession
- 3 Generating debug information for your project=Generating_debug_information_for_your_project
- 3 Enabling the Debugger=Enabling_the_Debugger
- 3 Debugging VCL source=Debugging_VCL_source
- 2 Running a program
- 3 Running your program in the IDE=Running_your_program_in_the_IDE
- 3 Debugging with program arguments
- 2 Program execution
- 3 Controlling program execution=ControllingProgramExecution
- 3 Running to the Cursor=RunningToTheCursor
- 3 Stepping over code=SteppingOverCode
- 3 Tracing into code=TracingIntoCode
- 3 Running to a breakpoint=Running_to_a_breakpoint
- 3 Resetting the bebugging session=ResettingtheDebuggingSession
- 3 Pausing Your Program=Pausing_Your_Program
- 3 Restarting your program=Restaringyourprogram
- 2 Fixing program errors=FixingProgramErrors
- 2 General Protection Exceptions=GeneralProtectionException
- 2 Breakpoints
- 3 Using Breakpoints=Breakpoints
- 3 Setting breakpoints=SettingBreakpoints
- 3 The Breakpoint list window=IDH_BreakpointList
- 3 Modifying breakpoint properties=ModifyingBreakpointProperties
- 3 Conditional breakpoints
- 4 Creating conditional breakpoints=Creating_conditional_breakpoints
- 4 Creating Boolean expressions=Creating_Boolean_expressions
- 4 Using pass counts=Using_pass_counts
- 3 More about breakpoints
- 4 Locating breakpoints=LocatingBreakpoints
- 4 Disabling and enabling breakpoints=DisablingEnablingBreakpoints
- 4 Deleting breakpoints=DeletingBreakpoints
- 2 Examining data
- 3 Examining program data values=ExaminingProgramDataValues
- 3 Modifying program data values=ModifyingProgramDataValues
- 3 Watches
- 4 Watch expressions=WatchExpressions
- 4 Setting watch properties=Setting_watch_properties
- 4 Formatting watch expressions=Formatting_watch_expressions
- 4 Enabling and disabling watches=Enabling_and_disabling_watches
- 4 Deleting watches=DeletingWatches
- 3 Evaluating and modifying data
- 3 Evaluating and modifying expressions=Evaluating_and_modifying_expressions
- 3 Evaluating expressions=Evaluating_expressions
- 3 Modifying Variables=ModifyingVariables
- 3 Inspectors
- 3 Inspecting Data Elements=InspectingDataElements
- 3 Isolating the View in an Inspector Window=IsolatingTheViewInAnInspectorWindow
- 3 Changing the Value of Inspector Items=ChangingTheValueOfInspectorItems
- 3 Selecting a Range of Data Items=SelectingARangeOfDataItems
- 3 Inspector Window=IDH_InspectorWindow
- 3 Inspect Expression Dialog Box=IDH_InspectExpressionDialog
- 3 Set Index Range Dialog Box=SetIndexRangeDialog
- 3 Change Value Dialog Box=IDH_ChangeValueDialog
- 2 Displaying low-level information
- 3 The CPU window=IDH_CPUWindow
- 2 Disassembly pane=IDH_DisassemblyPane
- 2 Memory Dump pane=IDH_DumpPane
- 2 Machine Stack pane=IDH_StackPane
- 2 Registers pane=IDH_RegistersPane
- 2 Flags pane=IDH_FlagsPane
- 2 Viewing function calls
- 3 Locating function calls=LocatingFunctionCalls
- 3 Call stack window=IDH_CallStackWindow
- 3 Customizing the colors of the execution point and breakpoints=Customizing_the_colors_of_the_execution_point_and_breakpoints
- 2 More about the degugger topics
- 3 Customizing the colors of the execution point and breakpoints=Customizing_the_colors_of_the_execution_point_and_breakpoints
- 3 Debugging start-up code=DebuggingStartupCode
- 3 Handling hardware and software exceptions=HandlingExceptionsDebugger
- 3 Debugging multi-threaded applications=DebuggingMulitThreadedApplications
- 3 Debugging Class Member Functions=DebuggingClassMemberFunctions
- 3 Debugging External Code=DebuggingExternalCode
- 3 Debugging Dynamic-link Libraries=DebuggingDynamicLinkLibraries
- 1 Using and adding tools
- 2 Using syntax highlighting=IDH_UsingSyntaxHigh
- 2 Transfer macros=IDH_TransferMacros
- 2 Database Desktop=IDH_DatabaseDesktop
- 2 Adding programs to the Tools menu=IDH_AddingProgramsToolsMenu
- 1 Glossary
- 2 Glossary terms=Glossary
-