The default object in a window receives keyboard input as long as no other object is active.
Source position: MUIClass.Window.pas line 129
public property TMUIWindow.DefaultObject : TMUINotify |
Good candidates for default objects are e.g. lonely listviews. Making such a listview the default object will allow the user to control it immediately without the need of several tab strokes for activation.
|
Set the active object in a window. |