FireDAC.Comp.Client.TFDCustomMemTable.CommandText

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomMemTable

Delphi

property CommandText: String read GetCommandText write SetCommandText;

C++

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

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