Data.DBXCommon.TDBXCommand.Text

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Text: string 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.

See Also