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

TApplication.OnModalBegin

Event handler for a modal form opened (application entering modal mode).

Declaration

Source position: forms.pp line 1508

public property TApplication.OnModalBegin: TNotifyEvent
  read FOnModalBegin
  write FOnModalBegin;

See also

TApplicationHandlerType.ahtModalBegin

  

Handler invoked when a form is shown modally.