3rd party.txt

来自「I mComputermaster programmisDelphi+pas」· 文本 代码 · 共 50 行

TXT
50
字号
3rd-party components

--------------------------------------------------------------------------------
List of supported components at moment :

 - Standard VCL (TPanel, TEdit, TMemo, TListBox, TComboBox, TMaskEdit, TStringGrid, TDrawGrid, TCheckListBox, TRichEdit, THotKey, TTreeView, TListView, TDBGrid, TDBEdit, TDBMemo, TDBListBox, TDBLookupListBox, TDBRichEdit, TGroupBox, TButton, TCheckBox, TRadioButton and others)
 - Windows system dialogs (File open/save, Font dialog, Color dialog and others)
 - DevExpress QuantumGrid
 - RXLib (TCurrencyEdit, TTextListBox, TRxRichEdit, TRxDrawGrid, TRxDBGrid, TRxDBLookupList, TRxDBRichEdit and others)
 - JvEdits (JvValidateEdit, JvEdit, JvMemo, JvRishEdit and some others)
 - EhLib controls
 - TPNGImageList
 - TntControls Unicode
 - Most TMS edits and grids
 - Billenium effects
 - TSynEdit, TSynMemo, TDBSynEdit
 - Virtual Controls (TVirtualStringTree and TVirtualDrawTree)
 - most Woll2Woll InfoPower 4000 controls
 - TmxFlatEdit, TmxFlatFloatEdit, TmxFlatMaskEdit, TmxFlatMemo, TmxFlatRichEdit, TmxFlatListBox, TmxFlatDirectoryListBox, TmxFlatFileListBox, mxFlatCheckListBox and others
 - TRichView, TRichViewEdit, TDBRichViewEdit and TDBRichView 
 - TVirtualExplorerListView, TVirtualExplorerTreeview

--------------------------------------------------------------------------------
Some instructions for 3rd-party features using in AC5 full release :

1. Most standard and 3rd-party controls

Skinned automatically if TsSkinProvider component was placed to the form

2. TntControls Unicode

Some controls from AlphaControls package may have support of Unicode (in Delphi6-2006). In this case used the TntControls package (thanks TNT authors, TntControls must be installed already). For using this feature should be uncommented the TNTUNICODE key in the sDefs.inc file (should be {$DEFINE TNTUNICODE}) and AlphaControls package must be reinstalled. Controls that have Unicode support at moment : TsCheckBox, TsComboBox, TsEdit, TsGroupBox, TsRadioGroup, all sLabels, TsMemo, TsRadioButton and some other
TntControls may be downloaded from http://www.tntware.com
Note : don't forget backup all projects before opening after package installation, some Unicode data may be lost if compiled without TNTUNICODE key.

3. TPngImageList

Buttons and menus from AlphaControls have support of TPngImageList component. For work with this component the USEPNG key should be defined in the sDefs.inc file (must be {$DEFINE USEPNG}).
TPNGImageList is a freeware component with sources that may be used for work with PNG glyphs in any application.
May be downloaded from http://www.thany.org/article/32/PngComponents

4. DevEx QuantumGrid

For correct support of cxGrid should be enabled the DEVEX key in the sDefs.inc file from AlphaControls (must be {$DEFINE DEVEX}).
Also sources of the cxGrid and AlphaControls package must be available and the cxLookAndFeels.pas file from QuantumGrid package must be patched (patch may be downloaded from http://www.alphaskins.com/sfiles/3rdparty/devexpatch.zip

5. Billenium Effects

This package is supported authomatically

⌨️ 快捷键说明

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