RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXCommand.Text Property

Command to execute

Pascal
property Text: UnicodeString;
C++
__property UnicodeString Text;

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

 

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