<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Amir--- via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> schrieb am Di., 26. Dez. 2023, 07:03:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
   I want to retrieve the name of the fields in a record/class, at run <br>
time. It looks like "TVmt.vFieldTable" is what I need. But I cannot find <br>
any documentation about how to explore the content of this table. I <br>
appreciate any pointer.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">This only works for published fields and only fields of type class or interface can be published. </div><div dir="auto"><br></div><div dir="auto">Anything more requires extended RTTI, which is not yet implemented in FPC (it's already more or less ready in a merge request, but there's still the one or other issue that needs to be addressed). </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>