<?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"       xmlns:s="library://ns.adobe
原创 2013-01-26 11:33:20
1889阅读
使用UIDUtil.createUID()方法可以生成一个GUID,UIDUtil在mx.utils.UIDUtil包里  var newGUID:String=UIDUtil.createUID(); 
1
原创 2023-05-17 11:39:21
94阅读
The following example shows how you can use the static UIDUtil.getUID() method to generate and retreive a unique identifier for an Object. The first time you click the Display UID button, an Alert control displays the generated UID and a string representation of the Object (yay ObjectUtil.toString()!). The second time you click the Display UID button, you’ll notice that a new parameter is added to the Object, mx_internal_uid
原创 2021-07-29 15:22:05
87阅读