delphi-2009
Decompressing gzipped files in Delphi 2009
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[详细]
2023-01-20 10:44 分类:问答Delphi error appeared suddenly on one machine: E2056 String literals may have at most 255 elements, how is it possible?
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[详细]
2023-01-19 23:40 分类:问答How to get the columns' names in a TDbxReader instance
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?[详细]
2023-01-19 14:54 分类:问答How can I remotely read binary registry data using Delphi 2010?
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:[详细]
2023-01-19 13:47 分类:问答Delphi TIDHttp Get bug
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[详细]
2023-01-18 02:32 分类:问答Delphi 2009 - create a TPanel at runtime and change its color
got a strange problem: I create a TPanele at runtime and change its color - however, the color is still clBtnFace.[详细]
2023-01-17 02:35 分类:问答Having a problem with XML-RPC and Delphi
unit Unit2; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient,[详细]
2023-01-14 07:03 分类:问答Progressbar in splash while copying a file on program load
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[详细]
2023-01-13 19:00 分类:问答Delphi 2009 - res file is not recreated
I\'Ve just created a small application with a toolbar, some toolbar buttons and an TPngImageList. I have saved the project and compiled it.[详细]
2023-01-12 20:44 分类:问答Delphi - Making a user control a container without inheriting from an existing container
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[详细]
2023-01-12 13:47 分类:问答