Board index » delphi » Reading and Writing Components to files
Brian Matchey
![]() Delphi Developer |
Sat, 13 Oct 2001 03:00:00 GMT
Reading and Writing Components to files
Can somebody show me the proper way to use ReadComponentResFile?
I am trying to load and show a form at runtime. I used WriteComponentResFile to generate a RES file, but cannot seem to get ReadComponentResFile to act properly. I create the res file like this where sbxPage is a TScrollBox with I try to read it back in like this: where sbxPage is an empty What am I not doing right? |