delphi-xe
Exception location in DelphiXE not correctly located in the debugger?
The debugger does not locate the line of the exception开发者_如何学运维, its either to deep or to late.[详细]
2023-03-24 06:33 分类:问答How should I create unique bill/account numbers?
What do you people use for generating unique account numbers? Some use Autoinc field, others something else...[详细]
2023-03-24 06:07 分类:问答How to change the implementation (detour) of an externally declared function
I have a third party function function DataCompare(const S1, S2: string; APartial: Boolean): 开发者_StackOverflow中文版Boolean;[详细]
2023-03-24 05:06 分类:问答How to load and save StringGrid content?
First part of the code works OK while the second (commented) does not. It overwrites my A1 file although it should write to A2.[详细]
2023-03-23 13:01 分类:问答Crystal Reports 2008/2011 integration with Delphi XE
Help me please, I need to run Crystal Reports (.rpt) file and see the Preview output from my Delphi XE application on the client computers where CR is not installed. I found the way to do it with CR X[详细]
2023-03-22 19:41 分类:问答I cannot disable a (ghost) breakpoint
I have an IDE break point (delphi-xe) that keeps reappearing every time I compile and run the program.[详细]
2023-03-22 05:46 分类:问答Problem reading a TStream in Delphi XE
In the previous versions of Delphi, the following code: var InBuf: array[1..45] of Byte; Count := InStream.Read(InBuf, SizeOf(InBuf));[详细]
2023-03-22 02:15 分类:问答Errors using THashSet from DeHL collections library
I\'m pretty new to Delphi and I\'m trying to use the DEHL Collections library. (see http://code.google.com/p/delphi-coll/ ) I\'m have a little trouble with it from the IDE perspective.It compiles and[详细]
2023-03-22 00:55 分类:问答Disabling the form designer in DelphiXE
Is it possible to disable the form designer in DelphiXE \"on-demand/selec开发者_如何学Pythontively\" and only work with the code of a form/class where needed, in the event that controls are not instal[详细]
2023-03-22 00:19 分类:问答DBXPool Corrupts Memory on Failure to Connect
When DBXPool is used for the DelegateConnection on a TSQLConnection, if SQLServer is unavailable when you call the TSQLConnection.Open method, it will timeout the first time.But if you subsequently ca[详细]
2023-03-21 22:51 分类:问答