I am using Delphi 2009 and I noticed that there is a macro recorder below the code editor. How do I use it?
+5
A:
- click the record button
- edit some text
- click the stop button
- click the run button
When you have gotten the concept change step 2 to your needs.
Uwe Raabe
2010-05-20 05:31:29
Thnx Mr Raabi..
XBasic3000
2010-05-20 05:47:48
Ctr+R = Record, Ctrl+P = Playback, way faster that way. Examples of use: Surround block of text with 'ticks' (I use that maybe 1000 times a day, to surround an block of SQL with 'ticks' so I can assign it to some property)
Cosmin Prund
2010-05-20 06:00:44
i didn't get what you mean Mr Cosmin.I'd tried but it was just like a copy/paste. can you post your answer please?
XBasic3000
2010-05-20 06:17:38
The default shortcut for Record/Play are actually Ctrl+Shift+R/Ctrl+Shift+P.
LeGEC
2010-05-20 07:34:55
+2
A:
You can also try GExperts' Macro Library expert. It makes Delphi's macros much more useful to me.
Ulrich Gerhardt
2010-05-20 06:14:38