Data.SqlExpr.TSQLQuery.Text
Delphi
property Text: string read FText;
C++
__property System::UnicodeString Text = {read=FText};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.SqlExpr.pas Data.SqlExpr.hpp |
Data.SqlExpr | TSQLQuery |
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.