I am developing a new module for a large Application in Delphi 2010. I have organized my sources in a project group of two projects, one to build the full application and one two launch my test suite
I have a program in Delphi 2010 that uses a JET (mdb) database via ADO.I would开发者_如何学C like to be able to extract the definitions of some of the queries in the database and display them to the u
I want the exe name of an application given \'ProgramExeName + version number\' at compilation time (exemple: Filename18190.exe, Filename18191.exe...) - so the exe name is never the same. Considering
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:
Trying to insert values with Unicode Chars into a MySQL-database using Delphi 2010 and TADOConnection with no luck.
I am developing a Delphi 2010 application using the TM开发者_如何学JAVAS Toolbar and the Devexpress layout control and grid.
I have defined a record which 开发者_Python百科has lots of fields with different types (integer, real , string, ... plus dynamic arrays in terms of \"array of ...\").
I use DeHL to serilize XML and class in Delphi and if add property to my class and try to deserialize my XML file. I have this error : ‘Deserializing « \\TApp\\FObject\\test » failed. Serializer re
How can I extra开发者_开发百科ct an image of a specific size or all images from an icon with multiple images?You don\'t say what the purpose of this is, and there are a number of ways of getting icons
HAving this procedure (DELPHI 2010): procedure TfrmMainApp.ChangeLogon; var EncStr: TEncodedStream; // from M.Cantu, see below