Datasnap.Provider.TDataSetProvider.SetCommandText

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.Provider.pas
Datasnap.Provider.hpp
Unit: Datasnap.Provider
Parent: TDataSetProvider

Delphi

procedure SetCommandText(const CommandText: OleStr); virtual;

C++

virtual void __fastcall SetCommandText(const System::Types::OleStr CommandText);

Description

Provides a way to set the command text.

The SetCommandText method provides a way of setting the command text.

Note: If the CommandText parameter is an empty string, SetCommandText does nothing.

See Also