How to access record properties?

后端 未结 1 960
梦谈多话
梦谈多话 2021-01-23 01:54

I need to access, record properties, and set/get this property values. Firstly, i want to access properties. But i can\'t.

What is wrong? Ver : Delphi XE6.

sampl

相关标签:
1条回答
  • 2021-01-23 02:46

    Your problem is that there is no RTTI available for record properties as already reported in 2009 but still not fixed (QC#78110).

    Edit: And still not fixed in 2017 (RSP-19303).

    0 讨论(0)
提交回复
热议问题