On 01.06.2013 18:55, Eric Kom wrote:
Hi,
SQLQuery.SQL.Text & SQLQuery.SQL.Strings[], They all property of type
string.
Since I can't get a documentation about SQLQuery.SQL.Strings[]
property, please what is a difference between both?
SQLQuery.SQL is simply a TStringList instance, so the difference is that
.Text gets/sets the whole text and Strings[] gets and sets a specific
line (0 based). See also:
http://www.freepascal.org/docs-html/rtl/classes/tstrings.html
Regards,
Sven
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus