Applies to
TQDBItem, TQDBView
Declaration
property FieldTypes[Index : integer] : TQDBFieldType;
Description
The types of the currently defined fields. The field type indicates the internal structure of the data in the field.
The list of fields may have been built in two distinct ways: it may have been loaded from a QDB file via FetchStructure; or it may have been constructed at run-time using the AddField method.