git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.FastReport@13 475b051d-3a53-6940-addd-820bf0cfe0d7
43 lines
872 B
ObjectPascal
43 lines
872 B
ObjectPascal
|
|
{******************************************}
|
|
{ }
|
|
{ FastReport v4.0 }
|
|
{ Registration unit }
|
|
{ }
|
|
{ Copyright (c) 1998-2007 }
|
|
{ by Alexander Tzyganenko, }
|
|
{ Fast Reports Inc. }
|
|
{ }
|
|
{******************************************}
|
|
|
|
unit frxRegTee;
|
|
|
|
{$I frx.inc}
|
|
|
|
interface
|
|
|
|
|
|
procedure Register;
|
|
|
|
implementation
|
|
|
|
uses
|
|
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
|
|
{$IFNDEF Delphi6}
|
|
DsgnIntf,
|
|
{$ELSE}
|
|
DesignIntf, DesignEditors,
|
|
{$ENDIF}
|
|
frxChart;
|
|
|
|
|
|
procedure Register;
|
|
begin
|
|
RegisterComponents('FastReport 4.0',
|
|
[TfrxChartObject]);
|
|
end;
|
|
|
|
end.
|
|
|
|
|
|
//862fd5d6aa1a637203d9b08a3c0bcfb0 |