Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Is there a component to where I can export a data to html table format ? Let's say I have strings

Delphi
'alpha' 'bravo' 'charlie'


I want to export it to html table like
SQL
|column1|column2|column3|
|_______|_______|_______|_
|alpha  | bravo |charlie|
Posted
Updated 30-Dec-14 3:32am
v2
Comments
Zoltán Zörgő 30-Dec-14 9:38am    
It is quite simple to write it as a method. To look for a component you should at least specify Delphi version...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900