Data.DBXClient.TDBXClientCommand.SetText

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXClient.pas
Data.DBXClient.hpp
Unit: Data.DBXClient
Parent: TDBXClientCommand

Delphi

procedure SetText(const Value: string); override;

C++

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

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