RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBUpdateSQL.DataSet Property

Identifies the dataset to which a TIBUpdateSQL component belongs.

Pascal
property DataSet: TIBCustomDataSet;
C++
__property TIBCustomDataSet DataSet;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!