IBX.IBCustomDataSet.TIBCustomDataSet.QModify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property QModify: TIBSQL read FQModify;

C++

__property Ibx::Ibsql::TIBSQL* QModify = {read=FQModify};

Properties

Type Visibility Source Unit Parent
property protected
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBCustomDataSet

Description

Provides the ability to directly access the SQL object encapsulating the ModifySQL statement.

Use QModify to access the SQL object that encapsulates the ModifySQL statement.