RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXCommand.Text Property

Command to execute

Pascal
property Text: WideString;
C++
__property BSTR 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!