i\'ve been trying to get some modeless forms in my application to appear on the taskbar - taking advantage of the new useful taskbar in Windows 7.
Update: The example i originally had was kind of complex. Here\'s a simple 8 line example开发者_StackOverflow that explains everything in one code block. The following does not compile gives a warning
i\'m looking to understand virtual override overload reintroduce when applied to object constructors. Every time i randomly add keywords until the compiler shuts up - and (after 12 years of develo
Update: gutted the question with a simpler example, that isn\'t answered by the originally accepted answer
Is there at way, at runtime, to find all classes that descend from a particular base class? For example, pretend there is a class:
can anyone tell me why I get \"Return value ... might be undefined\" here: function TXMLAcceptorBCOLSubmission.createRecordsInBCFEEPAR(AXML: TRipX开发者_运维技巧MLElement): String;
It is possible to de开发者_运维技巧clare enums with custom values in Delphi 5 like this?: type MyEnum = (meVal1 = 1, meVal2 = 3); // compiler error
Is there aDelphi 5 component that can handle .png files?开发者_开发问答You can use TPNGImage. Download from here
i have an object which delegates implementation of a particularly complex interface to a child object. This is exactly i think is the job of TAggregatedObject. The \"child\" object maintains a weak re
This error showed when I tried to select on an empty table in MS SQL Server 2005: \"either BOF or EOF is True, or the current record has been deleted\". I have used TADOConnection and TADODataSet in D