delphi-2009
how to make the Delphi debugger work fine in virtualized Delphi 2009
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.[详细]
2023-02-26 10:42 分类:问答Delphi 2009 Crashes on CreateServiceW (only in windows 2008 R2)
I have the following code which runs fine on all operating systems (32 & 64 bit) except for Windows 2008 R2 (SP0 & SP1)[详细]
2023-02-25 05:39 分类:问答Delphi TColorDialog Opens behind a stayOnTop form
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[详细]
2023-02-24 23:24 分类:问答How to auto expand all TTreeView nodes?
I want to expand tree on main form w开发者_开发问答hen application starts. How i can do it? I cant find corresponding property.[详细]
2023-02-23 03:37 分类:问答delphi 2009, popup menu causes EStackOverFlow
small piece of the stack :0047fe17 TControl.Perform + $27 :0047eb54 TControl.FontChanged + $40 :0043797f TFont.SetData + $2F[详细]
2023-02-23 03:30 分类:问答ADO Connection Timeout problem
Using TADOConnection class to connect to SQL server 2005 db. Having ConnectionTimeOut := 5; // seconds.[详细]
2023-02-20 12:59 分类:问答Enumerating published properties and subproperties in Delphi
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[详细]
2023-02-20 11:48 分类:问答Memory management for a Delphi plugin framework based on TInterfacedClass
For a server-side plugin framework I would like to implement DLLs which expose a RegisterPlugin method that returns a class reference (TInterfacedClass).[详细]
2023-02-19 20:48 分类:问答Is it possible to terminate a TCPClient immediately?
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.[详细]
2023-02-19 17:47 分类:问答delphi 2009 cast to string length 2
looking how to suppress a warning from the compiler that says possible data loss, st:= copy(str,0,2);[详细]
2023-02-16 18:38 分类:问答