Data.SqlExpr.TSQLQuery.Text
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.SqlExpr.pas Data.SqlExpr.hpp
| |
Unit: Data.SqlExpr | |
Parent: TSQLQuery |
Delphi
property Text: string read FText;
C++
__property System::UnicodeString Text = {read=FText};
Description
Indicates the SQL statement as a single string.
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.