Set the field type.
Source position: db.pas line 574
| public procedure TWideStringField.SetFieldType( | 
| AValue: TFieldType | 
| ); override; | 
| AValue | 
 | Value to set the field type to. | 
SetFieldType is overridden in TWideStringField to check the data type more accurately (ftWideString and ftFixedWideChar). No extra functionality is added.
| 
 | The data type of the field. |