📄 readme.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -