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

TObservedHook.Sender

Default sender object for notifications

Declaration

Source position: fpobserver.pp line 48

public property TObservedHook.Sender : TObject
  read FSender;

Description

The Sender property contains the object that will be passed as the sender parameter to all observer notifications. This is typically the object that contains or uses the observer hook.

See also

AddItem

  

Notifies observers that an item was added

DeleteItem

  

Notifies observers that an item was deleted

Changed

  

Notifies all observers that the object has changed

CustomNotify

  

Sends custom notification to all observers

FPONotifyObservers

  

Core method to notify all observers about operations


Documentation generated on: Dec 15 2025