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