Unit 'MUIClass.Window' Package
[Overview][Types][Classes][Index] [#MUIClass]

TMUIWindow.DefaultObject

The default object in a window receives keyboard input as long as no other object is active.

Declaration

Source position: MUIClass.Window.pas line 124

public property TMUIWindow.DefaultObject : TMUINotify
  read GetDefaultObject
  write SetDefaultObject;

Description

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.

See also

ActiveObject

  

Set the active object in a window.


Documentation generated on: 2024-04-25