1. Home
  2. Computing & Technology
  3. Delphi Programming
RTL Reference|Glossary|Tips/Tricks|FREE App/VCL|Best'O'Net|Books|Link Back

GEXPERTS

   Everything you need...

In last article, I was trying to bring you closely to that magnificent world of Expert and Wizards in Delphi. Now, it's time to see those Wizards in action. Read on to find out more about one of the best collection of Delphi Experts: GEXPERTS.

GExperts consists of many different Delphi IDE experts, designed to make the Delphi programmer's life just a little bit easier (or much easier as you will see).
This is an excellent free collection of more than 25 experts for 32 bit Delphi that should find a permanent place on your menu bar.
GExperts is developed as Open Source software and is contributed as freeware to the Delphi community. Users are encouraged to download the free source code and submit bug fixes and patches as well as new features for inclusion in the GExperts distribution. This set of tools is frequently updated.


If, after reading this article, you get interested; be sure to join one of Gexperts mailing lists.

   Action
There are far too many experts and wizards in this unique collection so I'll present just some of them. As you will se some of the experts are code oriented and some are form oriented (what I mean is that you can call them while editing code or designing forms).

Procedure List
Procedure List
This expert enables you to view a list of procedures, functions, constructors and destructors in the current unit and jump to a selected one. This expert is very useful if your Pascal code exceeds the number of lines you can "control".

Greap Search - Results
The Grep expert enables you to quickly and easily locate text in multiple files. You can search all files in your project, including DFMs, all currently open files, the entire project directory or a user specified directory. Once you have entered the search criteria, results will be shown in the Grep Results window.
Grep Search - Results

Code Librarian
Code Librarian
The Code Librarian expert enables you to organize and access often-used code snippets. It's an easy way to store the various code items that you use often. You can even freely download more than 100 code snippets from Gexpert web site.

Message Dialog Expert
Message Dialog
This expert provides an easy and convenient way to enter message dialog code into the Delphi Editor. Simply fill out the fields shown and the expert will generate the required MessageDlg code. Check this article if you want the dialog to appear centered inside a form (not screen).

MessageDlg('Stop.
  Increase your productivity with Gexperts!'
  ,mtWarning, [mbOK], 0);

   Other Experts
As you can see, every single expert in this collection will help you build your Delphi projects more quickly and more efficiently. What follows is a list of some of the remaining experts in collection. You can find more about all experts here.

  • The class browser enables you to quickly and easily view the classes in your project or in external directories, such as the VCL classes.
  • The project dependency expert enables you to easily see what units a particular unit uses, and in turn what units use a particular unit.
  • The project backup expert enables you to backup an entire project to a single zip file.
  • The ASCII chart expert simply shows you the ASCII values and characters.
  • Component Replace expert enables you to quickly and easily replace components on a form or in a project. For example, have you ever wanted to replace all TBitBtn in a project with TButton? Now you can.
  • And more experts to speed up your develpoment....

       Use that Delphi Magic
    I hope you will find this collection useful, I know I have. Working with Delphi is much more fun and easier now. So don't wait, rush and download your copy of Gexperts today!
    If this collection doesn't have everything you need, be sure to check out even more custom Delphi Experts and Wizard.

     


  • What do you think? Post your thoughts and share your views on the Delphi Programming Forum.
  • Discuss Delphi Programming, real time.
  • Just as always, don't wait if you have any questions or comments.
  • Stay in touch with news and views from Delphi Programming; sign up for free newsletter!
  • Start coding the right way. Get yourself a Delphi Programming book!
  • If you want to put a link (text or graphics) to Delphi Programming on your web pages, this is the way to do it.

    Next article: Statements/Properties/Variables. Delphi for Beginners: The basic layout of a Pascal/Delphi program.

    All graphics in this feature created by Zarko Gajic.

    More Features...
    Various Delphi Programming articles sorted by date:
    2000 | 1999 | 1998 or by TOPIC.

    Subscribe to the Newsletter
    Name
    Email

  • Explore Delphi Programming
    About.com Special Features

    Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

    Easy ways to connect two computers for networking purposes. More >

    1. Home
    2. Computing & Technology
    3. Delphi Programming

    ©2009 About.com, a part of The New York Times Company.

    All rights reserved.