Data.DB.TDataSet.BindFields
Delphi
procedure BindFields(Binding: Boolean); virtual;
C++
virtual void __fastcall BindFields(bool Binding);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Binds the TField components to the physical fields.
Use BindFields to connect or disconnect the TField objects with the actual fields. If Binding
is True, the method connects the TField components to the physical fields and also sets various properties of TFieldDef according to members of TField. If Binding
is False, the method disconnects the TField components.