Data.DB.TField.SetFieldKind

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TField

Delphi

procedure SetFieldKind(Value: TFieldKind); virtual;

C++

virtual void __fastcall SetFieldKind(TFieldKind Value);

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.

See Also