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

TScreen.DisableForms

DisableForms - disable all forms except SkipForm. If DisabledList is available then add forms to that list and return it, otherwise return new list. Used to show forms and other dialogs modal

Declaration

Source position: forms.pp line 937

public function TScreen.DisableForms(

  SkipForm: TCustomForm;

  DisabledList: TList = nil

):TList;