RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLDataLink.ActiveChanged Method

Refreshes the parameter values of the detail dataset and re-executes it.

Pascal
procedure ActiveChanged; override;
C++
virtual __fastcall ActiveChanged();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!