|
|
|
|
|
VaultUseContentsForTestMode (Function) In french: CoffreFortUtiliseContenusPourTest Forces the use of vault contents specifically included for testing purposes. New in SaaSThis new function is available from WINDEV Suite SaaS 2025 - Update 3. IF VaultSecretContents = True THEN
IF YesNo("Switch to test mode?") = Yes THEN
VaultUseContentsForTestMode()
ELSE
END
ELSE
END
Syntax
VaultUseContentsForTestMode()
Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|