Вниз
Скачать: CL | DM;

Code Template   Найти похожие ветки 

 
Вова   (2002-06-30 14:01) [0]

Как втавлять эти штуки в программу?


 
VDen ©   (2002-06-30 14:34) [1]

Нажми Ctrl+J.


 
Cobalt ©   (2002-06-30 21:06) [2]

Programming templates are part of the Code Insight features of Delphi, and are common, general code structures that allow you to add code specific to your programming task without having to reenter the general code structure. For instance, if you want to insert a for loop into your project you could select one of the for loop code templates. The following code is inserted:

for := to do

begin
end;

To insert a code template in the Code editor, press Ctrl-j and select the template you want to use. You can also add your own templates to this collection. To add a template:

1 Select Tools|Environment Options.
2 Click the Code Insight tab.
3 In the templates section click Add.
4 Choose a shortcut name and enter a brief description of the new template.
5 Add the template code to the Code text box.
6 Click OK.

Now your new template is available when pressing Ctrl-j.



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.012 c
4-95627
Yerba
2002-05-21 14:29
2002.07.29
О установке своего языка


1-95316
KiKo
2002-07-17 17:02
2002.07.29
Измерение времени нажатия клавиши


1-95437
Labutin
2002-07-16 21:31
2002.07.29
QuickReport


6-95472
!Daemon
2002-05-20 11:57
2002.07.29
Как проконтролировать отсылку письма из почтового клиента


3-95201
alexvan
2002-07-06 14:36
2002.07.29
Как в DBGrid значение в поле




   Наверх