Returns the Modal form at the top of the Z-order for the screen.
Source position: forms.pp line 1223
public function TScreen.GetCurrentModalForm: TCustomForm; |
The modal form, or Nil if a modal form is not active.
Calls GetCurrentModalFormZIndex to find the first form instance in CustomFormsZOrdered with the value fsModal in its FormState property.
|
State flags for the form. |
|
|
Form state flags. |
| Version 4.6 | Generated 2026-02-20 | Home |