JVCL Help:TJvEmbeddedFormPanel

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvEmbeddedFormPanel
TJvEmbeddedInstanceFormPanel
run\JvEmbeddedForms.pas


Summary

Provides a surface to embed a form in.

run\JvEmbeddedForms.pas


Pascal

 run\JvEmbeddedForms.pas
 TJvEmbeddedFormPanel = class(TJvCustomControl);


Description

  1. 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.

run\JvEmbeddedForms.pas


About

Navigation

run\JvEmbeddedForms.pas


Notes

You can have multiple TJvEmbeddedFormPanels on each form and TJvEmbeddedFormPanels can be nested.

run\JvEmbeddedForms.pas


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