I can go the long way round, loop over each row, get a TRect from CellRect(col, row), then query its State for gdSelected ...
But isn't there a quicker way to get the row number of the currently selected row, …
Is there a way to specify which monitor a application appears on in Delphi or C++Builder?
I am developing a simple program for a customer, which displays kitchen orders on a secondary monitor, generated by a hospitality system. Currently …
I'm experimenting with reconfiguring my application to make heaving use of packages. Both I and another developer running a similar experiment are running into a bit of trouble when linking using several different packages. We're probably both doing something wrong, …