Data.DB.TObjectField.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: TObjectField

Delphi

procedure SetFieldKind(Value: TFieldKind); override;

C++

virtual void __fastcall SetFieldKind(TFieldKind Value);

Description

Sets the kind of the field and the kind of the owned fields with the given parameter.

SetFieldKind sets the kind of this field and the kind of the owned fields with the given TFieldKind value.

See Also