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
GetUUID256 (Function)
In french: DonneUUID256
Calculates a 256-bit Universal unique identifier ("UUID").
This identifier is unique in the world regardless of the machine on which it was produced.
Example
MyUUID256 is 256-bit UUID
MyUUID256 = GetUUID256()
// Example of the UUID256 calculated: cc0ca42fd00f354e9f0ed1386590e0fd5d75a90f28ec822d138c00ba89021956
Syntax
<Result> = GetUUID256()
<Result>: 256-bit UUID
Generated identifier.
The UUID format does not have separators.
For example: "cc0ca42fd00f354e9f0ed1386590e0fd5d75a90f28ec822d138c00ba89021956".
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: 10/02/2023

Send a report | Local help