Componentes.Terceros.FastRe.../official/3.23/Source/frxRegIBO.pas

42 lines
908 B
ObjectPascal
Raw Normal View History

{******************************************}
{ }
{ FastReport v3.0 }
{ Registration unit }
{ }
{ Copyright (c) 1998-2006 }
{ 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 3.0', [TfrxIBODataset]);
end;
end.
//<censored>