Вниз
Скачать: 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.03 c
2-1124699850
boxer
2005-08-22 12:37
2005.10.02
Архивация файла БД


3-1124435578
kyn66
2005-08-19 11:12
2005.10.02
Как поступить правильно, соблюдая каноны программирования?


1-1126003954
simpson
2005-09-06 14:52
2005.10.02
Динамический массив - константа


1-1126524470
joisy
2005-09-12 15:27
2005.10.02
TwebBowser access to frames and web-page loading time


2-1124614549
чайник5
2005-08-21 12:55
2005.10.02
colorbox




   Наверх