1
vote
5answers
92 views
+100
Iterate Over Struct; Easily Display Struct Fields And Values In a RichEdit Box
Is there an easier way to display the struct fields and their corresponding values in RichEdit control?
This is what I am doing now:
AnsiString s;
s = IntToStr(wfc.fontColor);
…
