We have a HUGE Delphi 2005 application with LOTS of ADO components (TADODataset, TADOStoredPRoc, TADOCommand...) spread on hundreads of forms. All of them are connected to a SINGLE TADOConnection.
Sometimes we want an optional parameter function doSomething(foo:Integer; bar:TObject=nil) begin if bar <> nil then // do something optional with bar
We are experiencing what seems to be a stra开发者_开发技巧nge bug in Firemonkey\'s ScrollBox component (since TGrid inherits from TScrollBox it also affects all grids). On some ouf our development mac
This question already has answers here: Closed 11 years ago. Possible Duplicate: How can I generate m开发者_如何学Pythonultiple shades from a given base color?
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'ve a problem using ADO and indy in Delphi 2009. My project always crashes on exit when running i开发者_Go百科n delphi 2009.
I am relatively new to Delphi so please bear with me.B开发者_如何学JAVAasically, I need to set variables as different values based on whether or not I am testing in an English or French translated env
I use a ClientDataSet with a DataSetProvider linked to a local DataSet. When I want to edit the data in the DataSet I open the ClientDataSet and add some indexes to it. After I\'m done editing the dat
I know Delphi XE2 has the new TVirtualInterface for creating implementations of an interface at runtime. Unfortunately I am not using XE2 and I\'m wondering what kind of hackery is involved in doing t
Is there any videos available which is describing Design Patterns, how to implementing each开发者_运维知识库 design patterns in Delphi.