Gets the position in CustomFormsZOrdered for the specified form.
Source position: forms.pp line 1217
public function TScreen.CustomFormZIndex( |
AForm: TCustomForm |
):Integer; |
AForm |
|
Form instance to locate in CustomFormsZOrdered. |
Position for the specified form in the Z-Order for the screen. 0 if the form is at the top of the Z-Order.
The return value contains the z-order for the specified form, with the currently active form at index position zero (0).
| Version 4.4 | Generated 2025-11-08 | Home |