XBasic3000
XBasic3000

Reputation: 3486

How do you operate Delphi's macro recorder?

I am using Delphi 2009 and I noticed that there is a macro recorder below the code editor. How do I use it?

Upvotes: 5

Views: 2507

Answers (2)

Uli Gerhardt
Uli Gerhardt

Reputation: 14001

You can also try GExperts' Macro Library expert. It makes Delphi's macros much more useful to me.

Upvotes: 4

Uwe Raabe
Uwe Raabe

Reputation: 47704

  1. click the record button
  2. edit some text
  3. click the stop button
  4. click the run button

When you have gotten the concept change step 2 to your needs.

Upvotes: 6

Related Questions