Data.DB.TFields.SetField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetField(Index: Integer; Value: TField);

C++

void __fastcall SetField(int Index, TField* Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TFields

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.

See Also