[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 1132

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.

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