Data.DB.TObjectField.SetFieldKind

From RAD Studio API Documentation
Jump to: navigation, search

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 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