Data.DB.TField.Bind
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TField |
Delphi
procedure Bind(Binding: Boolean); virtual;
C++
virtual void __fastcall Bind(bool Binding);
Description
Verifies whether the field is a lookup field and refreshes or validates the lookup list.
The Bind method verifies whether the field is a lookup field (fkLookup) and refreshes or validates the lookup list.