Using Delphi 7, is there anyway to force inputbox to allow only numbers entry from 0 to 100 ? 开发者_Python百科Thanks!You could easily write your own \'super dialog\' like
I need to strip out all non standard text characers from a string. I need remove 开发者_运维百科all non ascii and control characters (except line feeds/carriage returns).And here\'s a variant of Cosmi
I\'m trying to load a jpg file which is 604KB big 开发者_如何学运维into a TImage component on a vanilla TForm but the load causes it to fail with an access violation:
I\'m working in Delphi 7 on a project which as of late contains 56 units and will require a dozen more soon. I\'m often switching between units using View Unit frame (Ctrl+F12). But it has one annoyin
I\'ve downloaded the updated wsdlimp.exe from http://cc.embarcadero.com/Item/24535 What\'s the WSDLIMP.EXE command line (which commandline options) to import BasicHttp开发者_StackOverflow中文版Bindi
I\'m getting an EStackOverflow when creating a packed struct in Borland Delphi 7.0 I want to do the following:
I\'m a new be in Delphi . I use Delphi 7 IDE . How I can turn on the auto complete when I write the 开发者_如何转开发code in Delphi 7 IDE ?
Is there any 开发者_运维百科way to delete a file when its using by any program or other process in windows?
Using Delphi 7 to develop our main application. We are importing files of data. The filesize in bytes exceeds the size of the integer variable that vcl and my code use to hold it...so it goes negative
We are having trouble with a memory leak that happens only when the application is running (there is no FastMM report when we close the application).