Show: Delphi
C++
Display Preferences
Data.DBXCommon.TDBXCommand.Text
From XE2 API Documentation
Delphi
property Text: UnicodeString read GetText write SetText;
C++
__property System::UnicodeString Text = {read=GetText, write=SetText};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXCommand |
Description
Command to execute
This property contains the text of the command to execute. When CommandType is set to TDBXCommandTypes.SQLStatement, Text can be set to SQL statements such as select, insert, update, and delete.