Data.DB.TField.SetDataType

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 SetDataType(Value: TFieldType); inline;

C++

void __fastcall SetDataType(TFieldType Value);

Description

Sets the data type of the field's contents.

SetDataType is used to set the data type of the field's contents. The field's data type is given through the Value parameter that is of TFieldType.

See Also