- program Server;
- uses
- Forms,
- serverFrm in 'serverFrm.pas' {frmServer},
- Server_TLB in 'Server_TLB.pas',
- ServerRDM in 'ServerRDM.pas' {CorrectServer: TRemoteDataModule} {CorrectServer: CoClass};
- {$R *.TLB}
- {$R *.res}
- begin
- Application.Initialize;
- Application.CreateForm(TfrmServer, frmServer);
- Application.Run;
- end.