12.12.2012 Views

Teach Yourself Borland C++ in 14 Days - portal

Teach Yourself Borland C++ in 14 Days - portal

Teach Yourself Borland C++ in 14 Days - portal

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Summary<br />

Creat<strong>in</strong>g Applications <strong>in</strong> <strong>C++</strong>Builder<br />

<strong>C++</strong>Builder (<strong>in</strong> the \CBuilder\Images directory) <strong>in</strong> your applications<br />

without permission from <strong>Borland</strong>.<br />

The Object Repository is a great tool for reus<strong>in</strong>g previously created forms, dialog boxes,<br />

projects, and other objects. The capability to add your own objects to the Repository is a huge<br />

advantage when you’re do<strong>in</strong>g RAD. The Dialog Wizard and Application Wizard take it a step<br />

further and guide you through the creation process. The Application Wizard, <strong>in</strong> particular,<br />

is a very useful tool. In the middle of the chapter you learned how to add data members and<br />

functions to the classes that <strong>C++</strong>Builder generates. The last part of the chapter touches on<br />

the different types of resources that you might need to <strong>in</strong>corporate <strong>in</strong>to your applications and<br />

how to add them to your <strong>C++</strong>Builder projects.<br />

Workshop<br />

The Workshop conta<strong>in</strong>s quiz questions to help you solidify your understand<strong>in</strong>g of the<br />

material covered and exercises to provide you with experience <strong>in</strong> us<strong>in</strong>g what you have learned.<br />

You can f<strong>in</strong>d answers to the quiz questions <strong>in</strong> Appendix A, “Answers to Quiz Questions.”<br />

Q&A<br />

Q When would I use the Use option of the Object Repository?<br />

A When you have an object stored <strong>in</strong> the Object Repository that you want to update<br />

or make other changes to.<br />

Q Is there a limit to the number of objects that can be stored <strong>in</strong> the Object<br />

Repository?<br />

A Technically, you can store as many objects as you like. Remember, though, that the<br />

purpose of the Object Repository is to help you quickly locate and reuse your<br />

forms, dialog boxes, and other objects. If you put too many seldom-used objects <strong>in</strong><br />

the Object Repository, you will start to lose efficiency because it takes longer to<br />

f<strong>in</strong>d the specific object you are look<strong>in</strong>g for. It also takes longer for the Object<br />

Repository to load and display all those objects.<br />

349<br />

9

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!