JVCL Help:TJvInspector.BeforeItemCreate

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 constructed.


Pascal

 propertyBeforeItemCreate: TInspectorItemBeforeCreateEvent;


Parameters

Parameters Description
Sender The inspector that fired the event
Data A reference to the data instance
ItemClass The item to be constructed for this data object.


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