How i can generate a random new GUID inside of the Dephi IDE?
I am using Delphi 2007.
|
1
|
|
|
|
|
|
Just press Ctrl + Shift + G Bye. |
||
|
|
Ctrl+Shift+G will place a new GUID at the current position in the editor. It's formatted for use as an interface IID, i.e. with enclosing square brackets - [] - , but once you've got the GUID in the text editor you can do whatever you want with it - Copy/Cut it to the clipboard etc |
||
|
|