I\'m trying to virtualize Delphi 2009. One major problem is that the debugger doesn\'t work properly. With VMWare开发者_运维技巧 ThinApp it doesn\'t know that I closed the program.
I have the following code which runs fine on all operating systems (32 & 64 bit) except for Windows 2008 R2 (SP0 & SP1)
I have a main form (form1) that calls form2 which is a stayontop form.form2 calls a modal form (form开发者_运维问答3) which is also a stayontop form.when form3 modal form calls the colordialog, the co
I want to expand tree on main form w开发者_开发问答hen application starts. How i can do it? I cant find corresponding property.
small piece of the stack :0047fe17 TControl.Perform + $27 :0047eb54 TControl.FontChanged + $40 :0043797f TFont.SetData + $2F
Using TADOConnection class to connect to SQL server 2005 db. Having ConnectionTimeOut := 5; // seconds.
Apologies if the question was asked before. I have some definition of some components as follows (please guide me if it\'s wrong, because I\'m a beginner). What I am trying, is to enumerate all publis
For a server-side plugin framework I would like to implement DLLs which expose a RegisterPlugin method that returns a class reference (TInterfacedClass).
My app sends data to a Server using a TidTCPClient. The Server uses a TidTCPServer. All works fine and I am now trying to handle unexpected situations.
looking how to suppress a warning from the compiler that says possible data loss, st:= copy(str,0,2);