[Delphi 2007] How can i set that delphi start form # from 1(after starting a new VCL project)? : Delphi
This is a discussion on [Delphi 2007] How can i set that delphi start form # from 1(after starting a new VCL project)? within the Delphi forums in Programming Languages category; Hi After starting new VCL Form Project, my form and unit #(postfix number) is 5 , sometime is 4! Its wonderful that if my first form # is 5 and i create new form its number is 7 !!! [Delphi 2007] How can i set that delphi start form # from 1(after starting a new VCL project)? -- ~~~~~~~~~~~ Best Regards H.Ahmadi...
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| After starting new VCL Form Project, my form and unit #(postfix number) is 5 , sometime is 4! Its wonderful that if my first form # is 5 and i create new form its number is 7 !!! [Delphi 2007] How can i set that delphi start form # from 1(after starting a new VCL project)? -- ~~~~~~~~~~~ Best Regards H.Ahmadi |
|
#2
| |||
| |||
| Ahmadi wrote: > After starting new VCL Form Project, my form and unit #(postfix number) is 5 > , sometime is 4! It uses the lowest number that's higher than any of the forms or units that are already in your project folder. > Its wonderful that if my first form # is 5 and i create new form its number > is 7 !!! > [Delphi 2007] How can i set that delphi start form # from 1(after starting a > new VCL project)? Delete the other form or unit files from your default project folder. Better yet, give your forms and units meaningful names. The numbers don't tell you or anyone else what your forms or units are for. -- Rob |

