TMS-TAdvStringGrid-v4.0.8.1

所属分类:Pascal/Delphi编程
开发工具:Delphi
文件大小:10110KB
下载次数:144
上传日期:2011-04-07 12:03:33
上 传 者yun200703
说明:  TMS TAdvStringGrid v4.0.8.1 delphi7 控件
(TMS v4.0.8.1 delphi7 controls. TAdvStringGrid)

文件列表:
asgd7.dpk (3221, 2011-02-28)
asgd7.res (1536, 2005-10-17)
asgxlsd7.dpk (3659, 2008-10-13)
asgxlsd7.res (32, 2011-03-29)
TAdvStringGridd7.hlp (1882612, 2009-11-05)
TAdvStringGridd7.als (97372, 2009-11-05)
TAdvStringGridd7.cnt (101585, 2009-11-05)
advgrid.txt (63220, 2011-03-28)
install.txt (3654, 2011-01-20)
AdvCalculatorDropDown.dcu (71801, 2011-03-29)
AdvColorPickerDropDown.dcu (94173, 2011-03-29)
AdvColumnSetter.dcu (11251, 2011-03-29)
AdvControlDropDown.dcu (6010, 2011-03-29)
AdvCustomGridDropDown.dcu (108953, 2011-03-29)
AdvDateTimePicker.dcu (28151, 2011-03-29)
AdvDetailDropDown.dcu (43048, 2011-03-29)
AdvDropDown.dcu (258812, 2011-03-29)
AdvDropDownDE.dcu (4065, 2011-03-29)
AdvDropDownReg.dcu (1696, 2011-03-29)
AdvDropDownRegDE.dcu (918, 2011-03-29)
AdvDropDownStyles.dcu (3739, 2011-03-29)
AdvGradient.dcu (11390, 2011-03-29)
AdvGrid.dcu (1342281, 2011-03-29)
AdvGridCSVPager.dcu (24503, 2011-03-29)
AdvGridDropDown.dcu (8317, 2011-03-29)
AdvGridDropDownReg.dcu (655, 2011-03-29)
AdvGridLookupBar.dcu (7831, 2011-03-29)
AdvGridRTF.dcu (29462, 2011-03-29)
AdvGridWorkbook.dcu (26933, 2011-03-29)
AdvImagePickerDropDown.dcu (38583, 2011-03-29)
AdvLookupBar.dcu (55658, 2011-03-29)
AdvLookupBarReg.dcu (604, 2011-03-29)
AdvMemoDropDown.dcu (20643, 2011-03-29)
AdvMultiColumnDropDown.dcu (68680, 2011-03-29)
Advobj.dcu (140831, 2011-03-29)
advspin.dcu (80603, 2011-03-29)
advstyleif.dcu (18451, 2011-03-29)
AdvTimePickerDropDown.dcu (105609, 2011-03-29)
AdvTrackBarDropDown.dcu (20985, 2011-03-29)
... ...

********************************************************************************* * * * Notes on upgrading existing applications from TAdvStringGrid v4.X to v4.0.8 * * * ********************************************************************************* !!!! BREAKING CHANGE NOTE !!!! ------------------------------ Change applied in TAdvStringGrid v4.0.8: 1) TAdvGridExcelIO is no longer supported under Delphi 5 / C++Builder 5 Users still needing this functionality for Delphi 5 / C++Builder 5, restore XlsAdapter source folder from backup and compile & install ASGXLSD5.DPK / ASGXLSC5.BPK 2) All TAdvGridExcelIO related files have been renamed to same filenames with 'tms' prefix. Change in the Uses list / Include files filenames to same filename with 'tms' prefix, ie: AdvGridExcel to tmsAdvGridExcel etc... ******************************************************************************* * * * Notes on upgrading existing applications from TAdvStringGrid v1.X to v2.x * * * ******************************************************************************* - Make sure to uninstall the previous version of TAdvStringGrid first. Uninstalling also means removing all TAdvStringGrid related files from the Delphi or C++Builder library path. - Install TAdvStringGrid preferably into a separate directory and install by opening the ASGDx.DPK file (for Delphi) or ASGCx.BPK file (for C++Builder) - When compiling applications that used TAdvStringGrid v1.x, take following changes into account ( you loose no functionality, only some reorganizations have been done to make it more logical and more convenient to use the grid) : 1) Warnings about property changes When opening the project after TAdvStringGrid v2.0 installation, open all forms containing the grid. Delphi or C++Builder will issue warnings about several missing properties. Ignore the warnings and save the form files. 2) goFixedVertLine , goFixedHorzLine when using soft grid look mode If the grid Look property is set to glSoft, make sure to set goFixedVertLine, goFixedHorzLine under grid.Options to true. 3) Removed properties EnableGraphics : this property has been removed as the grid can under all circumstances support graphics FlatCheckBox, FlatRadioButton : these settings are now extended and available under ControlLook Sort related properties : these properties have been reorganized under SortSettings OLE drag drop related properties : these properties have been reorganized under DragDropSettings If the application relied on these Sort or Drag & Drop property settings at design time, you need to set the properties again in the new reorganized settings. If you relied on these properties from code, this will be require a small change to refer to the proper property. (Main property names have been preserved) 4) Incompatible OnGetAlignment event parameters The OnGetAlignment event has an extra parameter to control vertical alignment per cell. This will cause Delphi or C++Builder to show an error message when compiling. Cut the code from this event handler and let Delphi or C++Builder generate the new parameter sequence for you. Paste the code again in this event and change AAlignment in this code by HAlign. ******************************************************************************* * * * Notes on upgrading existing applications from TAdvStringGrid v2.X to v3.x * * * ******************************************************************************* There are no special requirements for changes to upgrade from v2.x to v3.x ************************************************************************************ * * * Notes on upgrading existing applications from TAdvStringGrid for VCL to VCL.NET * * * ************************************************************************************ TAdvStringGrid for VCL.NET is 100% API compatible with TAdvStringGrid for VCL. This means that any VCL application using TAdvStringGrid can be used in VCL.NET without source code changes (specific to TAdvStringGrid). Some functions are not supported in the current release for VCL.NET and will result in no execution when run under VCL.NET. These functions are: 1) PictureContainer use 2) OLE automation based import/export functions : SaveToXLS, LoadFromXLS, SaveToDoc, LoadFromMDB 3) Rich text and Unicode cells 4) OLE based drag & drop

近期下载者

相关文件


收藏者