Logo New book: Delphi 2007 Handbook
My blog in online
Delphi tech support service: support.marcocantu.com
Google
  Web www.marcocantu.com

Menu for Development

Site Menu
Delphi 2007 Handbook
Mastering Borland Delphi 2005
Essential Pascal
Essential Delphi
Buy Books Online
Code Repository
Newsgroups
White Papers
Tools
Conferences
Training
Delphi Links
Contact Marco

My Other Sites
Italian Site (www.marcocantu.it)
Developers Newsgroups Browser (dev.newswhat.com)
My town (www.piazzacavalli.net)
the delphi search
Wintech Italia (my company)

Breaking News
Buy Mastering Borland Delphi 2005 from Amazon
Free ebook: Mastering Delphi Update for Delphi 2006

Advertising
Home My Blog Books My Bookstore Development Links Marco


Home: Development: Tools

cantools

Cantools Component Wizard


Cantools Component Wizard for Delphi 4
Version 1 - Freeware without source
Delphi Wizards by Marco Cantù

Download CtnwComp.zip (14Kb), unzip the file cntwcomp.bpl and install it in Delphi (with the command Component | Install Package.

My component wizard extends the one included in Delphi, although its simple effect is mainly replaced by Delphi class completion technology, it can still be useful.

You start it by calling the wizard menu item, under Help. The following form is similar to Delphi own Component Wizard:

In the following form (use the tab to move here) you can enter a number of properties, indicating a name, data type, default value, read and write style, and visibility:

Continue clicking on Next creating new properties until you are done. At this point you can view a summary in the following page, where you might edit the default names:

The final page shows a preview of the generated source code.

If something is wrong you can still go back to the property definitions (the second page) and modify them. When you are done you can accept the result and the wizard will ask you a directory, create the file, and open it in the Delphi editor:

Enjoy it...

The source code of these components is fully described in the book Delphi Developer's Handbook.

In case of errors please let me know, but always remember you are using this software at your own risk (so the saying goes).

For reporting errors, questions and suggestions you can use my newsgroup.

Write Components?
The Delphi Developer's Handbook is a precious source of information on Delphi Components Writing, and one of the most advanced.