[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'db' (#fcl)

TField.SetFieldType

Set the field data type

Declaration

Source position: db.pas line 382

public procedure TField.SetFieldType(

  AValue: TFieldType

); virtual;

Arguments

AValue

  

DataType for the field

Description

SetFieldType does nothing, but it can be overridden by descendent classes to provide special handling when the field type is set.

See also

TField.DataType

  

The data type of the field.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.