TAdvStringGrid v1.85 release
TMS software announces the availability of
TAdvStringGrid v1.85 at with this extensive list of features :
- insert/delete/hide/unhide/autosize rows & colums
- save/load to file, stream, CSV, XLS, HTML, DOC, formatted ASCII file
- copy/paste to clipboard + intelligent automatic series expansion, duplication
- cell alignment, cell color, cell font color, read-only cells
- automatic printing with optional title, pagenumber, date, time, border,
images, cell fonts, colors, custom drawing, fit to page, cell border, printing graphics
- column sorting + full sort on column header click + arrow indication
- event handler for setting hint of each cell
- automatic selection of next cell after edit
- automatic text display appended with '...' when text does not fit in column
- search capabilities with options for case sensitive, full/partial, regular
expressions
- bitmaps, icons, imagelist elements, multiple images per cell
- fixed rows at bottom or right side of grid
- intellimouse support for scroll, zoom & pan
- 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
- Rich text display capability
- Tiled or fixed positioned background image
- Group / Ungroup methods and grouped sorting
Related Discussions - GETKEYBOARDSTATE TOGGLES,I DONT WANT TO. (2001-01-08 03:10:05)var
KS: TKeyboardstate;
begin
GetKeyBoardState(KS);
if KS > 1 then
label1.caption := 'Ctrl Key Down'
else label1.caption := 'Ctrl Key...
- CREATING SHORTCUTS (2001-01-28 03:16:27)This is a sample from the MSDN, I tried to translate it into Delphi. I did not try to execute it but it should work.
If it won't, tell me and I'll...
- WHAT ABOUT SMTP AUTHENTIFICATION? DO YOU HAVE SOME COMPONENT ....? (2001-02-07 22:59:53)Yes, there is one. I think the latest and greates release of Indy (formerly known as Winshoes) allows you SMTP authentication. You just have to...
- HOW TO TRANSFER FILES SECURELY? (2001-02-09 09:22:47)There are NO delphi components that handle SecureFTP.
You could write your own FTP Server and FTP Client
based upon the Indy code and implement...
- HOW TO ACCES MORE THAN 1 KEY AT ONCE? (2001-02-16 02:09:07)Thx, but I found out for myself ;)
- CONNECTING TO MICROSOFT SQL 97/2000 SERVER WITHOUT BDE? (2001-02-19 15:31:28)ADO Components should be embedded into the exe you made. The only thing your users will need to do is configure ODBC drivers and specify...
- SIMULATE THE PRESSING OF KEYS IN OTHER APPLICATIONS. (2001-02-20 06:37:41)well u r asking for quite a bit and so will naturally have to do a lot too
so here it goes
This is a library that I came across that does...
- WHAT IS THE DIFFERENCE BETWEEN DELPHI 6 AND KYLIX? (2001-02-27 09:13:31)Yes, it should be available some time around April or perhaps around May. I called Borland, and that's the answer I got from them.
- DELPHI TO C++.. THE "WITH" RESERVED WORD. WHAT IS IT IN C++? (2001-03-07 08:46:28)It is possible to use a C macro to create this. I had a
need for this last year, no longer have the code.
Sorry!
BTW: I have seen similar...
- HOW CAN I CREATE A GRADIENT MENU LIKE THE STARTMENU IN WIN2K? (2001-03-06 06:37:32)First, insert an item at the bottom of your menu. Give it "-" caption (separator), so the user can't click on it. Put "mbBreak" in the break...
|
Latest News
Submit News Form
Past News
Latest Forum Entries
|