[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the position in CustomFormsZOrdered for the specified form.
Source position: forms.pp line 1134
public function TScreen.CustomFormZIndex( |
AForm: TCustomForm |
):Integer; |
AForm |
|
Form instance to locate in CustomFormsZOrdered. |
The return value contains the z-order for the specified form, with the currently active form at index position zero (0).