[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TScreen.OnActiveControlChange

Event handler signalled when the active form control for the screen has been changed.

Declaration

Source position: forms.pp line 1314

public property TScreen.OnActiveControlChange : TNotifyEvent
  read FOnActiveControlChange
  write FOnActiveControlChange;

Description

OnActiveControlChange is a TNotifyEvent property with the event handler signalled when the active control on the screen has been changed. The Sender argument contains the TScreen instance for the change notification.

OnActiveControlChange is signalled (when assigned) from the UpdateLastActive method, and occurs after the OnActiveFormChange event has been signalled (when assigned).

See also

TScreen.AddHandlerActiveControlChanged

  

Adds a control changed notification handler.

TNotifyEvent


Version 3.2 Generated 2024-02-25 Home