Unit 'Forms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomForm.RemoveHandlerFirstShow

Removes the handler called the first time the form executes its Show method.

Declaration

Source position: forms.pp line 678

public procedure TCustomForm.RemoveHandlerFirstShow(

  OnFirstShowHandler: TNotifyEvent

);