[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Show this form as a modal Dialog.
Source position: forms.pp line 614
public function TCustomForm.ShowModal: Integer; virtual; |
The modal result of the dialog.
The call doesn't return until the form is closed. The application switches to modal state until then.
EInvalidOperation if the form cannot be shown modally.