property FieldValues[const FieldName: string]: Variant read GetFieldValue write SetFieldValue; default;
这种以符串为下标的数组除了在申明property时可以使用,
还能在其他地方使用吗?
那又如何在type中申明呢?