I have the following code sequence: program OverrideAfterConstructionEtc; {$APPTYPE CONSOLE} uses SysUtils, Classes;
I have an application that logs information to a daily text file every second on a master PC. A Slave PC on the network using the same application would like to copy this text file to its local drive.
I am using both FastCode and 开发者_开发百科RtlVcl Optimize in my project. Can they conflict? Should I use them together?
I have a DBLookupComboBox that lists values from 1 table that I\'m selecting a value from. When the value is selected, I want the 2 DBMemo Boxes I have to be able to input/edit into to insert/update
Babylon dictionary and a couple of other dictionaries allow to click on any word in any windows program
I have Delphi 7 and I\'m using NexusDB for the database. I have a main form where I have a DBLookupComboBox to list the contents of a Table.
Does anyone know of a function to call a commandline executable, allowing to pass it parameters (particularly a stringlist, or list of strings somehow, and waiting for execution to complete and return
I designed a website and its uploaded to server and is working fine. in one of these pages i get some info from users like their addresses and ... and save them to a text file. Can i make an applicati
There\'s a screen in my app where I\'ve got 5 buttons in a row, one of them is a speed button which is pretty much just used for style.They are identical height and width but the speed button prints d
I want to create a simple IDE Expert for Delphi 7, like in the fol开发者_运维技巧lowing image: