I have a DB component which DataLink.UpdateRecord is called when it receives CM_EXIT message. This message is sent when it loses focus. When I click post button, it doesn\'t lose focus and value is no
i have a custom control, with the Ancestor being another custom control, who\'s Ancestor is a TPanel;
I am looking for a Delphi 7 routine which c开发者_StackOverflowonnects to a time server to retrieve the correct time and date, and a routine to update the time and date of the pc.
Recently I\'ve found TPngImageList component ( http://cc.embarcadero.com/Item/26127 ) which is very good, but it handles only png images ... I\'d like to have some imagelist that allows combinin开发者
I developed an application using also third party components (developed on D7, WinXP). When I deploy this application on XP everything works fine. When I run it on Vista, the application cease to wor
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am trying to write to ports 0x60 and 0x64, with no luck. Delphi code: procedure PortOut(IOport: WORD; Value: BYTE); assembler; register;
I converting a lecacy app from Delphi 7 to Delphi 2009. I got this error: E2010 Incompatible types: \'Char\' and \'AnsiChar\'
I have a web creation program which, when building a site, creates hundreds of files. When the internet root folder is situated on the local pc, the program runs fine. If the internet root folder is
I have created a bitmap in memory, and would like to show this in rave report design开发者_JAVA技巧 time. I don\'t want to create a file then load. Is there a better way?