ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous WINDEV functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
GetUUID (Function)
In french: DonneUUID
Calculates a 128-bit Universal Unique Identifier ("UUID").
This identifier is unique in the world regardless of the machine on which it was produced.
Example
My UUID is UUID
MyUUID = GetUUID()
// Example of the UUID calculated: 95431e57-7d18-4fef-9d9d-96b231969149
Syntax
<Result> = GetUUID()
<Result>: UUID
Generated identifier.
The UUID format includes separators. For example: "95431e57-7d18-4fef-9d9d-96b231969149".
Business / UI classification: Neutral code
Component: wd290std.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help