Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2008.10.19;
Скачать: CL | DM;

Вниз

Const как var.   Найти похожие ветки 

 
Drowsy   (2008-09-14 22:53) [0]

const
     ProjectsDir : string = "";
     ProjectDir  :  string = "";
     WorkBasesDir: string = "";
Интересно, в одном проекте подобные константы ведут себя как переменные, например, позволяют присваивать значения, а в другом
выдаёт ошибку. Почему?


 
oxffff ©   (2008-09-14 22:57) [1]

см. $J

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.


 
Drowsy   (2008-09-14 23:09) [2]

О!!!!
Большое спасибо, oxffff!



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

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

Наверх




Память: 0.46 MB
Время: 0.013 c
15-1219815088
Bob
2008-08-27 09:31
2008.10.19
Фокус на АСМе в Дельфи


6-1194543781
Indder
2007-11-08 20:43
2008.10.19
Indy telnet


15-1219737191
Bless
2008-08-26 11:53
2008.10.19
Какова вероятность...


2-1221014088
Sw
2008-09-10 06:34
2008.10.19
Создание и уничтожение объекта


2-1221034964
Demo_nik
2008-09-10 12:22
2008.10.19
Растолкуйте как работает код