IBX.IBCustomDataSet.TIBDataSet.ModifySQL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ModifySQL: TStrings read GetModifySQL write SetModifySQL;

C++

__property ModifySQL;

Properties

Type Visibility Source Unit Parent
property published
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBDataSet

Description

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

IBX.IBCustomDataSet.TIBDataSet.ModifySQL inherits from IBX.IBCustomDataSet.TIBCustomDataSet.ModifySQL. All content below this line refers to IBX.IBCustomDataSet.TIBCustomDataSet.ModifySQL.

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

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