JVCL Help:TJvInspectorComponentItem.AddOwner

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

Search in JVCL Help

 
Search in all projects
 

Summary

Adds a component owner to the owners list.


Pascal

 procedureAddOwner(constAOwner: TComponent);


Parameters

Parameters Description
const AOwner: TComponent The component to add to the Owners list


Description

AddOwner adds the specified component as a new component owner. Component owners are components who's Component list are scanned for assignable components to this item. The drop down list will be filled with a list of sub components of these owners that are assignment compatible with the class this item represents. If the specified owner already is in the list, AddOwner does nothing.


See Also

TJvInspectorComponentItem.DeleteOwner


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