This question already has answers her开发者_JS百科e: Closed 12 years ago. Possible Duplicate: how to make a tmemo and Tedit with a transparent background?
A very simple question: type TMyRecord = Record Int: Integer; Str: String; end; PMyRecord = ^TMyRecord; var Data: PMyRecord;
UPDATED 2010-11-25 A legacy stand-alone application (A1) is being re-created as a web application (A2).
I wrote my code in D5, t开发者_开发百科hen I switched to D7. Things are ok, until compile. D7 appears hang and I have to killed the process. I already deleted all the DCUs and the problem persists.
I\'ve been looking hours over the net, using Google, trying for PDF\'s and still unable to load an Image resource in Delphi 7..
Im getting the following Access violation at address 00404340 in module \'test.exe\'. Read of address FFFFFFD5
i managed to fix some errors with disconnecting, now whenever a file is transferring the CPU Usage becomes 100%, i dunno what im doing wrong :S.....
I have a little problem. I\'m trying to create a TPaintBox on a TPanel like this: procedure TForm1.mkPaint(S: string);
I\'m trying to import the column names from an MS Access Table (named Learners) to some variable (开发者_如何学Cnot sure which one to use). The column\'s names are dates. When btnSave (TButton) is cli
I know how to catch exceptions in delphi (try..except/finally and e.message) but I want to know if there exists an exception handling mechanism which can开发者_JAVA百科 raise the exception and also th