当我试图在OnListDirectory
Event 中为IdFTPServer1
编译器编写代码时说:
[DCC Error] Unit1.pas(18): E2003 Undeclared identifier: 'TIdFTPListOutput'
似乎事件过程ADirectoryListing
中TIdFTPListOutput
的未声明标识符在OnListDirectory
此 indy 的其他事件函数中也存在相同的问题。我该如何解决?
procedure TForm1.IdFTPServer1ListDirectory(ASender: TIdFTPServerContext;
const APath: string; ADirectoryListing: TIdFTPListOutput; const ACmd,
ASwitches: string);
begin
end;
感谢您的帮助