Board index » delphi » Accessing record structures with a string.
Iain L. Grant
![]() Delphi Developer |
Fri, 09 Jan 2004 02:52:06 GMT
Accessing record structures with a string.
Is there a better way of achieving the following?
I have a Pagecontrol with multiple tabsheets showing checkboxes and spin I would like to use the page control changing event to enter data into the The record structure is this. Is there a means of using the captions of the tabsheets to access the TempString := PageControl1.TTabSHeet.caption + 'PrintOn' However Have I got the syntax wrong, is there a better way of achieving this? Thank you in anticipation. |