home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 March
/
Chip_2002-03_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d456
/
TMS
/
ACGRDD5.ZIP
/
advcgrid.txt
< prev
next >
Wrap
Text File
|
2001-12-19
|
7KB
|
165 lines
**********************************************************************
TAdvColumnGrid 2.02 : December 2001
Copyright ⌐ 1997-2001 by TMS Software
E-mail: info@tmssoftware.com
Web : http://www.tmssoftware.com
**********************************************************************
Delphi 4.0/5.0/6.0 - C++Builder 4.0/5.0 stringgrid with added features :
Files :
-----
acgrdd4.zip : component files for Delphi 4.0
acgrdd5.zip : component files for Delphi 5.0
acgrdd6.zip : component files for Delphi 6.0
acgrdc4.zip : component files for C++Builder 4
acgrdc5.zip : component files for C++Builder 5
acghelpd.zip : help files for Delphi
acghelpc.zip : help files for C++Builder
demo.zip : Delphi 5 demo application
Release 2.02 :
--------------
TStringGrid organized in columns of which all
properties can be set at design time or run time
through the Columns property.
Properties can be set for :
color,font,editor,sortstyle,printcolor,printfont,
header,fixed,readonly,password,spinedit properties
Additional non column bound possibilities include :
insert / delete rows & colums
save / load to file
save / load to stream
save / load to CSV file
save / load to XLS file (not supported in Delphi 1)
copy / paste to clipboard + intelligent automatic series expansion, duplication
save to HTML
save to Word DOC file
save to formatted text
save to XML
cell alignment, cell color, cell font color, read-only cells
automatic printing with optional title, pagenumber, date, time, border,
cell fonts, colors, custom drawing, fit to page, cell border
automatic column/row sizing
column sorting + full sort when clicking on column header + arrow indication (like Internet mail)
automatic goto cell based on sorted column when key pressed
event handler for setting hint of each cell
automatic selection of next cell after edit
insert / delete key to insert or delete rows
automatic resizing with parent form
automatic text display appended with '...' when text does not fit in column
automatic saving of user resized columns in registry or INI file
proportional scrollbars, flat scrollbars
hide / unhide columns
search capabilities with options for case sensitive, full/partial, regular expressions
bitmaps, icons, imagelist elements
fixed rows at bottom or right side of grid
intellimouse support for scroll, zoom & pan (with MSWHEEL component)
enhanced inplace editor with left & right aligned input
shows URLs and starts apps on mouseclick
inplace editors : combobox, spinedit, ellipsedit, datepicker, checkbox,
buttons, autolookup edits, numeric edit, float edit,
capital edit, mixedcase edit, radiobutton
enhanced mouse actions to select columns and rows
enhanced column and row dragging
free rotated text
disjunct row selection in rowselect mode
OLE drag & drop source + target
enable/disable column sizing per column (Delphi 4,5 only)
Rich text display capability
Tiled or fixed positioned background image
Group / Ungroup methods and grouped sorting
Multi-column filtering
HTML formatted cells
Feature Revision history :
------------------------
1.0 : first release
1.01 : fixed bug for grouping
fixed persistence problem for column headers
1.02 : Events for copy/paste/cut + allow
Progress control
Cell Comment (like Excel)
File progress event for normal file and CSV file operations
Faster file loading
Fixed cells can be buttons
ShowSelection property added
HideFocusRect property added
New ssImages sorting style
Faster grouping, filtering, row hiding
New Floats property and FloatFormat
New methods : ColumnSum, RowSum
1.03 : C++Builder 5 support added
added ColumnAvg, ColumnMin, ColumnMax, RowAvg, RowMin, RowMax
added fnMatchStart in Findparameters
New methods : GroupSum, GroupAvg, GroupMin, GroupMax
New events : OnCheckBoxMouseUp, OnRadioMouseUp
New inplace editors : edFloatSpinEdit, edTimeSpinEdit, edDateSpinEdit
DirectComboDrop property added in MouseActions
ScrollInView method added
edPositiveNumeric edit style added
cell://rXXcXX anchor handled to allow navigation from cell to cell
ctPicture and ctFilePicture cell graphics
SortNormalCellsOnly property added
HideInplaceEdit method added
CreatePicture, CreateFilePicture, CreateBitmap, CreateIcon functions added
AllColumnSize, AllRowSize properties in MouseActions added
SaveToFixed method improved
faster display
solved hint on cell with hidden cols
bidimode issue solved
ColumnSum, RowSum improved
Lookupcombo behaviour improved
clipboard events improved
Faster clipboard paste
1.04 : TAdvStringGrid v1.89 compatibility release
1.05 : TAdvStringGrid v1.90 compatibility release
Support design time TEditLink support for custom inplace editors
1.06 : TAdvStringGrid v1.92 compatibility release
New properties Column.Rows, Column.Ints, Column.Floats, Column.Dates, Column.Times
New property Column.Name
New method grid.ColumnByName
2.02 : Inherits all TAdvStringGrid v2.x features
See http://www.tmssoftware.com/advgrid2.htm
Added Filterdropdown per column
Added popup menu per column
Added columnsize control per column
Improvements column property synchronisation
Added Delphi 6 support
License :
-------
This component is free for use in non-commercial applications, that is
any software that is not being sold in one or another way or that does
not generate income in any way by the use of the application.
The component cannot be distributed in any other way except through free
accessible Internet Web pages or ftp servers. The component can only
be distributed on CD-ROM or other media with written autorization of the
author.
Help, hints, tips, bug reports :
------------------------------
Send any remarks to : info@tmssoftware.com
Please clearly state which Delphi or C++Builder version you are using
and which version of the component you are using. In case of doubt,
download the latest version first at http://www.tmssoftware.com
When installing newer versions of the component, make sure to update
all your form files that used the previous version of TAdvStringGrid
before recompiling your application to make sure all new properties
are available. You can update the form file by opening it, ignoring
remarks about new properties and save the form.
Additional demos :
-----------------
Available at : http://www.tmssoftware.com