Useful Links for Designing Software in Delphi
If you are already using Delphi, then these sites provide you with valuable resources.
You should also see
-
embarcadero :
If you like your clients then you will be using a Pascal based Language,
because it's a true compiler and checks many of your mistakes. Otherwise
the user has to find your errors for you.
-
free pascal :
This is feature full compiler of pascal that is free.
-
tmssoftware.com :
TMS provide a suite of all manner of components for the desktop, mobile and web.
-
DevExpress :
DevExpress have a suite of VCL components for Delphi and C++. Their Grid is
very well known.
-
Virtual Tree View :
Virtual Tree View is a free component that is extremely powerful for tree
or grid views.
-
Thinfinity VirtualUI :
It is true, you just need to add one line in your code and application will
run in the browser. It has to be hosted on a Windows Server and there is a
per user, per month license, which is a little cheaper than Microsoft RDS. But
it actually runs in the browser. You do need to sort out hardware related
items and file access.
-
UniGUI :
UniGUI is another way to get your application on the web. You need to use
their components such as TUniLabel instead of TLabel. They have many components
to chose from. But any third party components are likely to work as well.
There are hooks for css and javascript.
-
Delphi Version Numbers :
Comprehensive list of Delphi Product and Compiler Version Numbers.
-
A complete list of errors, hints, and warnings :
Comprehensive list of Delphi IDE Editor Shortcuts.
-
Delphi IDE Editor Shortcuts :
Comprehensive list of Delphi IDE Editor Shortcuts.
-
Delphi Regular Expressions :
Good explanation of Delphi Regular Expression Classes and usage.
Best Links to help Design Software with Delphi
Back to Developer Links
Website Checking
Delphi For Beginners