📄 readme.txt
字号:
This downloaded version ListPrint.ZIP is proposed for use under Delphi 4 and may be not the latest update!
For general Information see the files in the directory ...\Manual.
FREEWARE:
For the latest versions of the basic FREEWARE component ListPrint4.ZIP (Delphi 4) or ListPrint5.ZIP (Delphi 5) go ALLWAYS to:
"http://www.cosydat.de/delphi/".
When compiling ListPrintX.DPK FREEWARE and installing it into your component library then set the path in the IDE environment to "X:\...\CSD".
REGISTERWARE:
All source files necessary for compiling the package "ListPrinter" will come with the registered package.
The source code will be sent to you by email after registering and will always contain the newest versions.
Registered source code is an ADDITION to the FREEWARE files; both are required to compile the registered ListPrinter.
Compile ListPrinter.DPK and install the package your component library and set the path to ListPrinter in the IDE environment ADDITIONAL to:
"X:\...\CSD\Source" or follow your own practice for installing packages.
For the general file content and structure refer to
"http:/www.cosydat.de/delphi/listprint.htm" for the FREEWARE file path structure
and
"http:/www.cosydat.de/delphi/listprinter.htm" for the full registered file path structure.
Packaging structure:
A) ListViewAction: Action components for operating a TListView, installed as:
RegisterActions('ListView',
[TListViewInsert,
TListViewDelete,
TListViewStepUp,
TListViewStepDown,
TImportListView,
TExportListView], nil);
You will see this modules when opening a TActionList component on your form in the Category "ListView".
B) VCL components for operating the TListprinter, installed as:
RegisterComponents('CoSyDat',
[TLPToolBar, - the Toolbar for controlling the ListPrinter.
TListViewPrint, - see ListViewDemo
TRichEditPrint, - see RichEditDemo
TMemoPrint, - see MemoDemo
TStringGridPrint, - see StringGridDemo
TTextReportPrint]); - see TextReportDemo
C) Property editor for editing "The friendlies"
RegisterPropertyEditor(TypeInfo(String),
TTextReportPrint,
'FriendlyHeader',
TFriendlyFormatProperty);
RegisterPropertyEditor(TypeInfo(String),
TTextReportPrint,
'FriendlyFooter',
TFriendlyFormatProperty);
For obtaining help go first to "http://www.cosydat.de/delphi/listprinter_faq.htm" and then to Info@cosydat.de.
CoSyDat
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -