[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Re-enables forms disabled in the DisableForms method.
Source position: forms.pp line 1179
public procedure TScreen.EnableForms( |
var AFormList: TList |
); |
AFormList |
|
The list containing the forms to enable. The list is destroyed on exit. |
Use this method to restore all previously disabled forms.
|
Disables all forms except for SkipForm. |