readme.txt
来自「非常出色表格制作工具,可以生成多种表格.」· 文本 代码 · 共 25 行
TXT
25 行
ClientDataSet design-time editor.
Tested under Delphi 6 and 7.
I. Description.
CDSDesign directory contain design-time ClientDataSet edit window,
It inherited from TFieldsEditor window, include all features of
FieldsEditor and allow to edit data in ClientDataSet at
design-time. You can manually fill data at design-time in
disconnected ClientDataSet without loading data from file or
copying from another dataset.
See screenshots in CDSDesign.gif
II. Installation.
Copy dfm and pas files from this directory to the directory from which
you install EhLib.
In Delphi IDE open package EhLibXX.Dpk and add new Pas files.
Recompile package.
There are no new component here. To show ClientDataSet edit window
doubleclick on TClientDataSet component or any component that inherited
from TCustomClientDataSet.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?