in Delphi TIPS :: 
A frame, like a form, is a container for other components. Frames can be nested within forms or other frames, and they can be saved on the Component palette for easy reuse.
Once you start using frames, you'll note there's no OnCreate event you can use to initialize your frames.
Read the full article to learn How to Implement the OnCreate event for a Delphi TFrame object
Related:
Comments
No comments yet. Leave a Comment

