Hi,
Get AV here:
// TODO: Make style assigned to item
if Assigned(AItem.Parent) and (not TElInspectorItem(AItem.Parent).IsCategory) and (TElInspectorItem(AItem.Parent).InspectorData.IsReference) then
It's because
TElInspectorItem(AItem.Parent).InspectorData = nil
It's just an empty project with only few items created in design time. One item has three sub-items.
Thank you.
Comments