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

Что такое константа?   Найти похожие ветки 

 
Beginner-Designer   (2002-10-24 15:45) [0]

const. Объясните плиз популярно


 
MJH ©   (2002-10-24 15:49) [1]

постоянная величина, неменяющая свое значение во время исполнения программы


 
sniknik ©   (2002-10-24 15:53) [2]

только если это не типизированная константа.


 
Sly ©   (2002-10-24 16:08) [3]

>только если это не типизированная константа.
The $J directive controls whether typed constants can be modified or not. In the {$J+} state, typed constants can be modified, and are in essence initialized variables. In the {$J-} state, typed constants are truly constant, and any attempt to modify a typed constant causes the compiler to report an error.
In previous versions of Delphi and Borland Pascal, typed constants were always writeable, corresponding to the {$J+} state. Old source code that uses writeable typed constants must be compiled in the {$J+} state, but for new applications it is recommended that you use initialized variables and compile your code in the {$J-} state.


 
Aristarh ©   (2002-10-24 16:11) [4]

Это все хорошо, но ведь просили ПОПУЛЯРНО



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

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



Память: 0.45 MB
Время: 0.012 c
1-33961
Tea_pot
2002-11-01 00:55
2002.11.11
Пожалуйста киньте пример с хорошим таймером с точностью до мсек


14-34233
vopros
2002-10-23 14:07
2002.11.11
Таки сделал я то что хотел, про файлы.Поздравьте.


14-34159
Карлсон
2002-10-20 14:25
2002.11.11
усы, бакенбарды, бороды.


1-33977
BIN
2002-11-01 08:39
2002.11.11
Отображение иконок компонентов в делфи3,5


1-34110
iluxa
2002-10-31 16:48
2002.11.11
Line с onClick




   Наверх