Componentes.Terceros.FastRe.../official/4.8.11/Demos/ClientServer/ISAPI/fastreport.dpr
2009-10-21 13:40:53 +00:00

25 lines
557 B
ObjectPascal

{******************************************}
{ }
{ FastReport v4.0 }
{ ISAPI extension library }
{ Copyright (c) 2006-2007 }
{ by Alexander Fediachov, }
{ Fast Reports Inc. }
{ }
{******************************************}
library fastreport;
uses
frxISAPI;
exports
GetExtensionVersion,
HttpExtensionProc,
TerminateExtension;
begin
end.