RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMasterDataLink.Create Constructor

Creates an instance of TMasterDataLink.

Pascal
constructor Create(DataSet: TDataSet);
C++

Call Create from the constructor of the dataset that uses TMasterDataLink to link to a master dataset. The dataset that uses the TMasterDataLink passes itself as the DataSet parameter.  

Create associates the instance of TMasterDataLink with the dataset that owns it, and creates the helper objects it uses to manage the list of field components. 

 

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