pyscripter 689 Posted October 4, 2023 TTest = class A: string; class var B: string; end; Is it possible to tell that B is a class field using Rtti? Ditto for properties. And if you get a chance have a look at my other Rtti question. Share this post Link to post
pyscripter 689 Posted October 4, 2023 (edited) Never mind. I forgot the answer to an older question. No rtti is generated for class fields and properties, which is a shame. It does for class methods though. Edited October 4, 2023 by pyscripter Share this post Link to post