vote up 3 vote down star
1

How i can generate a random new GUID inside of the Dephi IDE?

I am using Delphi 2007.

flag

2 Answers

vote up 18 vote down check

Just press Ctrl + Shift + G

Bye.

link|flag
Thanks very much.. – Salvador Oct 23 at 5:04
1  
+1 for pointing out the < kbd > formatting :) – gabr Oct 23 at 6:00
vote up 6 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.