IBX.IBCustomDataSet.TIBDataSet.SelectSQL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SelectSQL: TStrings read GetSelectSQL write SetSelectSQL;

C++

__property SelectSQL;

Properties

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

Description

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

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

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

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