I\'m working on signing some SOAP XML in Delphi 2010. I\'ve got most of it worked out (and I do have a .net working开发者_StackOverflow example)
I\'d really like to know the various ways I could select a开发者_StackOverflow directory with the TOpenDialog, whether it be downloading a new component or using what is provided by Delphi, but prefer
I am using Delphi 2010 withTim Anderson\'s SQLite wrapper (unicode version) Have a SQLite3 database that is currently around a thousand records.
I need to work with the folow structure: TEdit inside TGdridPanel inside TGridPanel In others words, exist a TGridPanel an开发者_运维问答d in one of the cells I need to insert other TGridPanel.
Does anyone know a code I can use to count th开发者_JAVA百科e number of folders in a specified directory?The very simplest code that I know of uses TDirectory from the IOUtils unit:
does anyone know of a Delphi component that implements something similar to what jquery sortable开发者_如何学Python does, but for a desktop application?
I\'ve implemented the following procedure and it works properly when I compile it on my computer running windows vista, computer #1. If I share the created .exe file to another computer running win7,
I\'m trying to pass information between two of my applications in Delphi 2010. I\'m using a simplified version of code that I\'ve used successfully in the past (simplified because I don\'t need the
I am trying to design a set of data controls that contain their own database access. So I create a TDataSource descendant which has additional properties and can attach itself to the database and crea
For a simulation program I\'m working in Delphi 2010. The simulation isn\'t a problem but I need to use large collection of data which gives a problem. The data is available in excel sheets, so there