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

TCustomForm.OnDeactivate

Handler called when the form is deactivated (lost focus).

Declaration

Source position: forms.pp line 710

public property TCustomForm.OnDeactivate : TNotifyEvent
  read FOnDeactivate
  write FOnDeactivate;

See also

TApplication.OnDeactivate

  

Event handler for deactivation of the application.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.