Data.SqlExpr.TSQLDataLink.ActiveChanged
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.SqlExpr.pas Data.SqlExpr.hpp
| |
Unit: Data.SqlExpr | |
Parent: TSQLDataLink |
Delphi
procedure ActiveChanged; override;
C++
virtual void __fastcall ActiveChanged();
Description
Refreshes the parameter values of the detail dataset and re-executes it.
SQL datasets establish master/detail relationships by supplying parameter values from the master dataset. ActiveChanged updates these parameter values on the detail dataset to reflect the current values of the master dataset and then refreshes the dataset so that it is populated with the new detail set.