JVCL Help:TJvCustomInspector.Selected
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspector.Selected Property
[+] TJvCustomInspector Events
[+] TJvCustomInspector Methods
[+] TJvCustomInspector Properties
Search in JVCL Help
Search in all projectsSummary
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:TJvCustomInspector.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