...automatically insert a GUID into the code editor?
Author: Philippe Fontaine
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}']
printed from
www.swissdelphicenter.ch
developers knowledge base