API:IBX.IBCustomDataSet.TIBDataSet.SelectSQL

From RAD Studio API Documentation

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. {{#multireplace:IBX.IBCustomDataSet.TIBDataSet.SelectSQL|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:IBX.IBCustomDataSet.TIBCustomDataSet.SelectSQL|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:IBX.IBCustomDataSet.TIBCustomDataSet.SelectSQL|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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.