Web.DBWeb.TDSTableProducer.DataLink

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataLink: THTTPDataLink read FDataLink;

C++

__property THTTPDataLink* DataLink = {read=FDataLink};

Properties

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

Description

Manages the link to the dataset.

Applications cannot use the DataLink property. It is exposed as a protected property so that descendent HTML producers can customize their response to data events.

See Also