Data.DB.TField.SetDataType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDataType(Value: TFieldType); inline;

C++

void __fastcall SetDataType(TFieldType Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TField

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