Web.DBWeb.TDSTableProducer.LinkActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LinkActive(Value: Boolean);

C++

void __fastcall LinkActive(bool Value);

Properties

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

Description

Recomputes the Columns property when the dataset becomes active.

Applications cannot call this protected method. LinkActive is called when the DataSource property changes or when the dataset becomes active. It recomputes Columns to reflect any changes that may have occurred in the fields of the dataset when it was not active.

See Also