JVCL Help:TJvInspector.Selected

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 selected item


Pascal

 propertySelected: TJvCustomInspectorItem;


Description

Selected is the current selected item. If no item is selected, nil will be returned. Reading Selected is the same as: ifSelectedIndex > -1 then

 Selected := VisibleItems[[[JVCL_Help:TJvInspector.SelectedIndex|SelectedIndex]]]
else
Selected := nil;
When you set Selected to a new item, and that item is not visible, Selected and SelectedIndex will not be changed.


See Also

TJvCustomInspector.SelectedIndex, TJvCustomInspector.VisibleItems


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