Componentes.Terceros.FastRe.../internal/4.2/1/Source/frxRegIBO.pas
2007-11-18 19:40:07 +00:00

42 lines
930 B
ObjectPascal

{******************************************}
{ }
{ FastReport v4.0 }
{ Registration unit }
{ }
{ Copyright (c) 1998-2007 }
{ by Alexander Tzyganenko, }
{ Fast Reports Inc. }
{ }
{******************************************}
unit frxRegIBO;
{$I frx.inc}
interface
procedure Register;
implementation
uses
Windows, Messages, SysUtils, Classes, Forms, Controls,
{$IFNDEF Delphi6}
DsgnIntf,
{$ELSE}
DesignIntf, DesignEditors,
{$ENDIF}
frxIBOSet;
{-----------------------------------------------------------------------}
procedure Register;
begin
RegisterComponents('FastReport 4.0', [TfrxIBODataset]);
end;
end.
//862fd5d6aa1a637203d9b08a3c0bcfb0