IBX.IBUpdateSQL.TIBUpdateSQL.DataSet

From RAD Studio API Documentation

Delphi

property DataSet: TIBCustomDataSet read GetDataSet write SetDataSet;

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

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.