ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Exclusive WINDEV, WEBDEV and WINDEV Mobile SaaS (Update 3) new feature. See "Using SaaS-exclusive new features in a project".
Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous WINDEV functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
VaultUseContentsForTestMode (Function)
In french: CoffreFortUtiliseContenusPourTest
Forces the use of vault contents specifically included for testing purposes.
New in SaaS
This new function is available from WINDEV Suite SaaS 2025 - Update 3.
Example
IF VaultSecretContents = True THEN
	// Test mode with secret contents
	IF YesNo("Switch to test mode?") = Yes THEN
		// test mode selected by the user
		// request use of contents for test mode
		VaultUseContentsForTestMode()
	ELSE
		// production mode
		// no changes, use secret contents
	END
ELSE
	// Forced test mode (developer did not have permissions)
	// Only contents for test mode are available
END
Syntax
VaultUseContentsForTestMode()
Business / UI classification: Neutral code
Component: wd300vm.dll
Minimum version required
  • Version 2025 (SaaS)
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/21/2025

Send a report | Local help