whats new ¦  programming tips ¦  indy articles ¦  intraweb articles ¦  informations ¦  links ¦  interviews
 misc ¦  tutorials ¦  Add&Win Game

Tips (1541)

Database (90)
Files (137)
Forms (107)
Graphic (114)
IDE (21)
Indy (5)
Internet / LAN (130)
IntraWeb (0)
Math (76)
Misc (126)
Multimedia (45)
Objects/
ActiveX (51)

OpenTools API (3)
Printing (35)
Strings (83)
System (266)
VCL (242)

Top15

Tips sort by
component


Search Tip

Add new Tip

Add&Win Game

Advertising

51 Visitors Online


 
...record and play back keystrokes in the IDE?
Autor: Thomas Stutz
[ Print tip ]  

Tip Rating (13):  
     


If you write a lot of code, you would probably have
come across a situation where you need to record some
keystrokes and play them back a number of times.
You can now do this in the Delphi IDE by

1. pressing [Ctrl][Shift][R] to start recording,
2. type in the keystrokes you want repeated, and
3. press [Ctrl][Shift][R] to stop recording.
4. To Play back, press [Ctrl][Shift][P].


So kann ein Tastaturmakro in der Delphi IDE aufgezeichnet werden:

1. Eine Aufzeichnung wird durch Strg+Umschalt+R begonnen.
2. Anschliessend können die aufzuzeichnenden Tastenkombinationen
gedrückt werden.
3. Am Schluss der Aufzeichnung erneut Strg+Umschalt+R
drücken, um die Aufzeichnung zu beenden.
4. Zum Ausführen des Makros Strg+Umschalt+P drücken.

 

Rate this tip:

poor
very good


Copyright © by SwissDelphiCenter.ch
All trademarks are the sole property of their respective owners