[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the Modal form at the top of the Z-order for the screen.
Source position: forms.pp line 1220
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.0 | Generated 2025-05-03 | Home |