This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
LuisLeon_FactuGES2/Database/udfs/udf_RtfToText.dpr

18 lines
219 B
ObjectPascal

library udf_RtfToText;
uses
ComServ,
funciones in 'funciones.pas';
exports
DllGetClassObject,
DllCanUnloadNow,
DllRegisterServer,
DllUnregisterServer,
RtfToText;
{$R *.RES}
begin
end.