<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<br>
<div class="moz-cite-prefix">On 12/26/23 01:14, Sven Barth via
fpc-pascal wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAFMUeB8H1sE3O6ecuLX2s3Z0nHMhaRZYye-tkWUk1x0_NveNeg@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<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"
moz-do-not-send="true" class="moz-txt-link-freetext">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. <br>
</div>
</div>
</blockquote>
That would work for me. How can I enumerate over those fields? <br>
<br>
Best,<br>
Amir<br>
<p><br>
</p>
</body>
</html>