Property / Method filter in object inspector

Another useful feature would be a property filter on the object inspector, just like the one in delphi.
With it, one can avoid endless scrolling to find a property, say, "Top".
With a filter property, you just enter "top" on the property filter, and the object inspector properties that do not match the criteria disappear from view.
It should be persistent, so if I want to set the Top property of many components, I should not be required to enter the filter again.
In that way, I could enter "al" and properties "Alignment", "Align" and "AlignWithMargins" and quickly adjust all my labels with different values for those properties.

Noted!