Mega Code Archive

 
Categories / Delphi / Ide Indy
 

How to automatically insert a GUID into the code editor

Title: How to 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. Example: Press Ctrl+Shift+G und you'll get something like that: ['{C84EB7F0-8AA8-11D6-BDA5-00409544305B}']