AutoIncrement Property
Specifies if the build version number of a project is automatically incremented each time a distributable .exe or in-process .dll is built.
Object.AutoIncrement[ = lExpression]
Property Values
- lExpression
The settings for the AutoIncrement property are:Setting Description True (.T.) The build version number of a project is automatically incremented each time a distributable .exe or in-process .dll is built. False (.F.) (Default) The build version number isn't automatically incremented.
Remarks
The build version number isn't incremented if AutoIncrement is set to false (.F.) or when the project is rebuilt or a distributable .app is built.
The value of the AutoIncrement property corresponds to the Auto Increment check box in the EXE Version dialog box. The build version number can be determined or set with the VersionNumber property.
See Also
BUILD APP | BUILD DLL | BUILD EXE | BUILD PROJECT | EXE Version Dialog Box | VersionNumber Property
Applies To: Project Object