API:IBX.IBUpdateSQL.TIBUpdateSQL.DataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataSet;

C++

__property DataSet;

Properties

Type Visibility Source Unit Parent
property public
IBX.IBUpdateSQL.pas
IBX.IBUpdateSQL.hpp
IBX.IBUpdateSQL TIBUpdateSQL

Description

Identifies the dataset to which a TIBDataSetUpdateObject component (or its descendants) belongs.

IBX.IBUpdateSQL.TIBUpdateSQL.DataSet inherits from IBX.IBCustomDataSet.TIBDataSetUpdateObject.DataSet. All content below this line refers to IBX.IBCustomDataSet.TIBDataSetUpdateObject.DataSet.

Identifies the dataset to which a TIBDataSetUpdateObject component (or its descendants) belongs.

At design time, setting the dataset object's UpdateObject property automatically sets the DataSet property of the specified TIBDataSetUpdateObject object. An application should only need to set this property if it creates a new update component at run time.