Курсовая работа: Программная реализация разложения временного процесса в тригонометрический ряд
UCom_Tlb in 'UCom_Tlb.pas',
Classes,
MyServer_TLB in 'MyServer_TLB.pas';
exports
DllGetClassObject,
DllCanUnloadNow,
DllRegisterServer,
DllUnregisterServer;
{$R *.TLB}
{$R *.res}
begin
end.
Файл описания COM- класса – UComRiad.pas
unit UComRiad;
{$WARN SYMBOL_PLATFORM OFF}
interface
uses
Windows, ActiveX, Classes, ComObj, Chart, Grids, Math, SysUtils, IniFiles,
UCom_Tlb, ExtCtrls;
type
TRiad = class(TComObject, IComRiad)
protected
IniFile : TIniFile; //Объект Ini-файла
w : integer;
public
Procedure Create(AIniFileName : string); stdcall;
Destructor Destroy;
procedure Graphic(AChart:TChart); stdcall; //Постоение графика
procedure Table(AStringGrid:TStringGrid); stdcall; //Вывод в таблицу