Вниз
Скачать: 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 вся ветка

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



Память: 0.44 MB
Время: 0.024 c
1-1126250851
alsov
2005-09-09 11:27
2005.10.02
Устройство работающее через COM порт


10-1104259684
Colonel
2004-12-28 21:48
2005.10.02
Com & Word


2-1124895009
ArtemESC
2005-08-24 18:50
2005.10.02
Тип Pointer


14-1126512028
deep
2005-09-12 12:00
2005.10.02
Лучшие блоги


14-1126477969
Мексиканец
2005-09-12 02:32
2005.10.02
Какой трассер лучше юзать?




   Наверх