Does anyone else have this problem or is my Delphi cursed somehow? I\'ll have a bunch of forms and files open in tabs in the editor and I\'ll be typing away and then suddenly everything stops - my .p
I\'m using Delphi 2010 and I\'m wondering if there\'s a way to trace through code which is in the project without tracing through calls to included VCLs.
I try to write a kind of object/record serializer with Delphi 2010 and wonder if there is a way to detect, if a record is a variant record. E.g. the TRect record as defined in Types.pas:
Has anyone an idea, how I can make TValue using a reference to the original data? In my serialization project, I use (as suggested in XML-Serialization) a generic serializer which stores TValues in an
Has anyone installed ESRI mapobjects activeX controls in Delphi 2010? I get a conflict on tTable as a compone开发者_运维百科nt name.I have MapObjects LT 2.0 installed into Delphi 2007, no conflicts an
I have legacy code (I didn\'t write it) that always included the encoding attribute, but recompiling it to D2010, TXMLDocument doesn\'t include the encoding anymore. Because the XML data have accented
Okay, this might be confusing.What I\'m trying to do is use an enumerator to only return certain items in a generic list based on class type.
I played with attributes and assumed that they are inherited but it doesn\'t seem so: type [MyAttribute]
Let me preface this by saying I\'m fairly new to Unit Testing, Mocks, Stubs, Etc... I\'ve installed Delphi-Mock-Wizard. When I select a unit and \"Generate Mock\", a new unit is created but it\'s ver
We\'re currently converting a D开发者_StackOverflow社区elphi 2007 project to Delphi 2010. We were already using Unicode (via WideStrings and TNT Unicode Controls).