Data.DB.TField.SetDataSet
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TField |
Delphi
procedure SetDataSet(ADataSet: TDataSet); virtual;
C++
virtual void __fastcall SetDataSet(TDataSet* ADataSet);
Description
Adds the field to the specified dataset.
Use the SetDataSet method to add the field to the dataset specified through the ADataSet parameter.