JVCL Help:TJvCustomInspector.BeforeSelection
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspector.BeforeSelection Event
[+] TJvCustomInspector Events
[+] TJvCustomInspector Methods
[+] TJvCustomInspector Properties
Search in JVCL Help
Search in all projectsSummary
Event fired before an item is selected.
Pascal
TInspectorItemBeforeSelectEvent = procedure (Sender: TObject; NewItem: TJvCustomInspectorItem; var Allow: Boolean) ofobject;
propertyBeforeSelection: TInspectorItemBeforeSelectEvent;
Parameters
Parameters | Description |
Allow | When set to True, the selection will happen, otherwise the selection is aborted. |
NewItem | The item about to be selected. |
Sender | The inspector that fired the event |
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