English
English
Slovensky
Slovensky
Česky
Česky
Šarišsky
Šarišsky

Short-Cuts of Turbo Pascal

Programmer can only make a perfect programm if he is completely ON RIDE. Our ride is the IDE programming background. At the firts time, you have started the Turbo Pascal (TP), you can see...

IDE_TP60

1st line si MENU, with controll panel of TP. Next you can see a blue window with a programming console (cyan). It uses to have list of variables.

For the fast work, i tis good to know how tpo use a short-cuts. Here are some of them.


Kžúč Názov Popis
F1 Help Help
F2 Save Save to disk
F3 Load Open from disc
F4 Go to cursor Do an action, from the beggining to the position of cursor.
F7 Trace into Write program lines step to step.(Inclueding procedures).
F8 Step over Program lines step to step. (Without procedures).
F9 Compile Check the program. (Make an .exe).
F10 Menu Main menu.
<CTRL>+<F1> Topic search Help (commands, syntax).
<CTRL>+<F2> End step Finish debug
<CTRL>+<F8> Toggle break Set break point
<CTRL>+<F9> Run Run the program.
<ALT>+<X> Exit Exit theIDE background and TP.

The other short-cuts are in appendix.


Content | Next>>