Data.DB.TDataSet.BindFields

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSet

Delphi

procedure BindFields(Binding: Boolean); virtual;

C++

virtual void __fastcall BindFields(bool Binding);

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.


See Also