Page 1 of 1
fetch a column of table to Tstrings

Posted:
April 8th, 2011, 12:07 am
by rk1983xx
is there any way to
fetch a column of table to Tstrings without any "while" and other loop syntaxes

Re: fetch a column of table to Tstrings

Posted:
April 9th, 2011, 1:31 am
by Kambiz
No, besides looping through the records, there is no other solution.
Re: fetch a column of table to Tstrings

Posted:
April 9th, 2011, 1:59 am
by rk1983xx
maybe not related but :
even in other programming languages ?
Re: fetch a column of table to Tstrings

Posted:
April 11th, 2011, 8:47 am
by Kambiz
I have no idea.
But you can write a simple function to do the task for you.