[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TScreen.CustomFormZIndex

Gets the position in CustomFormsZOrdered for the specified form.

Declaration

Source position: forms.pp line 1134

public function TScreen.CustomFormZIndex(

  AForm: TCustomForm

):Integer;

Arguments

AForm

  

Form instance to locate in CustomFormsZOrdered.

Description

The return value contains the z-order for the specified form, with the currently active form at index position zero (0).

The latest version of this document can be found at lazarus-ccr.sourceforge.net.