I have been trying to use the TJvFileOperation from JvFileUtil.
I have been trying to use the TJvFileOperation from JvFileUtil.
I set a variable (fo: TJvFileOperator;). When I try to use it, the compiler (DXE7) cannot find the class.
This unit has a LOT of conditionals and I think they are causing this problem.
Does anyone know how to use this class?
I set a variable (fo: TJvFileOperator;). When I try to use it, the compiler (DXE7) cannot find the class.
This unit has a LOT of conditionals and I think they are causing this problem.
Does anyone know how to use this class?
TJvFileOperator is a private class declared in the implementation section of a unit. It is a private implementation detail. You cannot use it directly.
ReplyDeleteYou use the functions defined in the interface section.