Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2002.07.29;
Скачать: 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 вся ветка

Текущий архив: 2002.07.29;
Скачать: CL | DM;

Наверх




Память: 0.46 MB
Время: 0.014 c
14-95545
race1
2002-07-03 13:24
2002.07.29
doc


7-95593
Керик
2002-05-11 17:20
2002.07.29
Как загрузить список путей запущенных приложений?


3-95233
федя
2002-07-09 06:24
2002.07.29
Помогите новичку


14-95555
Serg_2002
2002-07-03 10:00
2002.07.29
Мастера, мне не до смеха!!! Вопрос по ИнтернетЕксплореру


1-95417
EugenCFG
2002-07-13 14:04
2002.07.29
Как вывести изображение на против каждого Item в RXCheckListBox