Currently selected object in the list
Source position: fpobserver.pp line 239
public property TBaseListMediator.SelectedObject : TObject |
The SelectedObject property provides access to the currently selected object in the list. The base implementation returns nil; descendants must override the getter and setter to provide meaningful selection support.
This property enables two-way binding between the GUI selection state and the object model.