Monthly Archives: January 2018

RAD Studio Welcome Screen

By | January 20, 2018

Below are a list of changes I’ve made to my Welcome Screen to make it more functional. For me, there are two aspects of the screen I don’t like: first, the Events right hand column when collapsed does not allow the remaining content to expand; and secondly it doesn’t make good use of the screen… Read More »

Compiling Component Packages for C++

By | January 20, 2018

Note to self (because you keep forgetting)… Make sure your package knowns where you want the package to be located (Project Options | Delphi Compiler for All Configurations | Package Output Directory); For C++ make sure your package knowns where you want the DCP, BPI, LIB files to be located (Project Options | Delphi Compiler… Read More »