+7  A: 

Unfortunately, there doesn't seem to be any way to get at this from the Object Inspector. You can always go into the code somewhere and type JvGridFilter1.Grid and press CTRL-SPACE and see what comes up, but that's pretty much the same as looking into the code. I don't think there's any easier way to do it.

Try submitting that to QC as a feature request.

Mason Wheeler
Bummer. That's what I was afraid of. Did the borland/codegear just never think of it, or would there be a good technical reason?
Wouter van Nifterick
From what I've read, the Object Inspector uses RTTI to inspect the objects, and the type information is available there. So probably they just never thought of it.
Mason Wheeler
Yep, I agree -- that would be a good thing to add. Put it into the VCL/RTL section of http://delphi.uservoice.com
Nick Hodges
even cooler: when a property like this is empty (meaning no applicable component on the form), automatically filter the component palette for components of the appropriate type - what a time-saver!
Argalatyr