ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / XAML functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Simulates the absence of .Net 3.0 framework.
The .Net 3.0 framework is required to use the Carousel control, the Cube control and the Xaml control. When developing an application containing a Carousel control, a Cube control and/or an Xaml control, it may be useful to find out how the application will react on a computer not equipped with the .Net 3.0 framework (or later). XamlDisable is used to run this test.
Example
// Simulate the absence of .Net 3.0 framework
IF InTestMode() = True THEN
	XamlDisable()
END
Syntax
XamlDisable()
Remarks
Using the XamlDisable is equivalent to renaming the registry key:
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v3.0"
Component: wd300obj.dll
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help