RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDSTableProducer.SetDataSource Method

Sets the DataSource property.

Pascal
procedure SetDataSource(Value: TDataSource);
C++
__fastcall SetDataSource(TDataSource Value);

SetDataSource is the protected implementation of the DataSource property. 

The DataSource property for TDSTableProducer is an internally generated TDataSource object, not an external component that can be shared with other objects. It is surfaced only for internal API calls that require a TDataSource object rather than working directly with TDataSet

 

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