JVCL Help:TJvInspectorComponentItem.DeleteOwner@Integer
JVCL Help: TJvInspectorComponentItem.DeleteOwner Method (Integer)
Search in JVCL Help
Search in all projectsSummary
Removes a component owner from the owners list.
Pascal
procedureDeleteOwner(constAOwner: TComponent); overload;
procedureDeleteOwner(constIndex: Integer); overload;
Parameters
Parameters | Description |
const AOwner: TComponent | The component to add to the Owners list |
const Index: Integer | Index into the Owners list of the owner to be removed. |
Description
DeleteOwner removes the specified component or the component at the specified index from the owners list. 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 does not exist, DeleteOwner does nothing. If the specified index is out of range, an EListError exception will be raised.
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