Ide Indy Delphi

Title: automatically insert a GUID into the code editor?
If you have Delphi 4 Professional or Client/Server or a newer Version,
you can press the key combination Ctrl+Shift+G and Delphi will insert
the unique GUID (Global Unique Identifier) into the code editor at the cursor location.
This can be useful for COM programmers.
Ab Delphi 4 Professional oder Client/Server kann man mittels Strg+Shift+G
einen GUID (Global Unique Identifier) an der aktuellen Cursor Position einf gen
lassen. Dies kann vorallem f r COM Programmierer n tzlich sein.
Example/ Beispiel:
Press Ctrl+Shift+G und you'll get something like that:
Dr cke Strg+Shift+G und dann wird z.B ein solcher GUID eingef gt:
['{C84EB7F0-8AA8-11D6-BDA5-00409544305B}']