unit IdTestReply; //See TIdTestReplyRFC, as IdReply has abstract functions interface uses IdGlobal, IdReply, IdSys, IdTest; type TIdTestReply = class(TIdTest) published end; implementation initialization end.