readme.txt

来自「《C Builder 5程序设计——数据库应用实务篇》程序源代码」· 文本 代码 · 共 22 行

TXT
22
字号

TITLE:
    EmpX

DESCRIPTION:
    This program demonstrates using client datasets in an ActiveForm.
    The ActiveForm in this project works just like the client in the
    EmpEdit project.

DEMONSTRATES:
    + ActiveX Library
    + ActiveX Form
    + Web Deployment

COMMENTS:
    Before compiling and using this Active Library, you need to compile
    and run the EmpSrvr project from the EmpEdit example.  Once the EmpSrvr
    application is registered, you need to connect the TDCOMConnection control
    to the server.  To do this, set the DCOMConnection1's ServerName property
    to EmpSrvr.EmpServer_BCB.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?