Delphi XE Object Inspector Shortcut January 7, 2012
Posted by iwancs in Delphi, Tips & Tricks.Tags: Delphi, Object Inspector, object properties, return key, scroll bar, tab key
trackback
Sometime i need to find an object properties on the object inspector pane quickly, before i found a new way, i use the scroll bar then search for the properties, now i found a new way.
To search for an object properties faster, you have to know the name of the properties first then you have to activate the Object Inspector Pane, either by pressing F11 or by selecting it using the mouse or by pressing the Return Key when focusing on the component, then the focus will be default to the object properties value, now to search for the property we want, you must press the TAB key then the focus will move to the object properties name. From there you can start typing the property name and it will focus to the first property that has the name similar to what you type
Iwan CS
Comments»
No comments yet — be the first.