Skip to main content

TcxCustomRTTIInspector.OnFilterProperty Event

Occurs when the runtime object inspector is being populated with the inspected component’s properties.

Declaration

property OnFilterProperty: TcxFilterPropertyEvent read; write;

Remarks

Use this event if you need to filter a set of properties for editing in the runtime object inspector.

Sender specifies the TcxCustomRTTIInspector descendant instance.

PropertyName returns the name of the current property of the inspected object.

Accept specifies whether the PropertyName parameter’s value will be inspected. If the Accept parameter is False, the PropertyName parameter won’t be inspected.

See Also