API:FireDAC.Comp.Client.TFDMetaInfoQuery.OnCommandChanged

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDMetaInfoQuery

Delphi

property OnCommandChanged;

C++

__property OnCommandChanged;

Description

Fires after the SQL property value is changed.

FireDAC.Comp.Client.TFDMetaInfoQuery.OnCommandChanged inherits from FireDAC.Comp.Client.TFDRdbmsDataSet.OnCommandChanged. All content below this line refers to FireDAC.Comp.Client.TFDRdbmsDataSet.OnCommandChanged.

Fires after the SQL property value is changed.

The OnCommandChanged event fires after the SQL command text value is changed:

See Also