Data.DBXClient.TDBXClientCommand.SetText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetText(const Value: string); override;

C++

virtual void __fastcall SetText(const System::UnicodeString Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientCommand

Description

Sets the command to execute.

SetText sets the command to execute. When CommandType is set to TDBXCommandTypes.DbxSQL, Value can be SQL statements such as select, insert, update, and delete.

See Also