Unit 'fpobserver' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl]

TBaseListMediator.SelectedObject

Currently selected object in the list

Declaration

Source position: fpobserver.pp line 239

public property TBaseListMediator.SelectedObject : TObject
  read GetSelectedObject
  write SetSelectedObject;

Description

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.


Documentation generated on: Dec 15 2025