Returns the Modal form at the top of the Z-order for the screen.
Source position: forms.pp line 1221
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.4 | Generated 2025-11-08 | Home |