IBX.IBCustomDataSet.TIBCustomDataSet.QDelete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property QDelete: TIBSQL read FQDelete;

C++

__property Ibx::Ibsql::TIBSQL* QDelete = {read=FQDelete};

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 DeleteSQL statement.

Use QDelete to access the SQL object that encapsulates the Delete SQL statement.