All Delphi

Everything You Want To Know From VCL, Tips To Snippet All Everything About Delphi And CodeGear Related

    Search

  • Sponsors

  • Spottt
    Spottt

Incremental Property Search

8th April 2008

Hi, for all of u that have used delphi for sometimes, i think this tips is usefull.

if we need to edit certain published property on some object in the property editor and also if the object have long - long published property ..then some times we will have some difficulty in finding those property. so this come tips will come in handy and i think u can search incremental the property!

Here is what you should do :

  • Press F11 until you have the Object Inspector selected.
  • This will have the caret positioned in the “value” bit of the Object Inspector (ie. the right hand column where the property values go, not the left hand column where the name of the property is).
    That’s not where we want it, so press the TAB key to position the caret in the “name” column
  • Start typing the name of the property you want. The selection will move down to the closest matching property name as you type.Pressing TAB again will move the caret back to the “value” column so you can start editing the property value.

here is some animation that can help u get the whole picture .

Incremental Property Search On Delphi Animationand you know what guys.. i think it work on all delphi version.

Rate this:
2.7

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>