| Scroll down to see some of GridView features.
|
| |
| FEATURES |
| |
 |
|
 |
|
EACH CELL IS A OBJECT
GridView 2.0 introduce new TCell class for handling and storing
data. This class have following properties: AsString, AsInteger,
AsFloat..., Color, Hint and new to come. To work with single cell
simply write: GridView1.Cell[x,y].AsString =
'abc' or GridView1.Cells[x, y] := 'abc'.
Also each cell can handle one TObject object with ObjectReference
property. |
| |
 |
|
 |
|
VERY EASY TO USE
Working with GridView is very easy. All you need to do is to add
desired column type. Then you can get or set value in cell with
Cells[X, Y] := 'some value'; |
| |
 |
|
 |
|
QUICK, SMART AND EASY TO USE
COLUMN SORTING
GridView using modification of QuickSort sorting algorithm. User
can sort columns by clicking on column header or setting property
Sorted to true. Also you can set sort kind with property SortKind. |
| |
 |
|
 |
|
10 DIFERENT COLUMN TYPES,
AND MORE PLANED!
In GridView exist several column types for presenting data in different
ways. Column can be Textual, CheckBox, Progress Bar, Date, Numeric,
Image, Thumnails... |
| |
| |
|
 |
|
HANDLING LARGE AMOUNT OF CELLS
IN REAL TIME
GridView can handle very large amount of cells without
losing speed. Speed of adding, modifying and deleting data
doesn't depend of the amount of cells. In GridView demo you can
see how fast GridView work with 100,000 rows and 9 columns = 900,000
cells! |
| |
 |
|
 |
|
INPUT LINE FOR QUICK INPUT
Below Header GridView have Input area where user can simply add
new row in grid without using text-box controls and dialogs. |
| |
 |
|
 |
|
HTML COLUMN TYPE
GridView have column for displaying simple HTML formatted text.
Now your Grid may look very professional and up to date. |
| |
 |
|
 |
|
FOOTER
Each column can have Footer cell where can be placed some useful
text like column SUM. Footer can also display 32bit Image inside
it. |
| |
 |
|
 |
|
COLUMN MOVING
User can simply change column's position by dragging column's header. |
| |
 |
|
 |
|
SELECTED ROW INDICATOR
On left side of control Indicator can be placed to indicate currently
selected row. |
| |
 |
|
 |
|
MASKED (ALPHA BLENDED) IMAGES
IN HEADERS AND IN RATE COLUMN (LIKE IN WINXP)
In Headers and Rate columns you can display full-color 32bit images
with smooth edges like Windows XP do. |
| |
| |
|
 |
|
STAND ALONE EDITORS
Inplace Editors used in GridView can be used as stand-alone ediors
(can be plaed on form). Each editor component have new Alignment,
VerticalAlignment and Margin properties. This Editors are shared
between components. |
| |
 |
|
 |
|
SCROLLING WITH HOLDING MIDDLE
MOUSE BUTTON
User can scroll gid with holding middle mouse button and then moving
mouse up or down, like in Internet Explorer or in Microsoft Outlook. |
| OTHER FEATURES |
- Unicode and RTL support
- SaveToHtml, SaveToINI methods
- Graphic Column to display images (Thumbnails)
- FontStyle for each Cell (Bold, Italic, Underline...)
- 32bit images in Header and in Footer (Antialiased images)
- 4 Header Styles with more to come
- Save to CSV file compatible with Excel
- HTML Column Type with simple HTML formated text!
- RowHeight property for each row.
- Very small size of final application
- Outlook 2003 Look and feel
- Alpha blended selections
- Attach object to a Cell
- And much more..
We recommend downloading Exe
Big Main Demo or reading GridView Tutorials. |