怎样理解这个delphi第三方控件的安装说明

来源:百度知道 编辑:UC知道 时间:2024/05/27 04:08:09
HO TO INSTALL

Add the following component's units into a new or existing package:
PicShow.pas
PSEffect.pas
PSReg.pas (for design-time package only)

The following packages must be added to the requires clause of your package:
VCL
VCLDB
VCLJPG
RTL (for Delphi 6 or higher only)
DBRTL (for Delphi 6 or higher only)
DesignIDE (for design-time package, and Delphi 6 or higher only)

1.请翻译这一句The following packages must be added to the requires clause of your

2.据上述内容详细说一下操作步骤(尤其翻译句下面的项目)
现用delphi7

1.Component-Install Component-into new component
2.unit file name browse,选择PicShow.pas,PicShow.pas,PSReg.pas
3.package file name,输入名称
4.OK,生成package
5、project-view source,在requires段增加:
VCL,
VCLDB,
VCLJPG,
RTL,
DesignIDE
6.install package
你可以试试