In Delphi XE2, we have use {$ifdef Win32} {$ifdef Win64} to identify which pl开发者_C百科atform we are in.
I am using Delphi 6 Pro.I need an event that will fire when my application is de开发者_StackOverflow中文版finitely shutting down but before any Forms are destroyed.I thought about trapping WM_QUIT mes
How would this be correct when on 64bi开发者_C百科t platform in XE2? type PRGB24 = ^TRGB24; TRGB24 = packed record
In action bands there is a TAc开发者_JS百科tion component. That component holds a property named
I\'m building a really crude GUI to model mapper which basically traverses all TEdit and TMemo fields on a form, extracts the text and set this text in a data model object. (The solution hinges on am
I would like to know if it\'s possible to read a .mdb file without the use of ODBC. I need to write a Delphi application that reads 2 columns from a mdb file a开发者_运维百科nd writes those columns i
I use TEasyListView from mustangpeak.net. I\'d like to create a combobox in a column. I can\'t find any sample to do this from the component demo. If I use TListView, I could follow a trick from http:
I have a Delphi 6 program that receives audio from an external program via a socket.Now I want to feed that audio to a DirectShow filter graph I create that routes that audio to different output filte
I have to provide an SSL front for a plain TCP server, so I\'m making a \"pump\" application that will provide an SSL connection to the outside while the original server can stay plain.
I am developing an application in Delphi-2010 using SQL Server 2008 R2 in network Mode. My problem is that in certain cases, multiple clients open the same record for update.