IBX.IBCustomDataSet.TIBDataSetUpdateObject.DataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataSet: TIBCustomDataSet read GetDataSet write SetDataSet;

C++

__property TIBCustomDataSet* DataSet = {read=GetDataSet, write=SetDataSet};

Properties

Type Visibility Source Unit Parent
property protected
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBDataSetUpdateObject

Description

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.