Home | 10% - Off! | New | VCL | DB-Aware | Tools | DB Tools | Apps | Samples | .NET | .NET DB-Aware | .NET Tools | .NET Samples | Kylix | Docs | Bold | Discussion | Sites | Tips | DPFL | Authors | Uploads | RSS | Store | Advertisement | About
Components

Buttons and Check Boxes
Bars and Status Bars
Dialogs
Edits, Memos
Forms
Graphics
Grids
Indicators and Gauges
Labels
List and Combo Boxes
ListViews and TreeViews
Menus
Panels
Shapes
Sizers, Scrollers, etc.
Tabbed Components
Effects and Multimedia
Misc. Effects
Sound Effects
Reports
Print VCL
Charts and Graphs
Communications
Internet
System
Files and Drives
Miscellaneous
Tools
LAN
Installation
Date and Time
Data Compress
Science
Security
Component Packs
Property Editors
Experts, IDE etc.
Code
IDE
Components
Help Tools
Tools
Version Controls
Other
Database Related
Packs
Code Templates
Components > Experts, IDE etc. > Code  

Companies News:

F-IN-BOX - Flash Player Component for Delphi and Builder C++
F-IN-BOX - Flash Player Component for Delphi and Builder C++ Also we offer DLL and .Net Editions

Download demo version right now!

Want to know more ?

 

FormData v.2008FWS 3 k 28 May 2009
By Clayton Wilson. General routines for an initialization (.INI) file including metrics for multiple TForms.
 
Fully functional
Source: Included
Download: CB6 D6  

TCompile v.12.15.07FWS 12 k 16 Dec 2007
By Clayton Wilson. Non-visual component that modifies the unit file "Project.pas". This file has the date and time the project was compiled along with the build number.

The unit file "Project.pas" contains the following constants:

  • PROJECT_NAME: The name of the project.
  • EXE_FILENAME: The file name of the project.
  • DATE_CREATED: The date that the project was originally created.
  • AUTHORS_NAME: The name of the people who wrote the code for the project.
  • CONTACT_INFO: Contact information: eMail, phone number, address, etc.
  • COMPILE_DATE: Date project last ran inside Delphi.
  • COMPILE_TIME: Time project last ran inside Delphi.
  • BUILD_NUMBER: Number of times the project has been ran from inside Delphi.
  • UNIQUE_IDKEY: Unique identifier for the project. It has the ProjectName, CompileDate and CompileTime. NOTE: This constant is updated every compile to reflect the current compile date and time.
Instructions: Drop this component on the TForm, then set the project path. This can be done by placing the caret in the ProjectPath property field, then pressing the ENTER key.

Include "Project" in the USES clause. Save the project, then exit Delphi. The next time the project is opened in Delphi, the unit file "Project.pas" will be created. Then each time you run the program from inside Delphi, the unit file will be updated with the current date, time and the build number.
 
Fully functional
Source: Included

Download: D6  

Code Indent Expert FWS 3 k 16 Jul 2006
By HomeGrown Software Development. A standard expert to easily indent or outdent code by highlighting it in the editor and invoking the expert. The indented or outdented code is copied back to the editor replacing the highlighted code. This expert is a real time saver when you want to place pre-existing code inside a try... finally block.
 
Fully functional
Source: Included
Download: D2 D3 D4  Homepage

sqsAutoComplete v.1.2SW 431 k 16 Jul 2006
By Squid Software LLC. sqsAutoComplete is an enhancement for the Delphi IDE source code editor, making dynamic suggestions for completing words as the user types, complete with correct capitalization. Its functioning is similar to that of the autocomplete function in combo boxes, although it works in the Delphi source code editor.

sqsAutoComplete parses the currently open source file in the file editor of Delphi IDE, and suggests word entries as the user types in new words, variable names, procedure names, and other identifiers. Suggestions are highlighted as the user continues typing. If the user presses Enter, the highlighted selection is entered into the editor and the cursor is placed at the end of the entry.
 
Evaluation (time-limit)
Source: On purchase/registration
Price: $19.95
Source Price: $59.95

Download: D6 D7  Register NowHomepage

MoveBlock Expert v.1.0FWS 5 k 19 Mar 2003
By Vladimir Danko. This is expert which can make move selected text block to right or to left. Add 2 MenuItems ('Move block right' and 'Move block left') in Edit menu and 1 MenuItem 'MoveBlock Wizard options' in Tools menu.
 
Fully functional
Source: Included
Download: CB5 CB6 D5 D6  

Code Template v.1.0FWS 30 k 05 Jul 2002
By Brombs. Code Template - expert for insert any code in Pascal unit, with define params (like: "with %table% do..."). Easy for install, easy for use.
 
Fully functional
Source: Included
Download: D4 D5 D6  Homepage

ThSdkConWiz FW 35 k 05 Oct 2001
By Mammuth Design & Software. thSdkConWiz is a minimal Delphi 5.x/6.x pro expert for to generate Console and traditional SDK skeleton application.
 
Fully functional
Source: None
Download: D5 D6  Homepage

NewVss'dSource v.0.2FW 753 k 19 Apr 2001
By na Hofi. If you work with VSS and C++ Builder you will like it. It adds a standard (or any self edited) header to IDE generated source files.
 
Fully functional
Source: N/A
Download: CB4 CB5  

MMC Snapin Toolkit FWS 699 k 25 Jun 2000
By Colin Wilson. The MMC Wizard and Components package allows you to easily create snapins for the Microsoft Management Console (MMC). For more details on the Microsoft Management Console, see the Microsoft Management website.

When you install the package, a new MMC Expert wizard will be added to the 'Projects' tab in the New Items dialog in Delphi. You can use this wizard to create your MMC snapin projects.

Once you've created a snapin project, you can use the TSnapinData component at designtime or runtime to set up the scope and result panes, handle snapin notification events, add images, menus and buttons to your snapin, etc.
 
Fully functional
Source: Included

Download: D3 D4 D5 D6 D7  Homepage

Delphi 2.0 Code Template v.0.5FWS 137 k 05 Apr 1999
By SoftPack. The Delphi expert with the ability to put pre-defined and user defined code templates in your source code, based of the source code from Francois Piette. No any components needed.
 
Fully functional
Source: Included
Download: D2  Homepage

Comment Expert v.0.98FWS 16 k 29 Oct 1998
By QingHai. This program is a Delphi Expert which help you to Comment / UnComment the Editor's selected area. Requires TOTA.
 
Fully functional
Source: Included
Download: D4  

CodeWarp v.1.22FW 290 k 16 Jul 2006
By GLScene. CodeWarp is a little expert, allowing quick code navigation in your source. It displays classes, funcions and procedures in a popup tree view, and brings the editor to those spots in a click. This is a real productivity-oriented tool and not a put- all- the- classes- from- every- source- in- an- over- packed- tree-window like class browsers generally are. The aim is to warp the cursor where you want it to go and not to display a clean, object-oriented, but barely useable view. CodeWarp opens a huge TreeView with tons of shortcuts, but it's a popup, it is not crowding your desktop space but making use of all the screen, it's loading instantaneously, always up-to-date, working on buggy or incomplete code, and can be fully operated without the mouse (all keys are below/within right hand). Practice proves CodeWarp gets you to the right position in a few keyboard clicks.
 
Fully functional
Source: None
Download: D3 D4 D5 D6 D7  Homepage

Message Box v.1.0FWS 1 k 21 Apr 1998
By Evgeny Vorontcov. Simple tool for create message dialogs, Delphi VCL Extensions (RX) Lib required.
 
Fully functional
Source: Included
Download: D2 D3  

DelFor Expert v.2.5FWS 472 k 16 Jul 2006
By WAU. DelForExp is a Delphi source code formatter that really works.

It improves:

  • the indentation
  • spacing
  • capitalization
  • use of blank lines of Delphi source code.
To do so the source code is parsed and lots of special constructs are tested. At default, the style of the Borland source code is followed closely, since this is the most widely accepted style. But formatting of Pascal code is much a matter of taste and debate. Therefore, some alternative rules are included. DelForExp can optionally process the whole currently opened project.
 
Fully functional
Source: Included
Download: D2 D2005 D2006 D3 D4 D5 D6 D7  Homepage


News from our Sponsors

  Full featured Spelling Check and Thesaurus components
AddictSpell provides your users with a full featured spelling check component to give your applications a more professional look and feel. AddictSpell mirrors, and in some ways exceeds, the functionality of several spelling check engines residing in commercial word processors. Using Addict, you can add a full-featured spelling checker to your application with just a single line of code.
Addict comes with an updated version of Roget’s Thesaurus, containing over 1000 context topics.
Try and save! more... more...


  Do you know that you can save 10% on LMD products?
LMD-Tools covers almost 370 components (Relase 7.0 CE, + about 30 labeled controls) for any task you can imagine. Following component groups are only examples for the broad range of available components: LMD Tools includes controls for superior interface design, system programming, file controls, database applications, internet-/web-components, multimedia, text/data input (RichEdit), display of formatted text, and many more.
Only for Torry's visitors! more... more...


  Advanced Application Controls - save 10%
The Advanced Application Controls (AppControls) is the set of over 83 top quality multipurpose components for all 32-bit versions of Delphi and C++ Builder. The package contains everything you need to add neat and, more important, truly professional appearance for your software, making development of great interfaces and internal utilities trully rapid. All components are highly integrated each other and extremely easy to use.
Order now and save 10% - only for Torry's visitors! more... more...


  Power tools for MySQL and PostgreSQL are calling you!
Database Designer product family allows you to solve database structure modeling, generation and modification tasks easy. For PostgreSQL and MySQL, choose your favorite!
Don't forget to check DBACentral for MySQL as well - GUI solution for database administration and data management, which provides you with Microsoft Access like interface paradigm for executing all database operations over database structure and table data. Now with PHP web pages and SSH tunneling.
And get 10% off! more... more...

Advertising on Torry's Delphi Pages

 

Sort order
Title
Modification
Publication
Quick Search
Exact phrase
Title
Description


Advertising on Torry's Delphi Pages

pc remote control software, remote desktop software, remote access software

Remote Control from Anywhere!

Visit Our Delphi Site.

Everything about InterBase and Firebird

Guest Book
Guest Book

Subscribe to news in RSS 2.0 format!Subscribe to news in RSS 2.0 format!
Up | Home | 10% - Off! | New | VCL | DB-Aware | Tools | DB Tools | Apps | Samples | .NET | .NET DB-Aware | .NET Tools | .NET Samples | Kylix | Docs | Bold | Discussion | Sites | Tips | DPFL | Authors | Uploads | RSS | Store | Advertisement | About
Copyright © Torry's Delphi Pages Torry's Delphi Pages Maintained by Torry Team. Notes? Comments? Feel free to send...

The Ultimate Source of Object Pascal and Delphi Programming Knowledge.

Copyright © 1996-2010
All trademarks are the sole property of their respective owners
Privacy Policy