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

48 lines
1002 B
ObjectPascal
Raw Normal View History

{******************************************}
{ }
{ FastReport v3.0 }
{ Registration unit }
{ }
{ Copyright (c) 1998-2006 }
{ by Alexander Tzyganenko, }
{ Fast Reports Inc. }
{ }
{******************************************}
unit frxRegDB;
{$I frx.inc}
interface
procedure Register;
implementation
uses
Windows, Messages, SysUtils, Classes, Forms, Controls,
{$IFNDEF Delphi6}
DsgnIntf,
{$ELSE}
DesignIntf, DesignEditors,
{$ENDIF}
frxDBSet,
frxCustomDB,
frxCustomDBEditor,
frxCustomDBRTTI,
frxEditMD,
frxEditQueryParams;
{-----------------------------------------------------------------------}
procedure Register;
begin
RegisterComponents('FastReport 3.0', [TfrxDBDataset]);
end;
end.
//<censored>