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

Вниз

Проблемы с присваиванием типа TextFile   Найти похожие ветки 

 
megabax   (2005-09-07 21:44) [0]

при компиляции ругается на строку:
 FRule.VarLogFile:=FVarLogFile;
говорит Operator not applicate to this operand type.
VarLogFile - свойство типа TextFile, объявленое как
property VarLogFile:TextFile read FVarLogFile write FVarLogFile;
FVarLogFile - поле класса типа TextFile.
Что мне делать?


 
Anatoly Podgoretsky ©   (2005-09-08 09:28) [1]

Assignment-compatibility is not a symmetric relation. An expression of type T2 can be assigned to a variable of type T1 if the value of the expression falls in the range of T1 and at least one of the following conditions is satisfied.

T1 and T2 are of the same type, and it is not a file type or structured type that contains a file type at any level.



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

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

Наверх




Память: 0.46 MB
Время: 0.025 c
5-1101371685
Ascan
2004-11-25 11:34
2005.10.02
Ошибка при Halt в событии OnCreate


14-1126428283
GP
2005-09-11 12:44
2005.10.02
Пишу игру ...


1-1126100942
Суслик
2005-09-07 17:49
2005.10.02
Проблемы с формой из runtime-пакета


1-1126000453
Dennis S
2005-09-06 13:54
2005.10.02
Как читать из любого ЕХЕ файла данные...


3-1124543918
Dysan
2005-08-20 17:18
2005.10.02
не мог ли бы подсказать почему запрос не работает?