RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLQuery.Text Property

Indicates the SQL statement as a single string.

Pascal
property Text: string;
C++
__property AnsiString Text;

Use Text as a convenient way to read the entire SQL query as a single string, rather than using the SQL property, which may divide the query into substrings. Text is the same as the Text property of the TStrings object that implements the SQL property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!