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

TScreen.CustomFormZOrderCount

Number of custom forms instances in the CustomFormsZOrdered property.

Declaration

Source position: forms.pp line 1281

public property TScreen.CustomFormZOrderCount : Integer
  read GetCustomFormZOrderCount;

Description

CustomFormZOrderCount is a read-only Integer property which contains the number of TCustomForm instances stored in the CustomFormsZOrdered property. Read access for the property value is re-directed to the Count property in the list used for CustomFormsZOrdered.

Use CustomForms and CustomFormCount to access TCustomForm instances on the screen regardless of their Z-Order.

Use Forms and FormCount to access TForm instances on the screen regardless of their Z-Order.

See also

TScreen.CustomFormsZOrdered

  

The list of Custom Forms, indexed by Z-order (zero is top-most).

TScreen.CustomForms

  

Provides indexed access to the TCustomForm instances on the screen.

TScreen.CustomFormCount

  

Number of TCustomForm form instances in the CustomForms property.

TScreen.Forms

  

Provides indexed access to TForm instances on the screen.

TScreen.FormCount

  

The number of Forms on the screen.


Version 3.2 Generated 2024-02-25 Home