ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Retrieving the current runtime mode Hide the details
Current runtime mode of application or site:ExternalCallsOptimizedOptimizes the management of external calls to procedures. This parameter is associated with one of the two following constants. This constant is not available.DisableOptimizedExecutionJITc (Just In Time compilation) is disabled.Versions 15 and laterForceDestructorNonDynamicObjectNew in version 15ForceDestructorNonDynamicObjectForceDestructorNonDynamicObjectForces the destruction of non-dynamic objects (even if a strong reference was taken). modeFormerOperatingModeDurationThe Duration properties keep the operating mode used in version 12.NormalModeThe errors that occurred generate error messages.PermissiveModeThe errors that occurred are ignored (WINDEV 5.5 or WEBDEV 1.5 mode).
Modifying the current runtime mode Hide the details
Runtime mode of application or site after modification.ExternalCallsOptimizedOptimizes the management of external calls to procedures. This parameter is associated with one of the two following constants. This constant is not available.DisableOptimizedExecutionJITc (Just In Time compilation) is disabled.Versions 15 and laterForceDestructorNonDynamicObjectNew in version 15ForceDestructorNonDynamicObjectForceDestructorNonDynamicObjectForces the destruction of non-dynamic objects (even if a strong reference was taken). modeFormerOperatingModeDurationThe Duration properties keep the operating mode used in version 12.NormalModeThe errors that occurred generate error messages.PermissiveModeThe errors that occurred are ignored (WINDEV 5.5 or WEBDEV 1.5 mode).
New runtime mode to apply.ExternalCallsOptimizedOptimizes the management of external calls to procedures. This parameter is associated with one of the two following constants. This constant is not available.DisableOptimizedExecutionDisables JITc (Just In Time compilation).Versions 15 and laterForceDestructorNonDynamicObjectNew in version 15ForceDestructorNonDynamicObjectForceDestructorNonDynamicObjectForces the take of low reference for all the objects.modeFormerOperatingModeDurationThe Duration properties keep the operating mode used in version 12.NormalModeThe errors that occurred generate error messages.PermissiveModeThe errors that occurred are ignored (WINDEV 5.5 or WEBDEV 1.5 mode)
Disabling JITc
Optimizing the external calls
Managing errors
s = ListA[-1] n = ListB[56]..Color
List[-1] = "Smith"
LIST[54] = "Smith"
Open("WIN1 ")
MenuMark(WIN1, 54645)
Left("abcdef", -1)
Middle("abcdef", -2, -4)
Last update: 09/19/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: