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

TCustomForm.AddHandlerFirstShow

Adds an handler for the first Show of the form.

Declaration

Source position: forms.pp line 622

public procedure TCustomForm.AddHandlerFirstShow(

  OnFirstShowHandler: TNotifyEvent;

  AsFirst: Boolean = True

);