RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetPost.DataSource Property

Provides access to the target of the action.

Pascal
property DataSource: TDataSource;
C++
__property TDataSource DataSource;

DataSource is the data source that represents the dataset on which the action performs its function. You can set this property to indicate the dataset that is the target of the action. 

If you do not explicitly set the DataSource property, it is obtained from an active data-aware control when the action fires. 

 

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