JVCL Help:TJvEmbeddedFormPanel
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvEmbeddedFormPanel Class
[+] JvEmbeddedForms.pas Classes
[+] TJvEmbeddedFormPanel Methods
[+] TJvEmbeddedFormPanel Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvEmbeddedFormPanel
TJvEmbeddedInstanceFormPanel
run\JvEmbeddedForms.pas
Summary
Provides a surface to embed a form in.
Pascal
run\JvEmbeddedForms.pas
TJvEmbeddedFormPanel = class(TJvCustomControl);
Description
- JVCLInfo
TJvEmbeddedFormPanel is a windowed control used to embed forms into. You use it along with a TJvEmbeddedFormLink on another form to link that form to the control.
To make the embedding work, you need to perform the following steps:
- Drop a TJvEmbeddedFormLink on each form in your application that you want to be embeddable. These forms must be auto-created by Delphi if you want to set up the links at design-time.
- Drop one or more TJvEmbeddedFormPanels on each form that you want to embed other forms.
- Add the forms with TJvEmbeddedFormLinks to the uses clause of the forms withTJvEmbeddedFormPanels.
- Set the FormLink property of each TJvEmbeddedFormPanel to the TJvEmbeddedFormLink component of the form to embed. The embedded form should now be visible in the TJvEmbeddedFormPanel even atdesign-time.
About
Notes
You can have multiple TJvEmbeddedFormPanels on each form and TJvEmbeddedFormPanels can be nested.
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page