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

TScreen.EnableForms

Use this method to restore all previously disabled forms.

Declaration

Source position: forms.pp line 1084

public procedure TScreen.EnableForms(

  var AFormList: TList

);

Arguments

AFormList

  

The list containing the forms to enable. The list is destroyed on exit.

See also

TScreen.DisableForms

  

Disable all forms except SkipForm.