The debugger does not locate the line of the exception开发者_如何学运维, its either to deep or to late.
What do you people use for generating unique account numbers? Some use Autoinc field, others something else...
I have a third party function function DataCompare(const S1, S2: string; APartial: Boolean): 开发者_StackOverflow中文版Boolean;
First part of the code works OK while the second (commented) does not. It overwrites my A1 file although it should write to A2.
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
I have an IDE break point (delphi-xe) that keeps reappearing every time I compile and run the program.
In the previous versions of Delphi, the following code: var InBuf: array[1..45] of Byte; Count := InStream.Read(InBuf, SizeOf(InBuf));
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
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
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