I've noticed that some properties disappear from the Object Inspector when selecting more than one item.
Why does this happen and how to control this behavior when creating a component?
Example:
Add 2 buttons (TButton
) to a form and select one of them.
In the Object Inspector you can see all TButton
's published properties (Note that there's also the Constraints
property).
Add the other button to the current selection (Click while pressing Shift key).
As you can see, some properties have been hidden from Object Inspector (Note that the Constraints
is no more visible).