Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
Is it possible, in your application, that you have more than one object that might be memory resident that is named "FrameForm"?
Something else: I had similar problems with VCLObjects back in the day in a Delphi application and, what I found was useful, was, on the Process object, call the "refresh" method before calling the "WaitVCLObject" method. Try inserting a Sys.Process("MyApp").Refresh before the calls for that particular object.
Something else: I had similar problems with VCLObjects back in the day in a Delphi application and, what I found was useful, was, on the Process object, call the "refresh" method before calling the "WaitVCLObject" method. Try inserting a Sys.Process("MyApp").Refresh before the calls for that particular object.
Related Content
- 3 years ago
- 4 years ago
- 4 months ago
- 4 years ago
Recent Discussions
- 3 days ago
- 3 days ago
- 6 days ago