Page 1 of 1

Insert table with data?...

Posted: Fri Feb 10, 2006 1:45 am
by Fossy
Hello:

How I can insert one table with data in cells?...

Example:

I have one database with 5 fields and 3 records (or x records), and I need insert that table database in richviewedit with header:

|-----------|-----------|-----------|-----------|-----------|
| Header1 | Header2 | Header3 | Header4| Header5 |
|-----------|-----------|-----------|-----------|-----------|
| Data1 | Data2 | Data3 | Data4 | Data5 |
...
...

How I can create table and insert data?.

Thanks.

Posted: Fri Feb 10, 2006 10:19 am
by Sergey Tkachenko
See Demos\Delphi\Editors\Editor 1\, menu Table, commads for inserting table samples.