In this code: TTest<IntfT: IInterface> = class protected fObj : TInterfacedObject; public functionGetVal: IntfT;
I\'ve been able to find a few hex controls by sear开发者_StackOverflowching online, but none that will compile under Unicode.Does anyone know if there is one available?Alexey Torgashin\'s ATBinHex and
Who or what inserts the Unicode, right-to-left and IME items at the foot of the default right-click popup menu in Delphi 2010 VCL applicat开发者_如何学Goions?I would like to remove them for user envir
Basically, I want a class to be able to implement two different versions of the same generic interface.
I\'m sending a number to Excel 2007 as a string (Cell.Value := \'2,5\') using late binding.The actual code is more like:
I have started using of generics in Delphi 2010 but I have a problem when compiling this piece of code:
I want to implement interruptable tasks based on background threads. What is the cleanest way to implement the TTask.Stop method? How can I abort the background thread?
ShowMessage(TRttiContext.Create.GetType(TStringList) .GetProperty(\'Strings\').ToString); Above code fails as .GetProperty returns nil on 开发者_Go百科properties like \"Strings\", \"Objects\", \"Val
Can someone give me some indications about how to log the web pages accessed(using any web browser)? Should I make a global proxy.... hook the network....? All that I need to log is the page address,
Am u开发者_Go百科sing TJvUltimGrid, when pressing either the up or down arrow, to move from one record to the next, the event fires every other press. Does anyone have any ideas why it does not fire o