[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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
Source position: forms.pp line 1017
public function TScreen.DisableForms( |
SkipForm: TCustomForm; |
DisabledList: TList = nil |
):TList; |
lazarus-ccr.sourceforge.net |