I have a pre build event set up to generate the version/build number to embed in my exe. The event consists of a call to a batch file that does the actual work (a parameter is passed to the batch file
How to remove the Accelerators from T开发者_StackOverflow中文版MainMenuActionBar ? can\'t seem to find the AutoHotKey = maManual property to change, nor to find any other property that will cause the
when using TActionM开发者_如何学CainMenuBar, is there a way to align the Actions component and sub menus from right to left?
I am using Delphi 2009. 开发者_JAVA百科 I want to view the contents of a file (in hexadecimal) inside a memo.
The given code which works without any problems in Delphi 2007. However in Delphi 2009 I am getting an exception.
I got an application (written in Delphi 2009) that uses an ADS Server (Version 10.10). I\'m using the TDataSet Components to access the database.
We currently use Delphi 2009 and GIT to develop an application. We have set up a prebuild script to generate a version number and build ID using information from git and comp开发者_开发问答ile this as
Its easy to define a string at the size of 3 (in old delphi code) st:string[3]; now, we wish to move the code to ansi
I\'d like to put some buttons between two resizable panels or directly on the splitter if possible. How do I achieve they will move along with the splitter; how do I anchor them ?
I have a TListView with ViewStyle 开发者_运维技巧set to vsReport.How do you change the color of the grid and the width of the gridlines.The gridlines is a bit too thick in D2009, I want to have the sa