Vcl.DBActns.TDataSetPost.DataSource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataSource: TDataSource read FDataSource write SetDataSource;

C++

__property DataSource;

Properties

Type Visibility Source Unit Parent
property published
Vcl.DBActns.pas
Vcl.DBActns.hpp
Vcl.DBActns TDataSetPost

Description

Provides access to the target of the action.

Vcl.DBActns.TDataSetPost.DataSource inherits from Vcl.DBActns.TDataSetAction.DataSource. All content below this line refers to Vcl.DBActns.TDataSetAction.DataSource.

Provides access to the target of the action.

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.

See Also