JVCL Help:TJvCustomInspector.DoBeforeItemSelect
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspector.DoBeforeItemSelect Method
[+] TJvCustomInspector Events
[+] TJvCustomInspector Methods
[+] TJvCustomInspector Properties
Search in JVCL Help
Search in all projectsSummary
Executes the event handler assigned to BeforeSelection.
Pascal
functionDoBeforeItemSelect(constNewItem: TJvCustomInspectorItem): Boolean; virtual;
Parameters
Parameters | Description |
const NewItem: TJvCustomInspectorItem | Item to be selected. |
Description
DoBeforeItemSelect calls the event handler assigned to BeforeSelection, if any. Returns True if the selection is allowed or no handler was assigned to BeforeSelection.
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