JVCL Help:TJvCustomInspector.BeforeItemCreate
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspector.BeforeItemCreate Event
[+] TJvCustomInspector Events
[+] TJvCustomInspector Methods
[+] TJvCustomInspector Properties
Search in JVCL Help
Search in all projectsSummary
Event fired before an item is constructed.
Pascal
TInspectorItemBeforeCreateEvent = procedure (Sender: TObject; Data: TJvCustomInspectorData; var ItemClass: TJvInspectorItemClass) ofobject;
propertyBeforeItemCreate: TInspectorItemBeforeCreateEvent;
Parameters
Parameters | Description |
ItemClass | The item to be constructed for this data object. |
Data | A reference to the data instance |
Sender | The inspector that fired the event |
Description
The BeforeItemCreate event is called after the data has been constructed and right before the item is constructed. The Data parameter references the Data instance just created. The ItemClass parameter can be set to an item class or nil to prevent the item from being created.
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