Undocumented Members of TPropInfo
问题 System.TypInfo.TPropInfo has two function members (at least in D-XE3): function NameFld: TTypeInfoFieldAccessor; inline; function Tail: PPropInfo; inline; I cannot find any documentation for them or any examples of their use. What are they for and how can they be used? (Hope that qualifies as one question.) 回答1: The NameFld function returns the name of a property as a TTypeInfoFieldAccessor . This allows you to do the following: MyPropertyName:= MyPropInfo.NameFld.ToString; if (PropInfoA