Search.

Home Forums Inspex Search.

Tagged: ,

Viewing 2 reply threads
  • Author
    Posts
    • #4254
      Steve Gill
      Participant

        Hi Ray,

        Does Inspex have a search option for finding properties?

        I’m thinking of using it for application settings, so it would be useful if a user could search for the specific setting they need.

        Thanks.

        Regards,

        Steve

      • #4255
        Ray Konopka
        Keymaster

          Hi Steve,
          I believe the DynamicFilter property will give you the desired behavior. For example, consider a form that has a TIxObjectInspector and a TRzEdit, and the OnChange event handler for the edit looks like the following:

          procedure TForm10.RzEdit1Change(Sender: TObject);
          begin
            IxObjectInspector1.DynamicFilter := RzEdit1.Text;
          end;

          When you type into the edit box, the properties displayed in the ObjectInspector are filtered to just show the properties that match the filter.

          Ray

        • #4256
          Steve Gill
          Participant

            Hi Ray,

            That’s perfect.

            Thank you.

            Steve

        Viewing 2 reply threads
        • You must be logged in to reply to this topic.