Returns internal field types defined in the MemData and accompanying modules.
function GetDataType(const FieldName: string): integer; virtual;
Call the GetDataType method to return internal field types defined in the MemData and accompanying modules. Internal field data types extend the TFieldType type of VCL by specific database server data types. For example, ftString, ftFile, ftObject.