Web.DBWeb.TDSTableProducer.InternalDataSource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InternalDataSource: TDataSource read FInTernalDataSource;

C++

__property Data::Db::TDataSource* InternalDataSource = {read=FInternalDataSource};

Properties

Type Visibility Source Unit Parent
property protected
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb TDSTableProducer

Description

Represents the link to the dataset.

Descendants of TDSTableProducer read InternalDataSource to access the properties and methods of the data source. Unlike other data-aware components, TDSTableProducer does not use an external TDataSource object.

See Also