JVCL Help:TJvEmbeddedFormLink

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvEmbeddedFormLink
run\JvEmbeddedForms.pas


Summary

Makes a form embeddable.

run\JvEmbeddedForms.pas


Pascal

 run\JvEmbeddedForms.pas
 TJvEmbeddedFormLink = class(TJvComponent);


Description

  1. JVCLInfo

Drop a TJvEmbeddedFormLink on a form to make it embeddable in a TJvEmbeddedFormPanel. The TJvEmbeddedFormLink instance needs to be assigned to the FormLink property of a TJvEmbeddedFormPanel on another form.
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 only have one TJvEmbeddedFormLink on each form.

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