📄 dbclient.dpr
字号:
{*******************************************************}
{ }
{ Vladimir Gaitanoff HyperBase }
{ }
{ DBClient.dll/MIDAS.dll project file }
{ }
{ Copyright (c) 1997,99 Vladimir Gaitanoff }
{ }
{*******************************************************}
{$I HB.INC}
{$D-,L-}
library DBClient;
uses
ComServ,
hbIntf in 'hbIntf.pas',
hbConsts in 'hbConsts.pas',
hbTypes in 'hbTypes.pas',
hbErrors in 'hbErrors.pas',
hbUtils in 'hbUtils.pas',
hbCore in 'hbCore.pas',
hbStream in 'hbStream.pas',
hbComSrv in 'hbComSrv.pas',
vg3SysUtils in 'vg3SysUtils.pas';
exports
DllGetClassObject,
DllCanUnloadNow,
DllRegisterServer,
DllUnregisterServer;
begin
{$R *.RES}
{$R Midas.TLB}
IsMultiThread := True;
RegisterOnLibName;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -