Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

TElInspector bug

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

Sign In or Register to comment.