Insert table with data?...

General TRichView support forum. Please post your questions here
Post Reply
Fossy
Posts: 1
Joined: Fri Feb 10, 2006 1:26 am

Insert table with data?...

Post 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.
Sergey Tkachenko
Site Admin
Posts: 17315
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

See Demos\Delphi\Editors\Editor 1\, menu Table, commads for inserting table samples.
Post Reply