JVCL Help:TJvPlugIn.HostApplication

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

Search in JVCL Help

 
Search in all projects
 

Summary

Reference to the TApplication object of the host.


Pascal

 propertyHostApplication: TApplication;


Description

HostApplication is a reference to the TApplication object of the host. You can both read and write to properties (including the MainForm) as well as call methods on this object. If you write a plugin to store an MDI child for the host application, you should assign the value of this property to your own Application variable and restore your Application variable before you destroy the plugin.


About

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