From time to time I get asked how developers can customize their IDE experience. There are many ways to set options that affect the IDE, registry settings you can change and external 3rd party tools you can use. Here are a few ideas about what you can do to take control of the look and feel of the Embarcadero RAD Studio, Delphi and C++Builder 10 Seattle IDE.
Use the IDE Tools | Options menu…
Cool new FMX components by Graham Murt @kscomponents
January 2, 2016
Some cool new FireMonkey components, ksComponents (Kernow Software FMX components), created by Graham Murt, are available on GitHub. You’ll find the source code for TksListView, TksFormTransition, TksTableView,TksSlideMenu, TksSegmentButtons and TksChatView. Readme…
JEDI libraries now in GetIt Package Manager
September 18, 2015
Author: Luis Navarro
Hello.
I’m very pleased to announce that the popular JEDI libraries are now available in the GetIt Package Manager catalog.
For those who don’t know these libraries, the JEDI Code Library (JCL) consists of a set of…
Embarcadero Technology Partner Spotlight
Mitov Software – Delphi Arduino control and communication Boian Mitov – Mitov Software Thursday, June 25, 2015 http://www.mitov.com/ http://www.visuino.com/
YouTube video –https://www.youtube.com/watch?v=OZhWi_lA-_c
Mitov Software is specialized in development of high performance software and Data Flow solutions for Delphi and…
All of our modern PCs, Smartphones, Tablets and other devices include more than just a screen, keyboard, mouse, memory, and storage. The devices We use include sensors for location, orientation, acceleration, ambient light, etc. My Samsung Slate Series 7 is a hybrid or…
Delphi JSON Viewer
October 1, 2010
Author: Michael K22532
JSON support has been introduced in Delphi 2010 as a part of DBExpress database driver architecture, but of course JSON support is not limited to just database applications. JSON is similar to XML as both are text-based data interchange formats.
Delphi…
Author: Germán Estévez
Why do we write applications? One answer could be “for fun”, but not always we are in such a comfortable situation of doing something without a real (business) reason. This is where “Creating Value from Programming” comes in.
Recently we’ve done a joint session with Jeroen Pluimers on the Software Developer Event “Office Stuff!!”…
Error 'Could Not Load SSL Library' when using Indy SSL components
October 30, 2003
Author: Embarcadero USA
Problem:
When using the Indy SSL components, an error ‘Could Not Load SSL Library’ is raised.
Answer:
This error is raised because you must have OpenSSL installed on your machine in order to use the IndySSL components. At runtime…
Custom InPlace Editor in StringGrid
March 26, 1998
Author: Embarcadero USA
Question and Answer Database
FAQ2434D.txt Custom InPlace Editor in StringGrid
Category :VCL
Platform :All
Product :Delphi 3.x
Question:
How can I popup my own inplace editor (such as a combobox)
in a string grid cell?
Answer:
The…
Writing a VCL component in C++ which defines its own events
March 13, 1998
Author: Embarcadero USA
Question and Answer Database
FAQ2369C.txt Writing a VCL component in C++ which defines its own events
Category :VCL
Platform :All
Product :C++Builder 3.x
Question:
I have scoured the Borland BCB docs and the net and I really haven't
found a good example of writing a VCL component in C++ which defines its
own events (an event not overriding any ancestor class…