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

TBlobField.SetFieldType

Set field type

Declaration

Source position: db.pas line 821

public procedure TBlobField.SetFieldType(

  AValue: TFieldType

); override;

Arguments

AValue

  

Value for the DataType property

Description

SetFieldType is overridden by TBlobField to check whether a valid Blob field type is set. If so, it calls the inherited method.

See also

TField.DataType

  

The data type of the field.

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