Introduction: Recently when writing Delphi encountered a frame reuse problem, how to add an already edited frame in a form? It is as easy to use as the components of Delphi. The following is a summary of their methods, although very simple, but the students do not know a little trouble.
Steps:
1. Edit a frame page, such as.
2. Edit frame, for the sake of simplicity, an edit box and a button are OK. and then save. Then right-click on the Frame form to select Add to palette the frame to the palette.
3. The name of the component you decide on your own, and the last step is to add the frame to the main form. First find the component you added on the palette, and then drag it just like the other components.
Usually the last one, remember the component name.
The source of this article: Delphi embedded frame in a form inside
This embeds a frame page into a form.
Delphi embeds frame into a form [go]