Up until Delphi 2007 I was using DelphiZlib 0.2.99 for decompressing gzipped files. In Delphi 2009 the library does not compile anymore. Besides the conflict with Delphi\'s own zlib.pas unit, the code
I was able to build one application up to this morning, then I don\'t know what happened as I try to build I have
I w开发者_如何学JAVAant to make a report with a TDbxReader instance but don\'t find the way to get the name of aReader.value[index] column. Somebody could help me?
I am trying to remotely read a binary (REG_BINARY) registry value, but I get nothing but junk back. Any ideas what is wrong with this code? I\'m using Delphi 2010:
I just discovered a bug in tidhttp component. The scenario is this, im creating a small to fetch the pages of website using tidhttp get. I tried it in ebay all is ok, now after ebay i tried amazon tha
got a strange problem: I create a TPanele at runtime and change its color - however, the color is still clBtnFace.
unit Unit2; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient,
OK, here is the complete code for the Splashbar.pas, still have three progressbars, as I want to see what they look like before I choose one. It also includes some stuff that\'s disabled, as I can\'t
I\'Ve just created a small application with a toolbar, some toolbar buttons and an TPngImageList. I have saved the project and compiled it.
I need to make a control a conainter(that holds other controls at design and run time) similiar a TPanel, without inheriting from the custom panel or a similar control,开发者_如何学C how do i tell my