Data.DB.TFields.SetField
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TFields |
Delphi
procedure SetField(Index: Integer; Value: TField);
C++
void __fastcall SetField(int Index, TField* Value);
Description
Assigns the properties of another field component to one of the fields in the list.
The SetField method is used to assign the properties of another field component to one of the fields in the list. SetField is the protected setter implementation for the Fields property.