API:Data.DB.TObjectField.SetFieldKind
Delphi
procedure SetFieldKind(Value: TFieldKind); override;
C++
virtual void __fastcall SetFieldKind(TFieldKind Value);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Data.DB.pas Data.DB.hpp |
Data.DB | TObjectField |
Description
Sets the field's kind according to the given parameter.
Data.DB.TObjectField.SetFieldKind inherits from Data.DB.TField.SetFieldKind. All content below this line refers to Data.DB.TField.SetFieldKind.
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.