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

TScreen.CustomFormZIndex

The index of the form in the Z dimension (Front to Back).

Declaration

Source position: forms.pp line 1099

public function TScreen.CustomFormZIndex(

  AForm: TCustomForm

):Integer;

Description

The index reflects the activation order of the forms, with the currently active form at index zero.

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