OCLOperators newGuid
No edit summary
No edit summary
 
Line 1: Line 1:
{{Edited|July|12|2025}}
{{Edited|July|12|2025}}
This is an EAL expression available on Guid Type attributes  to create a new Guid object  and store it in the Guid attribute
This is an EAL expression available on Guid Type attributes  to create a new Guid object  and store it in the Guid attribute.
 
'''NOTE''': Guid attribute should not be null to use this expression.
 
==== Example ====
<syntaxhighlight>
self.Guid.newGuid
</syntaxhighlight>or<syntaxhighlight>
self.Guid:=Guid.NewGuid
</syntaxhighlight>

Latest revision as of 17:46, 29 January 2025

This is an EAL expression available on Guid Type attributes to create a new Guid object and store it in the Guid attribute.

NOTE: Guid attribute should not be null to use this expression.

Example

self.Guid.newGuid

or

self.Guid:=Guid.NewGuid
This page was edited 47 days ago on 01/29/2025. What links here