AFAIK the compiler does not generate RTTI if the type is not named. eg: T = 开发者_高级运维array[0..1,0..1] of Integer;
I\'d like to set RadioButton properties in runtime in procedure InitRadioGroup(). It fails because RadioGroup.ControlCount is 0, although there are 3 RadioButtons in RadioGroup.
I\'m trying to format a float (extended) by the system locale\'s default currency settings.I have found the key proponent to this solution to be the followin开发者_运维技巧g line:
In the computer, there is an C++ Builder 6 and was an C++ Builder Architect (the license isn\'t owned by the company) which was uninstalled.
Delphi versions b开发者_StackOverflow中文版efore 2010 had an option in the Delphi Environment that one could set: \"All v-table interfaces\".This would change the calling convention when importing typ
I\'m working on migrating an old project from Delphi 2007 to Delphi 2010.One thing I\'ve found is that the resulting executable has more than doubled in size, and the original was already quite big.(O
Where is this function in Delphi 2010? function Null: Variant; begin _VarNull(TVarData(Result)); end; in 开发者_JAVA技巧Delphi 6 it was in Variants.In D2010 it\'s still in Variants, looking exactly
I\'m currently working on porting an existing Delphi 5 application to Delphi 2010. It\'s a multithreaded DLL (where the threads are spawned by Outlook) that loads into Outlook. When compiled through
A fairly complex project was muddling along with lots of work done last night when I decided to turn in. But thinking about adding some gestures got me up after three hours of sleep and I went at the
I just got a new laptop with Windows 7 (32-bit) and I have to install the following things: SQL Server 2005 (Dev edit开发者_运维知识库ion)