Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TNotifyEventItem.OnEvent

Standard notify event callback procedure

Declaration

Source position: fpmkunit.pp line 544

public property TNotifyEventItem.OnEvent : TNotifyEvent
  read FOnEvent
  write FOnEvent;

Description

OnEvent contains a standard notification event handler that follows the TNotifyEvent signature.

This property accepts method pointers that receive a sender object as parameter when the event fires.

Use this property for object-oriented event handling with standard notification event signatures.


Documentation generated on: Dec 15 2025