JVCL Help:TJvInspector.BeforeSelection

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

Search in JVCL Help

 
Search in all projects
 

Summary

Event fired before an item is selected.


Pascal

 propertyBeforeSelection: TInspectorItemBeforeSelectEvent;


Parameters

Parameters Description
Sender The inspector that fired the event
NewItem The item about to be selected.
Allow When set to True, the selection will happen, otherwise the selection is aborted.


Description

The BeforeSelection event is called just before an item is selected.


See Also

TJvCustomInspector.OnItemSelected


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