FireDAC.Comp.Client.TFDCustomMemTable.CommandText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CommandText: String read GetCommandText write SetCommandText;

C++

__property System::UnicodeString CommandText = {read=GetCommandText, write=SetCommandText};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomMemTable

Description

Shortcut for Adapter.SelectCommand.CommandText.Text.

The CommandText is a shortcut for the Adapter.SelectCommand.CommandText.Text property. And allows the setting / getting of a command text more quickly. 

The property is for the TClientDataSet compatibility.

See Also