Tagged Questions
1
vote
9answers
1k views
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);
...