Data.DB.TField.SetFieldKind
Delphi
procedure SetFieldKind(Value: TFieldKind); virtual;
C++
virtual void __fastcall SetFieldKind(TFieldKind Value);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | Data.DB.pas Data.DB.hpp | Data.DB | TField | 
Description
Sets the field's kind according to the given parameter.
The SetFieldKind method sets the field's kind according to the passed in Value, which is of TFieldKind type.