[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Disable all forms except SkipForm.
Source position: forms.pp line 1131
public function TScreen.DisableForms( |
SkipForm: TCustomForm; |
DisabledList: TList = Nil |
):TList; |
SkipForm |
|
Don't disable this form (ignored if Nil). |
DisabledList |
|
The list to update. If Nil, a new list is created and returned. |
The list containing all disabled forms.
Used to show modal forms or dialogs.
The enabled state is determined from the widget, not from LCL properties.
If DisabledList is Nil, a new list is created. Then all disabled forms are added to that list.
When the modal form returns, call EnableForms to restore all forms.
|
Use this method to restore all previously disabled forms. |
lazarus-ccr.sourceforge.net |